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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 06:01:29 2024 UTC