NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/39233: OpenSSH fails to initialize tun(4) tunnels correctly
The following reply was made to PR bin/39233; it has been noted by GNATS.
From: Taylor R Campbell <campbell%mumble.net@localhost>
To: cube%cubidou.net@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: bin/39233: OpenSSH fails to initialize tun(4) tunnels correctly
Date: Mon, 28 Jul 2008 12:49:37 -0400
Date: Mon, 28 Jul 2008 18:41:52 +0200
From: Quentin Garnier <cube%cubidou.net@localhost>
Locate your ${TOOLSDIR}, and use ${TOOLSDIR}/bin/nbmake-${ARCH} in
place of make, and do nbmake-lalala dependall install in libssh and
then the same in usr.bin/ssh. I don't remember if ssh uses a shared
libssh, but in that case you can probably get away with just rebuilding
and reisntalling libssh. Then you can play with LD_LIBRARY_PATH to make
sure ssh picks up the correct libssh.so.
Alternatively you can also use make directly in those directories but
that tend to leave files behind. Of course you can set OBJDIRPREFIX or
MAKEOBJDIRPREFIX so that files get built elsewhere but don't forget to
do "make obj" first.
I hope I don't sound too confusing :-)
That was helpful -- thanks! To install the newly built binaries in a
NetBSD system (a Xen domU intended for the purposes of testing), would
it suffice to copy $DESTDIR/usr/lib/libssh.* and $DESTDIR/usr/bin/ssh
into /usr/lib/ and /usr/bin/ of the target system?
Home |
Main Index |
Thread Index |
Old Index