From:             cyrille at iwebgroup dot com
Operating system: Red Hat Linux release 7.3 (Valha
PHP version:      4.3.2
PHP Bug Type:     Apache related
Bug description:  undefined symbol: OPENSSL_add_all_algorithms_noconf

Description:
------------
Hello,

I'm using :
apache_1.3.28.tar.gz
mod_ssl-2.8.15-1.3.28.tar.gz
openssl-0.9.7b.tar.gz
php-4.3.2.tar.gz

openssl installation :
./config --prefix=/virtual/openssl
make
make install

mod_ssl installation :
./configure \
  --with-apache=/usr/src/redhat/SOURCES/apache \
  --with-ssl=/virtual/openssl \
  --prefix=/virtual/apache-ssl

apache installation :
CFLAGS="-DEAPI"
export CFLAGS
SSL_BASE=/virtual/openssl
./configure \
--prefix=/virtual/apache-ssl \
--sysconfdir=/virtual/apache-ssl/conf \
--htdocsdir=/home/www \
--cgidir=/home/www/cgi-bin \
--runtimedir=/var/log/apache-ssl \
--logfiledir=/var/log/apache-ssl \
--enable-module=most \
--enable-shared=max \
--disable-rule=WANTHSREGEX \
--server-uid=apache \
--server-gid=apache \
--enable-module=so
make
make install

php installation :
./configure \
--with-apxs=/virtual/apache-ssl/bin/apxs \
--prefix=/virtual/php-ssl \
--with-mysql \
--with-mcrypt \
--with-curl \
--enable-bcmath \
--with-gd \
--with-dbase \
--with-xml \
--with-sablot \
--enable-ftp \
--enable-gd-native-ttf \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-zlib \
--with-ttf \
--with-pdflib \
--with-xslt-sablot=/usr/lib \
--with-sablot-js=/usr/lib \
--with-ming \
--with-gettext \
--with-openssl=/virtual/openssl
make
make install

When starting apache with ssl enable :

Syntax error on line 239 of /virtual/apache-ssl/conf/httpd.conf:
Cannot load /virtual/apache-ssl/libexec/libphp4.so into server:
/virtual/apache-ssl/libexec/libphp4.so: undefined symbol:
OPENSSL_add_all_algorithms_noconf

Thanks !

Cyrille.


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

Reply via email to