On Fri, Jul 12, 2002 at 05:55:20PM +0200, Michel Mac Wing via RT wrote:
> Thanks for the latest answer.
> Ok, but what is your solution to compile PHP with OpenSSL (0.9.6d ?) without the 
>error (conflict ?) below :
> 
> Solaris 2.7
> PHP4.2.1 or latest CVS
> OpenSSL 0.9.6d

I don't know for what reason e_os.h should be included at all. I only have
php-4.1.2 around, which however does not include e_os.h and compiles fine
against openssl-0.9.7-*.
I do think that this is more of a PHP issue. e_os.h should not be included
by any application.

>    /usr/local/gcc-2.95.3/sparc-sun-solaris2.7/bin/ld:
> .libs/libphp4.so:
>    undefined versioned symbol name des_encrypt1@@SUNWprivate_1.1

find des_encrypt1 in OpenSSL 0.9.6d and replace it with des_encrypt2
or whatever name you find appropriate and recompile OpenSSL.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to