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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 23 13:01:29 2024 UTC