php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9432
Submitted: 2001-02-23 16:47 UTC Modified: 2001-02-26 04:58 UTC
From: oballe at siu dot buap dot mx Assigned:
Status: Not a bug Package: Installation problem
PHP Version: 4.0.4pl1 OS: linux
Private report: No CVE-ID: None
 [2001-02-23 16:47 UTC] oballe at siu dot buap dot mx
I need to install apache 1.3.14 whith php 
In apache ....
./configure --prefix=/www --enable-rule=SHARED_CORE --enable-module=so

I need install mysql, ipxs and  imap.
In php ....
./configure --with-mysql --with-apxs=/www/bin/apxs --with-imap

But When I finally run it This message appears

/www/bin/apachectl start 
Syntax error on line 207 of /www/conf/httpd.conf:
Cannot load /www/libexec/liphp4.so into sever:undefinied symbol: SSL_CTX_set_tmp_rsa_callback
/www/bin/apachectl start:httpd could not be started

with gdb the next message, it display

Program received signal sigstrap, Trace/breakpoint trap.
0,40001d30 in_start () at rtld.c:159
159 rtld.c: No such file or directory

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-26 04:58 UTC] sniper@php.net
# ./configure --help |grep imap-ssl
  --with-imap-ssl[=DIR]   Include SSL support in IMAP.

Add above option into your configure line.




 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC