"Bi®‰øáÎ ë‰ërÏ èÊ" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
>   I try to compile PHP 4.3.0 on OpenBSD 3.1. Compilation is OK, PHP
>   runs, but not work REQUIRE and INCLUDE
>
>   Fatal error: main() [function.main]: Failed opening required
'./libraries/grab_globals.lib.php' (include_path='.:/usr/local/lib/php')
>

You could try adding the path of the grab_globals.lib.php (or that of all of
all the lib files) in the php.ini file in the directive include_path like
this :

include_path =
".:/usr/local/lib/php:/some/other/path:/absoute/path/to/your/lib/dir"

I dont yet have PHP 4.3.0 so this is from ver 4.0.6

HTH
gamin.



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

Reply via email to