php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12862 Undefined symbol mysql_field_count in libphp4.so
Submitted: 2001-08-20 11:39 UTC Modified: 2001-08-20 12:39 UTC
From: serge at fvrs dot ru Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.0.6 OS: Linux RH 6.2 (2.2.19)
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: serge at fvrs dot ru
New email:
PHP Version: OS:

 

 [2001-08-20 11:39 UTC] serge at fvrs dot ru
Newely installed MySQL 3.23.41 from tarball, confugured with "--prefix=/usr --with-default-charset=koi8_ru --with-extra-charsets=all"

I try to install PHP 4.0.6 from source tar.gz. using "--with-mysql=/usr --with-apxs" options.

No errors during compilation, but Apache won't start, reporting "undefined symbol mysql_fileds_count in module libphp4.so".

/etc/ld.so.conf contains:
[...]
/usr/lib
/usr/lib/mysql

but this doesn't help :-)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-20 11:48 UTC] sniper@php.net
You don't happen to have the OLD libs there too?
ie. from previous Mysql installation. Try deleting
them all or install the new one someplace else.

--Jani


 [2001-08-20 12:38 UTC] serge at fvrs dot ru
Yeah. That is. Thanks a lot.
 [2001-08-20 12:39 UTC] sniper@php.net
User error. :)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC