Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi, I am setting up my php and sql. My php runs perfectly from the lighttpd.conf.
However, the mysql is not loaded. I follow exactly the tutorial provided in http://nas-tweaks.net/CH3SNAS:Tutorials/Mysql
However, when I try to execute the testmysql.php from the browser, it just does not execute as intended.
I check the php.ini by executing:
php -m
And this is the result:
PHP Warning: PHP Startup: Unable to load dynamic library 'www/calendar.so' - Fi le not found in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'www/mysql.so' - File not found in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'www/pdo_mysql.so' - F ile not found in Unknown on line 0
I suspect I need to specify the module directory somewhere.
Anyone can enlighten me on this
Offline
Solved:
I did not specify the extension module folder directory in line 536 of the php.ini file. It should contain the folder directory which is:
/ffp/lib/php/extensions/no-debug-non-zts-20060613/
So, now i can run both php and mysql from the lighttpd
Offline