saurabh daptardar wrote:
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>
Try defining that extension in your php.ini, look towards end of php.ini for extension definition. Don't forget to restart webserver after you make any changes to php.ini file.