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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 16 04:01:27 2024 UTC