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
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
2 matches
Mail list logo