I have installed Apache 2.0.47 and php 4.3.2 in Windows 98. Downloaded the php in the .zip format.
The Apache server works properly without the inclusion of php. The problem is apache dosent even start with php in the SAPI mode,it gives a error stating that: "One of the device attached to the system isnt functioning properly" (or) "Library files missing" and in the CGI mode the apache server starts and it executes the .html files but it dosent execute the .php file or the .html files with php commands giving an error statement: "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request." with a dialog box message stating that "The PHP4TS.DLL file is linked to missing export OLEAUT32.DLL:77." (I do have the OLEAUT32.DLL file in the same folder as the PHP4TS.DLL file) I have copied all the .dlls and php.ini to their respective places as given in the manual but still dosent work. I am hoping some one could give me a suggestion or a solution to my problem. "Jim Thome" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You have to modify the apachectl script to get around the HPUX thread > local storage problem. > > Add the following to your apachectl script under the 'START > CONFIGURATION SECTION': > > export ORACLE_HOME=/path/to/oracle > export SHLIB_PATH=$ORACLE_HOME/lib:/path/to/apache/lib:$SHLIB_PATH > export LD_PRELOAD=/usr/lib/libpthread.sl:/usr/lib/libcl.sl > export > LD_PRELOAD=$LD_PRELOAD:$ORACLE_HOME/JRE/lib/PA_RISC/native_threads/libjava.s l > > > -- > Jim > > >>> "NIPP, SCOTT V (SBCSI)" <[EMAIL PROTECTED]> 06/16/03 12:52PM >>> > I am trying to get PHP 4.2.3 working on a HP-UX 11.00 system > that I > have had no luck getting 4.3.2 to work on. The compile and everything > went > great, but now Apache fails to start complaining about PHP. Here is > the > output of the Apache start... > > [EMAIL PROTECTED]:/sbin/init.d> ./httpd start > /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local > Storage: > /us > r/lib/libcl.2 > /usr/lib/dld.sl: Exec format error > Syntax error on line 207 of /usr/local/apache/conf/httpd.conf: > Cannot load /usr/local/apache/libexec/libphp4.so into server: Exec > format > error > /usr/local/apache/bin/apachectl startssl: httpd could not be started > Apache started. > > At this point, Apache is not actually running. Any help would > be > most appreciated. > > Scott Nipp > Phone: (214) 858-1289 > E-mail: [EMAIL PROTECTED] > Web: http:\\ldsa.sbcld.sbc.com > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php