php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7302 Apache cannot start --with-oci8
Submitted: 2000-10-18 03:25 UTC Modified: 2000-10-18 16:02 UTC
From: derek at lifewood dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.3pl1 OS: Redhat 6.2
Private report: No CVE-ID: None
 [2000-10-18 03:25 UTC] derek at lifewood dot com
When I try to install PHP4 with OCI8 support, I do the following

./configure --with-mysql --with-oci8 --with-apxs 
make
make install


After that I start apache and the apache cannot start. It reports httpd dead but subsys locked.

How to solve it?

Derek

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-18 16:02 UTC] sniper@php.net
Problem solved by setting the ORACLE specific environment variables before starting Apache. ( http://www.php.net/manual/ref.oci8.php )

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 21:01:30 2024 UTC