All

I've been trying to compile php4 to run under HP-UX 11 64 bit and I get
errors on documents when trying to include files.  As far as I can tell
everything else works.  The message only appears when I do an include with a
soft path suh as:

require('includes/config.inc.php' );

I do not however, have any problems doing:

require('./includes/config.inc.php' );

The error I get is below.  Can anyone tell me how to fix this or at least
point me in the right direction?

*** Error Begins ***
Fatal error: Failed opening required 'includes/config.inc.php'
(include_path='/usr/local/lib/php') in
/opt/apache/htdocs/admin/includes/auth.inc.php on line 24
*** Error Ends ***

Thanks
Allen
[EMAIL PROTECTED]



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

Reply via email to