php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2774 make fails --with-apxs --with-oci8
Submitted: 1999-11-20 00:40 UTC Modified: 1999-11-20 10:56 UTC
From: john_taylor at texashyd dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 3 OS: linux 2.2.13
Private report: No CVE-ID: None
 [1999-11-20 00:40 UTC] john_taylor at texashyd dot com
Oracle 8.0.5.1 (patch for glibc2 and upgrade to 8.0.5.1) / Apache 1.3.9
I was able to compile Beta 2, but haven't been able to compile cvs tree since.


<<<<<<<<< >>>>>>>>>>>>
/bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./libzend -I. -I./libzend -I/usr/in
clude/apache   -I/u01/app/oracle/product/8.0.5/rdbms/demo -I/u01/app/oracle/product/8.0.5/network/public -I/u01
/app/oracle/product/8.0.5/plsql/public -I/u01/app/oracle/product/8.0.5/rdbms/demo -I/u01/app/oracle/product/8.0
.5/network/public -I/u01/app/oracle/product/8.0.5/plsql/public    -g -O2 -g -O2 -c -o mergesort.lo mergesort.c
/bin/sh ./libtool --silent --mode=link gcc  -g -O2 -g -O2   -o libphp4.la -rpath /usr/src/php-4.0b3/libs -avoid
-version                 main.lo internal_functions.lo snprintf.lo php3_sprintf.lo configuration-parser.lo conf
iguration-scanner.lo request_info.lo safe_mode.lo fopen-wrappers.lo php3_realpath.lo alloca.lo php_ini.lo SAPI.
lo rfc1867.lo dlist.lo php_content_types.lo strlcpy.lo strlcat.lo mergesort.lo libzend/libzend.la sapi/apache/l
ibphpsapi_apache.la  ext/apache/libphpext_apache.la ext/db/libphpext_db.la ext/oci8/libphpext_oci8.la ext/pcre/
libphpext_pcre.la ext/session/libphpext_session.la ext/standard/libphpext_standard.la  -ldl -lm  -lresolv  -lns
l -lcrypt -lgdbm -L/u01/app/oracle/product/8.0.5/lib -Wl,-rpath,/u01/app/oracle/product/8.0.5/lib -lclntsh -lps
a -lcore4 -lnlsrtl3 -lclntsh -lm -L/u01/app/oracle/product/8.0.5/lib -Wl,-rpath,/u01/app/oracle/product/8.0.5/l
ib -lclntsh -lpsa -lcore4 -lnlsrtl3 -lclntsh -lm -lpam

*** Warning: This library needs some functionality provided by -lpsa.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lcore4.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lnlsrtl3.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lpsa.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lcore4.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lnlsrtl3.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
make[2]: Leaving directory `/usr/src/php-4.0b3'
make[1]: Leaving directory `/usr/src/php-4.0b3'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-20 10:56 UTC] thies at cvs dot php dot net
these are just warnings - you can savely ignore them! - your buid was successful!

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 30 23:00:01 2026 UTC