php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10215 OCI Interface error when compiled statically with Apache
Submitted: 2001-04-06 14:01 UTC Modified: 2006-07-17 08:11 UTC
From: jclin at rocketmail dot com Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 4.0.4pl1 OS: Linux
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: jclin at rocketmail dot com
New email:
PHP Version: OS:

 

 [2001-04-06 14:01 UTC] jclin at rocketmail dot com
If I were to compile the OCI interface with Apache statically and call OCILogin(), php returns:

Warning: _oci_open_server: Error while trying to retrieve text for error ORA-12154 in /usr/local/webmail/htdocs/oracle.php on line 9
Database connection (SID=b888) failed 

I have double check tnsnames.ora and it appears to be fine. I even test it using Oracle's manager to check it and us php binary command, it works fine. PHP and Oracle works fine if I were to compile the OCI with PHP as a binary not if I were to compile it with Apache statically.

I am using Apache 1.3.14. that is wierd. Can you give any suggestion ASAP. Appearantly there is a bug in php. By the way Apache somehow generates core dump.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-06 14:19 UTC] sniper@php.net
Check the manual page at http://www.php.net/oci8
as there are some environment variables you should
set before starting apache. And also check that your apache
is linked with phthread. ( ldd httpd )

--Jani

 [2001-05-08 19:35 UTC] jmoore@php.net
No feedback.. closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Nov 26 11:01:33 2024 UTC