mounir mds wrote:
hello every body :
i have a problem with mysql :
mysql functions are not defined !
even if my php.ini is configure as bellow :
; Directory in which the loadable extensions (modules) reside.
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613/"
extension=mysql.so
and whene a do an ls :
# ls -l /usr/local/lib/php/extensions/no-debug-non-zts-20060613/mysql.so
-rwxr-xr-x 1 root root 119916 Jun 11 11:38
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/mysql.so
here is the error in the log file :
[11-Jun-2007 15:33:24] PHP Warning: PHP Startup: Unable to load dynamic
library
'/usr/local/lib/php/extensions/no-debug-non-zts-20060613/mysql.so' -
ld.so.1: httpd:
fatal: libmtmalloc.so.1: DF_1_NOOPEN tagged object may not be dlopen()'ed
in Unknown on line 0
Did you do a search for this error message?
http://bugs.mysql.com/bug.php?id=18322
Yeh it relates to dbd::mysql not php but it's exactly the same problem.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php