Hi, When I try to run mysql functions from php I get a "function not defined" message
I get this error ( warning ) when I run php : <error> php PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/mysql.so' - /usr/lib/libmysqlclient.so.6: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference in Unknown on line 0 </error> What is the problem related with and how can it be solved ? Regards, Sourabh Here are the details of the configuration: PHP version: php -v PHP 4.3.3 (cgi) (built: Oct 21 2003 09:51:55) Copyright (c) 1997-2003 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies MySQL version: mysql> status -------------- mysql Ver 11.18 Distrib 3.23.58, for redhat-linux-gnu (i386) -bash-2.05b$ mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 to server version: 3.23.58 Packages installed : -bash-2.05b$ rpm -qa | grep php php-4.3.3-6 php-imap-4.3.3-6 php-ldap-4.3.3-6 php-mysql-4.0.2-1 -bash-2.05b$ rpm -qa | grep mysql mysql-server-3.23.58-4 mysql-3.23.58-4 php-mysql-4.0.2-1 Distribution: Fedora Cora 1 -- www.yuj.in -- http://mm.glug-bom.org/mailman/listinfo/linuxers

