In message <[EMAIL PROTECTED]> on Thu, 22 Apr 2004 22:38:33 -0700 (PDT), Mike Ryerse 
<[EMAIL PROTECTED]> said:

mikeryerse> I was able to finally get php-4.3.7-devel loaded into
mikeryerse> apache by removing my install of openssl-0.9.7d (by
mikeryerse> deleting /usr/local/ssl) and then installing
mikeryerse> openssl-0.9.6b-35.7.i386.rpm with 'rpm -Uvh --force' and
mikeryerse> installing openssl-devel-0.9.6b-35.7.i386.rpm with 'rpm
mikeryerse> -ivh --force'.  Apparently the version name says 0.9.6b
mikeryerse> but the build number (35.7) indicates it's newer than
mikeryerse> that.  Man I am one happy camper.

Yes, that's correct, RedHat are treating OpenSSL in their own special
way, mostly because there has been some incompatible changes since
0.9.6b.  I'm assuming they're trying to keep things backward
compatible as much as they can.

mikeryerse> Thanks for all of your help, this list has been a lot of
mikeryerse> help, especially Richard Levitte.

You're welcome.

I'd like to comment one more thing:

mikeryerse> > /usr/bin/ld: warning: libssl.so.2, needed by
mikeryerse> > /usr/local/lib/libcurl.so, may conflict with libssl.so.0.9.7
mikeryerse> > /usr/bin/ld: warning: libcrypto.so.2, needed by
mikeryerse> > /usr/local/lib/libcurl.so, may conflict with libcrypto.so.0.9.7

This made things quite clear.  I'm not entirely sure why PHP didn't
link with your build of OpenSSL, but it seems that it gets linked with
libcurl.so, which in turn was linked with /lib/libssl.so.2, and PHP
simply inherited that from libcurl.

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte   \ Tunnlandsvägen 52 \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  BROMMA  \ T: +46-708-26 53 44
                    \      SWEDEN       \
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

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]

Reply via email to