php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9575 After install, the web server Apache don't restart ..
Submitted: 2001-03-06 06:11 UTC Modified: 2001-03-16 17:28 UTC
From: dominique dot bernot at ufc-chu dot univ-fcomte dot fr Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.2 OS: Linux RedHat 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dominique dot bernot at ufc-chu dot univ-fcomte dot fr
New email:
PHP Version: OS:

 

 [2001-03-06 06:11 UTC] dominique dot bernot at ufc-chu dot univ-fcomte dot fr
My server configuration : Linux RedHat 6.2  - Apache 1.3.9  -  Php4.0.2  -  Oracle8.1.5.

After install "Php4.0.2" with Oracle8.1.5., the web server apache don't restart.

   # ./configure --with-apxs=/usr/sbin/apxs --with-oracle=/oracle/app/oracle815 --with-oci8=/oracle/app/oracle815
   # make
   # make install

   /usr/local/lib/php.ini

They are no messages aren't displayed or stocked in "/var/log/httpd/error_log" when restart Apache.


I have tested install only "Php4.0.2" and "Apche1.3.9" : it's worked normally with any bugs.


Thank, for your intervention
Best regard.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-06 10:19 UTC] sniper@php.net
1. Have you set the necessary Oracle specific environment vars before
starting Apache? ( http://www.php.net/oci8 )

2. Is your Apache linked with libpthread? ( # ldd /path/to/httpd )
3. Have you tried PHP 4.0.4pl1 ?

--Jani

 [2001-03-16 17:28 UTC] sniper@php.net
User feedback:
--------------

I've resolve with install and compile Apache1.3.19 :

??? $ORACLE_HOME=/oracle/app/oracle815
??? export ORACLE_HOME

??? # cd ../php4
??? # ./configure --with-oracle --with-oci8 --with-apache=/usr/local/apache_1.3.19
??? # make
??? # make install

??? # cd ../apache_1.3.19
??? # ./configure --activate-module=src/modules/php4/libphp4.a
??? # make
??? # make install

and added in /usr/local/apache/conf/httpd.conf : AddType application/x-httpd-php .php
?
Start apache : /usr/local/apache/bin/apachectl start.
---------------

Solved -> closed.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 12:01:29 2025 UTC