Hello,
I am currently working on compilling php as both a cgi ands
as an apache module on the same server. The cgi compile,
which I did first with ./configure --with-ldap={ldap dir}
--with-mysql, went jsut fine.
However, when I try to compile it as an apache module, both
as ./configure --with-ldap={ldap dir} --with-mysql
--with-apxs or ./configure --with-ldap={ldap dir}
--with-mysql --with-apache={src}, I get errors when trying
to load a page. 
The following is my php file I  try to open in a browser
called phpinfo.php

<php?
echo "hi";
?>
 And this generates the following error: 

warning: failed opening '/usr/web/phpinfo.php' for inclusion
(include_path='.:/usr/local/lib/php') in Unknown on line 0

Any help would be great.

________________________________________

William F. Allmendinger
Network Manager
University of Detroit Mercy

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to