[PHP-INSTALL] Help cross compiling PHP

2005-05-18 Thread Jason Sheets
Hello, I am attempting to cross compile PHP 5.02 for the powerpc platform, using a i386 platform, I have a functionining cross compile and libraries compiled however I am running into some problems getting PHP's configure script to complete. Configuration: Source: i386 Linux Target: 603-powerpc

[PHP-INST] Re: [PHP] Need Help.

2003-01-01 Thread Jason Sheets
Your include path is not setup so that the web server can find the file you are trying to include, if the file is in a sub directory make sure you are properly including it include_once('include/main.php') not just include_once('main.php'). And make sure the file you are trying to include exists i