Re: [PHP-DB] Solaris 10 : PHP Startup: Unable to load dynamic library '.../mysql.so'

2007-06-12 Thread mounir mds
yes i saw that link , but i didn't do a mach :( here is what my mysql_config --libs mysql_config --libs -xarch=v8 -L/opt/mysql/mysql/lib -lmysqlclient -lz -lposix4 -lresolv -lgen -lsocket -lnsl -lm thers no -lmtmalloc in the returned line ; my mysql version mysql select version();

[PHP-DB] Solaris 10 : PHP Startup: Unable to load dynamic library '.../mysql.so'

2007-06-11 Thread mounir mds
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

[PHP-DB] Solaris 10 : PHP Startup: Unable to load dynamic library '.../mysql.so'

2007-06-11 Thread mounir mds
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

Re: [PHP-DB] Solaris 10 : PHP Startup: Unable to load dynamic library '.../mysql.so'

2007-06-11 Thread Chris
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/