Not sure if this is a bug report or not so...

Using Solaris 2.6, Apache 1.3.20, curl 7.8.1 and OpenSSL 0.9.5a 

Compiling with gcc and ld as listed
Reading specs from 
/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3/specs
gcc version 2.95.3 20010315 (release)
# ld -V
ld: Software Generation Utilities - Solaris-ELF (4.0)

./configure  --with-apxs=/usr/local/apache/bin/apxs --without-mysql 
--enable-magic-quotes --enable-track-vars --enable-memory-limit 
--with-expat=shared,/usr/local --with-sablot=shared,/usr/local 
--with-oci8=shared,/oracle/product/817 --with-curl=shared 
--with-zlib-dir=local --with-dom=shared 
--with-openssl=shared,/usr/local/ssl --enable-libgcc --disable-pear

Everything compiled fine (except for a bug already fixed in 4.0.7). Went 
to start apache with curl.so and openssl.so added via PHP.ini.

Apache failed to start with the following error for curl

[Thu Aug 23 18:46:15 2001] [notice] SIGHUP received.  Attempting to 
restart
PHP Warning:  Unable to load dynamic library 
'/usr/local/lib/php/extensions/no-d
ebug-non-zts-20001222/curl.so' - ld.so.1: /usr/local/apache/bin/httpd: 
fatal: re
location error: file /usr/local/lib/libcurl.so.2: symbol __udivdi3: 
referenced s
ymbol not found in Unknown on line 0

and for openssl

[Thu Aug 23 18:25:50 2001] [notice] SIGHUP received.  Attempting to 
restart
PHP Warning:  Unable to load dynamic library 
'/usr/local/lib/php/extensions/no-d
ebug-non-zts-20001222/openssl.so' - ld.so.1: /usr/local/apache/bin/httpd: 
fatal:
 relocation error: file 
/usr/local/lib/php/extensions/no-debug-non-zts-20001222/
openssl.so: symbol d2i_PrivateKey: referenced symbol not found in Unknown 
on lin
e 0

Anyone got any clues?

Cheers,
 Graeme

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to