On Fri, 3 Sep 2010, Larry Brigman wrote: > It is probably an httpd config issue. The original html you posted, if > works then the install.php should work. Normally you will need to enable > php processing .so library. At least on my system in /etc/httpd httpd]# ls > conf conf.d logs modules run
Larry, Here I have: [r...@salmo /etc/httpd]# ls extra/ magic mod_php.conf php.ini httpd.conf mime.types original/ sql-ledger-httpd.conf > all are directories but logs, modules and run are links to other locations. > modules should have something like libphp5.so along with a bunch of > mod_*.so files I have that library in mod_php.conf: [r...@salmo /etc/httpd]# grep libphp5.so * mod_php.conf:LoadModule php5_module lib/httpd/modules/libphp5.so > Also for me when I installed php I got a config file > /etc/httpd/conf.d/php.conf I've mod_php.conf and php.ini. There must be a critical line or three commented out somewhere. When I try to run php from the command line I get errors: [r...@salmo /etc/httpd]# php -a PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/mysqli.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/pdo_mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 Interactive mode enabled Yet, in /usr/lib/php/extensions/ there is mysql.so, mysqli.so, and pdo_mysql.so. However, libmysqlclient.so.15 is not installed. Could that be the problem? Thanks, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
