From: "Charles Steinkuehler" <[EMAIL PROTECTED]> > > What mods (if any) were made when compiling these? When I compiled 2.9.9p2 > it didn't link to libz dynamically...is this something you changed, or > something on my system that's different than yours? > 1/ you have to make sure zlib is compiled as follow: ./configure -s (the -s switch will create the zlib.so.1 libraries) then make make install prefix=/
2/ Openssh is compiled as follow: ./configure --prefix=/usr --sysconfdir=/etc/ssh make make install zlib should be then dynamically linked Cheers Jacques _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
