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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 - 22 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 23 08:01:30 2024 UTC