php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5464 While start Apache with SSL, libphp4.so generated error: undefined symbol
Submitted: 2000-07-08 17:36 UTC Modified: 2000-08-04 18:43 UTC
From: sgao at ebay dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0 Release Candidate 2 OS: Red Hat 6.2 with kernel 2.4.0-te
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: sgao at ebay dot com
New email:
PHP Version: OS:

 

 [2000-07-08 17:36 UTC] sgao at ebay dot com
While starting Apache with SSL (PHP module loaded from the SSL group), libphp4.so generate error:
undefined symbol: mysql_field_count .   then Apache will not start.

Compile modules are:  
            ./configure \ 
            --with-apxs=/usr/local/apache/bin/apxs \ 
            --with-config-file-path=/etc/httpd \ 
            --enable-safe-mode \ 
            --with-mysql=/usr/local/mysql \ 
            --with-xml \ 
            --with-openssl=/usr/local/ssl \ 
            --enable-track-vars \ 
            --with-system-regex \ 
            --with-imap=/usr/local/imap-4.7c 

MySQL version is mysql-3.23.21-beta-pc-linux-gnu-i686 from general binary package. Untarred and moved
to /usr/local/mysql. The program runs fine.

The OS is Red Hat 6.2 with 2.4.0-test2 kernel installed. 

In addition, libphp4 also generate another error, which is fixed by the following: 
undefined symbol: gss_mech_krb5

load "export LD_PRELOAD=/usr/kerberos/lib/libgssapi_krb5.so" fixed the gss_mech_krb5 problem.

php.ini is the original one from php.ini-dist.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-04 18:43 UTC] rasmus@php.net
This has been fixed in CVS.  Try a snapshot from snaps.php.net
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC