From:             dev5 at es11 dot com
Operating system: FreeBSD 4.8
PHP version:      4.3.4
PHP Bug Type:     Apache2 related
Bug description:  apache fails to load

Description:
------------
I ran into this problem earlier but could not seem to pin-point the exact
problem. I think I found it.

the problem is:
Cannot load /usr/local/apache/modules/libphp4.so into server:
/usr/local/apache/modules/libphp4.so: Undefined symbol
"OpenSSL_add_all_algorithms"

this appeared to have been an issue in earlier versions as well, but
started with the introduction of OpenSSL 0.9.7.

This error, however is produced ONLY when I link PHP against PDFLib. 
I don't know where to start investigating from here, but perhaps someone
has an idea how the two libraries (OpenSSL (0.9.7(a,b) and PDFLib (4 and
5)) fail to link into libphp.so correctly.

Here's what's on the system:

FreeBSD 4.8 (intel)
OpenSSL 0.9.7b
Apache 2.0.47
PHP 4.3.4 (this behavior applies to earlier versions too)
PDFLib-Lite 5.0.2 (compiled from source into a shared lib)

configure line
'./configure' '--with-mysql=/usr/local/mysql'
'--with-apxs2=/usr/local/apache/bin/apxs' '--with-openssl=/usr/bin'
'--enable-cli' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/lib'
'--with-png-dir=/usr/lib' '--with-ttf' '--with-zlib' '--with-pspell'
'--with-mcrypt' '--with-xpm-dir=/usr/lib' '--with-zip=/usr/local/lib'
'--with-ming=/usr/local/lib' --with-pdflib 


-- 
Edit bug report at http://bugs.php.net/?id=26256&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26256&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26256&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26256&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26256&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26256&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26256&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26256&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26256&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26256&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26256&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26256&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26256&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26256&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26256&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26256&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26256&r=float

Reply via email to