From: PeakPeak Tech Support <[EMAIL PROTECTED]>
support> I'm sure you are trying to help. However, I can't tell how.
support>
support> Are you saying that openssl-0.9.6 won't compile and run properly when
support> I am trying to install Apache from source on a RedHat 7.0 system? If
support> this is the case, what is the source of openssl's incompatibility?
support> Is there a workaround for making openssl work in a shared-library
support> environment such as the Apache/DSO environment?
What's happening is that when you built, you probably did that against
/usr/local/ssl/lib/lib{ssl,crypto}.so, but when you run, it wants to
link with /et/httpd/lib/apache/lib{ssl,crypto}.so, which are obviously
from a different (older, I'd say 0.9.5a) version, it breaks.
There are a few solutions for this:
- cp /usr/local/ssl/lib/lib{ssl,crypto}.so /et/httpd/lib/apache/
I personally would avoid this, because <deity of choice> only
knows what else depends o what's already there.
- Link Apache-ssl against OpenSSL-0.9.6 libraries statically.
For obvious reasons, I'd take the second choice. Less hassle that
way.
--
Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
Re: (openssl-users) Weird Apache-SSL problem
Richard Levitte - VMS Whacker Sun, 25 Mar 2001 12:18:50 -0800
- Re: (openssl-users) Weird Apache-SSL problem Richard Levitte - VMS Whacker
- Re: (openssl-users) Weird Apache-SSL pr... PeakPeak Tech Support
- Richard Levitte - VMS Whacker
