php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36178 Can't compile oci8 instant client
Submitted: 2006-01-27 12:57 UTC Modified: 2006-01-27 15:33 UTC
From: nicola at nexusfi dot it Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.4.2 OS: Red Hat ES 4
Private report: No CVE-ID: None
 [2006-01-27 12:57 UTC] nicola at nexusfi dot it
Description:
------------
I cant' compile oci8 instant client module on php 4.4.2 on RH ES 4.

I installed The Basic and the SDK Instant client packages from OTN, following that manual 

http://www.oracle.com/technology/pub/notes/technote_php_instant.html

I used this configure line 
./configure  --with-mysql=/usr --with-apxs=/usr/local/apache/bin/apxs --enable-mbstring=all --enable-mbstr-enc-trans --with-oci8-instant-client

Compilation fails with this error message

main/internal_functions_cli.lo(.data+0x18): undefined reference to `oci8_module_entry'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

On version 4.4.1 the compilation works




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-27 15:33 UTC] sniper@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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC