Index: [Article Count Order] [Thread]

Date:  Wed, 14 Apr 2004 10:34:02 +0200
From:  Anders <andersb (at mark) blacksun.ca>
Subject:  [coba-e:00583] Re: latest bq, mysql and php?
To:  <coba-e (at mark) open.cobaltqube.org>
Message-Id:  <BCA2C41A.F285%andersb (at mark) blacksun.ca>
In-Reply-To:  <00d301c421f9$0e579290$0a00a8c0@mediabox>
X-Mail-Count: 00583

Patrick Kessen wrote:
> in the /var/log/httpd/error_log I see:
> PHP Warning:  Unknown(): Unable to load dynamic library
> '/usr/lib/php4/mysql.so' - /usr/lib/libmysqlclient.so.10: symbol errno,
> version GLIBC_2.0 not defined in file libc.so.6 with link time reference in
> Unknown on line 0
> 
> Any idea how I can solve this?

It seems like you have the wrong php-mysql for your platform ?
(or PHP/MySQL combo anyway) Or try recompiling from the SRPM...

Something like this should build a new binary RPM for you:
rpmbuild --rebuild php-4.3.4-1.1.src.rpm

But you are right in that it *should* work in BQ. File a bug.
http://open.cobaltqube.org/bugzilla/

--anders

PS. This is also why the mysql_connect() function is undefined,
    since it is defined in the mysql.so that couldn't be loaded