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') This is report from phpMyAdmin, with php 4.2.3 it works well. On OpenBSD 3.0 runs PHP 4.3.0 well. My configure command: ./configure --with-apxs=/usr/local/httpd/bin/apxs --enable-safe-mode --enable-bcmath --enable-calendar --enable-dbase --enable-ftp --with-gd=/usr/local/ --enable-gd-native-ttf --with-jpeg-dir=/usr/local/ --with-png-dir=/usr/local/ --with-ttf=/usr/local/ --with-zlib=/usr/local/ --with-imap --with-mysql --with-mcrypt --with-mhash --with-dbm Where is problem and what can do? Thanks Radek -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php