php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3342 undefined symbol: mysql_store_result
Submitted: 2000-01-28 18:32 UTC Modified: 2000-03-19 18:18 UTC
From: noel_bradford at yahoo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (28/01/2000) OS: Redhat 6.0
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: noel_bradford at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-01-28 18:32 UTC] noel_bradford at yahoo dot com
I managed to compile with the latest CVS however I am now getting the following when I recycle apache.

Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: mysql_store_result

Mysql was installed from RPMs and I can complie 3.0.14 ok

Help

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-19 18:18 UTC] rasmus at cvs dot php dot net
Nothing to go on in this report.  Try a full 'make clean' and re-install.  Also note that the latest
MySQL rpm's includes a libmysqlclient.so library that is thread-safe.  It doesn't work well with
PHP 4 at this point.  Compiling MySQL from sources or linking against libmysqlclient.a might
solve this for you.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 08:01:30 2025 UTC