php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7376 startup fails with undefined symbol: SSL_CTX_set_tmp_rsa_callback
Submitted: 2000-10-20 17:08 UTC Modified: 2001-04-27 21:00 UTC
From: andras at izone dot hu Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0.2 OS: RedHat Linux 7.0
Private report: No CVE-ID: None
 [2000-10-20 17:08 UTC] andras at izone dot hu
Tried MySQL connection with an out-of-the-box redhat 7.0 installation with apache (ssl support), their build of php, and their distro of mysql. It failed. I decided to recompile PHP 4.0.2 on the box, and upon trying to run it:

Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined symbol: SSL_CTX_set_tmp_rsa_callback

Then compiled a pristine apache 1.3.12 without ssl support, tried compiling php against it, and yet it gives the same result. What is it?

-p

info: PHP configured with:
 --with-apxs=/usr/local/apache/bin/apxs --enable-dbase --with-kerberos --with-gd --with-ttf --with-imap --with-mysql --enable-trans-sid --enable-sockets --enable-sysvsem --enable-sysvshm --with-zlib --enable-memory-limit --with-regex=php

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-27 20:59 UTC] sniper@php.net
Update your PHP to at least 4.0.4pl1. And add --with-imap-ssl (with correct path) into your configure line. This is not a bug in PHP. Ask further help on 
php-install@lists.php.net

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 21:01:29 2024 UTC