Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c)

2008-10-24 Thread patrick
http://packages.debian.org/search?keywords=openssl the most recent in unstable is 0.9.8g also i am using only etch stable. installing only this package 0.9.8g with unstable will lead to upgrading libc, gcc etc... pat __ OpenSS

Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c)

2008-10-24 Thread Sander Temme
On Oct 21, 2008, at 9:12 AM, patrick wrote: i am running debian etch stable. the version of openssl is too old. what i did is to download Are you sure? A lot of linux distro folks keep the upstream version the same but backport fixes into their packages. An apt-get update / apt-get up

Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) - resolved

2008-10-24 Thread Michael S. Zick
On Fri October 24 2008, patrick wrote: > hi mike, > > thank you very very much for taking the time to share your knowledge. here's > the configuration of debian etch: > > ld.so.conf = > include /etc/ld.so.conf.d/*.conf > > in ld.so.conf.d = i486-linux-gnu.conf > # Multiarch support > /lib/i486-

Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) - resolved

2008-10-24 Thread patrick
hi mike, thank you very very much for taking the time to share your knowledge. here's the configuration of debian etch: ld.so.conf = include /etc/ld.so.conf.d/*.conf in ld.so.conf.d = i486-linux-gnu.conf # Multiarch support /lib/i486-linux-gnu /usr/lib/i486-linux-gnu i've put /usr/local/lib

Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) - resolved

2008-10-24 Thread Michael S. Zick
On Thu October 23 2008, patrick wrote: > hi all, > > it's now working (including apache / mod-ssl). i had to: > > -- > debian etch > -- > openssl > ./config --prefix=/usr/local --openssldir=/etc/ssl shared threads > > apache > ./configure .. --enable-ssl --wit

Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) - resolved

2008-10-24 Thread patrick
hi all, it's now working (including apache / mod-ssl). i had to: -- debian etch -- openssl ./config --prefix=/usr/local --openssldir=/etc/ssl shared threads apache ./configure .. --enable-ssl --with-ssl=/usr/local BUT i had to replace the libs in /usr/lib/i6

RE: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) (UNCLASSIFIED)

2008-10-23 Thread French, Warron S CTR DISA NS
AIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: Thursday, October 23, 2008 5:59 PM To: openssl-users@openssl.org Subject: Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) (UNCLASSIFIED) Not just PATH, but also LD_LIBRARY_PATH (on Linux), DYLD_LIBRARY_PATH (on MacOSX), or

Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) (UNCLASSIFIED)

2008-10-23 Thread Kyle Hamilton
your newest version of OpenSSL > libraries. > > > > --Warron > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of patrick > Sent: Thursday, October 23, 2008 1:29 PM > To: openssl-users@openssl.org > Subject: Re:

RE: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) (UNCLASSIFIED)

2008-10-23 Thread French, Warron S CTR DISA NS
D] On Behalf Of patrick Sent: Thursday, October 23, 2008 1:29 PM To: openssl-users@openssl.org Subject: Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c) hi, i still have the problem, but i found that on debian etch the shared librairies are also found in: /usr/lib/i486; /usr/lib/i586; /usr/lib/i686

Re: OpenSSL 0.9.8i but (Library: OpenSSL 0.9.8c)

2008-10-23 Thread patrick
hi, i still have the problem, but i found that on debian etch the shared librairies are also found in: /usr/lib/i486; /usr/lib/i586; /usr/lib/i686/cmov; that is: libcrypto.so.0.9.8 and libssl.so.0.9.8 make install will only use /usr/lib - so i don't know what to do from here. anyone can help