I'm trying to compile PHP on Solaris using: ./configure \
--with-apxs=/usr/local/apache/bin/apxs \ --with-mysql \ --with-sybase=/usr/local/freetds \ --with-gd \ --enable-gd-native-ttf \ --with-curl \ --enable-ftp \ --with-mcrypt \ --with-snmp \ --with-ucd-snmp-hack \ --with-openssl=/usr/local/ssl I have done this before with earlier versions of OpenSSL successfully, but having upgraded OpenSSL I cannot get PHP to compile. I get the error: /usr/local/sparc-sun-solaris2.8/bin/ld: .libs/libphp4.so: undefined versioned symbol name des_encrypt1@@SUNWprivate_1.1 /usr/local/sparc-sun-solaris2.8/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make[1]: *** [libphp4.la] Error 1 make[1]: Leaving directory `/opt/php-4.2.2' make: *** [all-recursive] Error 1 Versions of software: openssl: 0.9.6.d Solaris: 8 PHP: 4.2.2 Googling shows some possible issues I've tried to work around but I still get same error. Any suggestions? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php