[leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Eric B Kiser
Hello all, I wrote my last message in a fit of excitement. After rereading it, an activity that didn't take long, I decided to respond to myself and add a bit more detail. I am in the process of building a zebra package based on the newer 0.93b code. I started with reading David's Developer

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Eric Wolzak
Hello Eric , The libraries that are included in a standard Bering rc3 are : # ls -1 ld-2.0.7.so ld-linux.so.2 libc-2.0.7.so libc.so.6 libcrypt-2.0.7.so libcrypt.so.1 libdl-2.0.7.so libdl.so.2 libnss_dns-2.0.7.so libnss_dns.so.1 libnss_files-2.0.7.so libnss_files.so.1 libresolv-2.0.7.so

RE: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Eric B Kiser
] Subject: Re: [leaf-devel] RE: Bering - included libraries Hello Eric , The libraries that are included in a standard Bering rc3 are : # ls -1 ld-2.0.7.so ld-linux.so.2 libc-2.0.7.so libc.so.6 libcrypt-2.0.7.so libcrypt.so.1 libdl-2.0.7.so libdl.so.2 libnss_dns-2.0.7.so libnss_dns.so.1

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Michael D. Schleif
Eric B Kiser wrote: You must mean inside that really obvious directory named /lib. Urgh, it is now probably a moot point to mention that I am a newbie. Your patience is appreciated. Here is where I am now. I execute the command #zebra -d to start the zebra process running as a daemon

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread H. D. Lee
On 2002.09.21_21:17:51_+, Eric B Kiser wrote: Hi Eric, Hi Eric, You must mean inside that really obvious directory named /lib. Urgh, it is now probably a moot point to mention that I am a newbie. Your patience is appreciated. Yes, the /lib directory contains libraries. Some libs are in

RE: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Eric B Kiser
] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael D. Schleif Sent: Saturday, September 21, 2002 9:49 PM Cc: [EMAIL PROTECTED] Subject: Re: [leaf-devel] RE: Bering - included libraries Eric B Kiser wrote: You must mean inside that really obvious directory named /lib. Urgh, it is now probably a moot

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Michael D. Schleif
Eric B Kiser wrote: I am using David's zebra.lrp package and trying to get it to run on Bering_1.0-rc3. I wanted to check out what he did before I got started on mine. I will, however, be using UML_slink to do my compiling. You bring up an interesting question regarding ssh having the

RE: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread Eric B Kiser
]]On Behalf Of Michael D. Schleif Sent: Sunday, September 22, 2002 12:09 AM Cc: [EMAIL PROTECTED] Subject: Re: [leaf-devel] RE: Bering - included libraries Eric B Kiser wrote: I am using David's zebra.lrp package and trying to get it to run on Bering_1.0-rc3. I wanted to check out what he did before I

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread guitarlynn
On Sunday 22 September 2002 00:47, Eric B Kiser wrote: It seems that I am beginning to catch on. Zebra is looking for a newer version of libcrypto than what is being provided by libssl.lrp. So, that leaves me with two options; [1] build an updated libssl.lrp [2] compile my

Re: [leaf-devel] RE: Bering - included libraries

2002-09-21 Thread H. D. Lee
On 2002.09.22_01:09:25_+, guitarlynn wrote: [1] build an updated libssl.lrp [2] compile my zebra package with libcrypto statically linked I would agree that option [2] would likely be the better of the two choices. You are about as far along with a Zebra/LEAF disk as I was