php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39124 Can not load oci8 extension on Red Hat AS3
Submitted: 2006-10-11 06:45 UTC Modified: 2006-10-11 09:27 UTC
From: huangxiang at cistg dot net Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 5.1.6 OS: Red Hat Linux AS3
Private report: No CVE-ID: None
 [2006-10-11 06:45 UTC] huangxiang at cistg dot net
Description:
------------
I downloaded PHP5.1.6 and installed it on Red Hat AS3
but when i restart apache,i can not find oci8 in the phpinfo().....


the configuration command is like this:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-soap --enable-fastcgi --prefix=/usr/local/php2 --enable-sqlite-utf8 --enable-sysvsem --enable-sysvshm --with-zlib-dir=/usr/ --disable-debug --with-gettext --enable-mbstring=cn --enable-mbstring=tw --with-jpeg-dir=/usr --with-png-dir=/usr --with-gd=/usr --enable-trace-vars --enable-sigchild --with-oci8=shared,instantclient,/usr/lib/oracle/10.2.0.1/client/lib/ 


when i use php5.1.1,it is ok,but it not works when i use php5.1.6.....
can you help me?


Expected result:
----------------
i expect the  oci8 information will be shown in the  phpinfo  page.... 

Actual result:
--------------
but everything works except oci8....

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-11 06:46 UTC] huangxiang at cistg dot net
....
 [2006-10-11 09:27 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC