[PHP] Apache error after setting path for mysql=

2001-01-10 Thread Shane Reid
I reconfigured php with ./configure --with-mysql=/usr/local/etc/mysql --with-apxs=/usr/local/etc/apache/bin/apxs and apache will no longer start. I removed the path from the mysql to get the webserver back up but my question was why would it not be able to find libmysqlclient.so.10 (error down

[PHP] Executing perl scripts in a unix environment running php cgi-module

2001-08-22 Thread Shane Reid
Running the cgi-module trying to execute a perl script, dug through the archives found something that would at least return something: exec("/full/path/to/file.cgi", $results, $errorCode); while (list(,$line) = each($results)){ echo $line, "\n"; } if ($errorCode){ echo "OS Error: $errorCode\n