hai all
i am try configure php4.3.9 on my FC-3 machine.
and my mysql database version 5.0.1, in phpinfo file it show mysql but
when i run
php -v command it show error like
"unable to load dynamic library "/usr/lib/php4/mysql.so"
/usr/lib/php4/mysql.so : can not open shared object file:
i checked my /usr/lib/php4/ directory but in that i am not able to find mysql.so file.
but other .so file is present in this directory.
i configure php4.3.9 using following option :
./configure --with-mysql=shared,/usr and other necessary option but still no able to get mysql.so file
so can any one tell my what is going wrong
Thanks in advance
i am try configure php4.3.9 on my FC-3 machine.
and my mysql database version 5.0.1, in phpinfo file it show mysql but
when i run
php -v command it show error like
"unable to load dynamic library "/usr/lib/php4/mysql.so"
/usr/lib/php4/mysql.so : can not open shared object file:
i checked my /usr/lib/php4/ directory but in that i am not able to find mysql.so file.
but other .so file is present in this directory.
i configure php4.3.9 using following option :
./configure --with-mysql=shared,/usr and other necessary option but still no able to get mysql.so file
so can any one tell my what is going wrong
Thanks in advance
Comment