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

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 Eric B Kiser
Just finished digging around and found this information... libssl.version shows 0.9.6-1 /usr/lib contains these libraries, all from libssl.lrp libcrypto.so libcrypto.so.0 libcrypto.so.0.9.6 libssl.so libssl.so.0 libssl.so.0.9.6 I am still getting

Re: [leaf-devel] Different Size of Kernel Using Different Distro

2002-09-21 Thread H. D. Lee
Hello, On 2002.09.22_00:07:26_+, guitarlynn wrote: > The gcc version shouldn't make too much of a size difference, > by chance are you using the "Mandrake source" to compile with? > Last I heard, Mandrake was still using RH's Alan Cox (AC) branch > source which is different than the "Linus" b

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

2002-09-21 Thread Eric B Kiser
[snip] I wish you good fortune in this endeavor and am anxious to play with the results. If I can help, please, let me know . . . [/snip] You have already been of tremendous assistance. Many thank yous. Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

Re: [leaf-devel] Different Size of Kernel Using Different Distro

2002-09-21 Thread guitarlynn
On Friday 20 September 2002 22:54, H. D. Lee wrote: > List, > > I have tested building Bering kernel from scratch, with the addition > of ip_vs patch. During the process, I have noticed an interesting > fact. > > When compiling on Mandrake Linux 8.2, the result of the kernel > (bzImage) is slightl

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 t

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

2002-09-21 Thread Eric B Kiser
Hi Michael, 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 libraries statical

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

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 dae

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

2002-09-21 Thread Eric B Kiser
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. Here is where I am now. I execute the command #zebra -d to start the zebra process running as a daemon and I get the followin

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 libres

[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 Guid