php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11672 Apache didn?t start: SSL_CTX_set_tmp_rsa_callback
Submitted: 2001-06-25 11:47 UTC Modified: 2001-06-26 05:11 UTC
From: ab at berg dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: RedHat 7.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ab at berg dot net
New email:
PHP Version: OS:

 

 [2001-06-25 11:47 UTC] ab at berg dot net
Hello,

My configure:
./configure
   --with-mysql
   --with-gd
   --with-apxs
   --with-jpeg-dir
   --with-png-dir
   --with-imap
   --with-zlib-dir
   --enable-sysvshm=yes
   --enable-sysvsem=yes
   --enable-track-vars=yes
   --enable-url-includes=yes
   --with-tiff-dir
   --with-pdflib=/usr/local/pdflib
   --enable-shared-pdflib
   --with-ttf
   --with-kerberos
   --with-imap-ssl

My install RPM?s:
apache-devel-1.3.12-25
apache-1.3.12-25
openssl-devel-0.9.6-3
openssl-0.9.5a-14
openssl-0.9.6-3
gd-1.8.3-7
gd-devel-1.8.3-7
imap-devel-2000-9
imap-2000-9

My error when I start the Apache Webserver:
Starting httpd: Syntax error on line 236 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: undefined symbol: SSL_CTX_set_tmp_rsa_callback


Why doesn?t run?
Please help...

Thank you
Andreas

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-26 05:11 UTC] sniper@php.net
There is a minor bug in PHP 4.0.6 and --with-imap-ssl
and you shouldn't even be able to complete the configure
without error. This is now fixed in CVS.
For now, workaround is to just add --with-openssl to your
configure line. (And remember to delete config.cache before
reconfiguring! And do 'make clean' after configure, before 'make')

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 03:01:28 2024 UTC