Re: [Leaf-devel] libnsl

2001-05-30 Thread Mike Noyes
David Douthitt, 2001-05-29 10:12 -0500 >David Douthitt wrote: > > > > Thanks! Here they are. Didn't realize how big the OpenSSL libraries > > would be; I suppose this means that the OpenSSH binary will shrink to > > a fraction of its size if you use the OpenSSL dynamic libraries... > >Ack! > >I

Re: [Leaf-devel] libnsl

2001-05-29 Thread Pim van Riezen
On Tue, 29 May 2001, David Douthitt wrote: > Pim van Riezen wrote: > > > > On Tue, 29 May 2001, David Douthitt wrote: > > > > > My compile time environment is Red Hat 6.x with the glibc 2.0 > > > compatability libraries - thus I've gotten to appreciate make -e quite > > > well. > > > > I created

Re: [Leaf-devel] libnsl

2001-05-29 Thread David Douthitt
Pim van Riezen wrote: > > On Tue, 29 May 2001, David Douthitt wrote: > > > My compile time environment is Red Hat 6.x with the glibc 2.0 > > compatability libraries - thus I've gotten to appreciate make -e quite > > well. > > I created a redhat5.2 install in a separate directory with rpm --root

Re: [Leaf-devel] libnsl

2001-05-29 Thread Pim van Riezen
On Tue, 29 May 2001, David Douthitt wrote: > My compile time environment is Red Hat 6.x with the glibc 2.0 > compatability libraries - thus I've gotten to appreciate make -e quite > well. I created a redhat5.2 install in a separate directory with rpm --root and I chroot() to there when I want to

Re: [Leaf-devel] libnsl

2001-05-29 Thread David Douthitt
Pim van Riezen wrote: > > On Tue, 29 May 2001, David Douthitt wrote: > > > Here it is: > > > > COMPILE TIME ERRORS FOR TCP WRAPPERS AGAINST GLIBC 2.0 > > > > make[1]: Entering directory > > `/pub/oxygen/src/net/security/tcpwrappers/tcp_wrappers_7.6' > > i386-glibc20-linux-gcc -O2 -g -DFACILITY=L

Re: [Leaf-devel] libnsl

2001-05-29 Thread David Douthitt
David Douthitt wrote: > > Ewald Wasscher wrote: > > > > David Douthitt wrote: > > > >By the way: I packaged up libz.so into libz.lrp; I'll put up the > > >openssl libraries (in openssl.lrp) shortly; they're compiling yet... > > > Good work! > > Thanks! Here they are. Didn't realize how big t

Re: [Leaf-devel] libnsl

2001-05-29 Thread Pim van Riezen
On Tue, 29 May 2001, David Douthitt wrote: > Here it is: > > COMPILE TIME ERRORS FOR TCP WRAPPERS AGAINST GLIBC 2.0 > > make[1]: Entering directory > `/pub/oxygen/src/net/security/tcpwrappers/tcp_wrappers_7.6' > i386-glibc20-linux-gcc -O2 -g -DFACILITY=LOG_DAEMON > -DHOSTS_ACCESS -DDAEMON_UMA

Re: [Leaf-devel] libnsl

2001-05-29 Thread David Douthitt
Pim van Riezen wrote: > > On Tue, 29 May 2001, David Douthitt wrote: > > > libnsl appears to be required by: > > > > cpio > > strace > > tcpd > > > > I've compiled tcpd (tcpwrappers) without NIS support, but with glibc > > 2.2 (sigh). The i386-glibc20-linux-gcc compiler complains about using >

Re: [Leaf-devel] libnsl

2001-05-29 Thread Pim van Riezen
On Tue, 29 May 2001, David Douthitt wrote: > libnsl appears to be required by: > > cpio > strace > tcpd > > I've compiled tcpd (tcpwrappers) without NIS support, but with glibc > 2.2 (sigh). The i386-glibc20-linux-gcc compiler complains about using > -c and -o with multiple compilations (huh?).

Re: [Leaf-devel] libnsl

2001-05-29 Thread Ewald Wasscher
David Douthitt wrote: > >libnsl is also required by the new OpenSSH released today; can we >obliterate this thing? > I did a quick test, and it seemed to link properly when removing -lnsl from the libraries to link with. > >For now, I'll just go back and package it up. Would be nice to not >ne