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