Hi folks, I installed apache (1.3.22) and PHP (4.0.6) on my test-server with the following options:
apache: ./configure --prefix=/web/ap13.3 --enable-module=usertrack --enable-module=so PHP: ./configure --prefix=/web/ap13.3/php/usr/local --with-apxs=/web/ap13.3/bin/apxs --enable-dmaloc --enable-php-streams --enable-ftp --with-imap=/usr/lib --with-mysql=/usr/local --with-pdflib=/usr/lib --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-tiff-dir=/usr/lib --enable-trans-sid --enable-sockets --enable-inline-optimization compiling and installing all went without errors, but when I try to start apache, I get the following error: Syntax error on line 205 of /web/ap13.3/conf/httpd.conf: Cannot load /web/ap13.3/libexec/libphp4.so into server: undefined symbol: SSL_CTX_set_tmp_rsa_callback /./web/ap13.3/bin/apachectl start: httpd could not be started Does anybody know this problem and how to resolve it? Ulrich ([EMAIL PROTECTED]) -- PHP Install 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]