[PHP-DEV] Bug #10513 Updated: configure fails when I include Oracle 8.1.7 From: cynic <email protected>
Date: 04/30/01

ID: 10513
Updated by: cynic
Reported By: ian_palfrey <email protected>
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
PHP Version: 4.0.4pl1
Assigned To:
Comments:

user reports it's fixed in CVS

Previous Comments:
---------------------------------------------------------------------------

[2001-04-30 12:48:36] ian_palfrey <email protected>
I've got round this problem by loading a new version from snaps.php.net called php4-200104270145.

Thanks.

---------------------------------------------------------------------------

[2001-04-26 12:38:37] ian_palfrey <email protected>
configure fails when I include Oracle 8.1.7.
I set both vars below and exported them fist.
  ORACLE_HOME=/o8/product/8.1.7
  LD_LIBRARY_PATH=/o8/product/8.1.7/lib

I've also tried this with PHP3 and fails during 'make' with a similar message about core4 and nlsrtl3.

The contents of debug.log is below.

CONFIGURE: './configure' '--without-mysql' '--with-oracle' '--with-apache=../apache_1.3.19' '--enable-track-vars'
CC: cc
CFLAGS: -g
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES: -I/ora4/test/apache_1.3.19/src/include
  -I/ora4/test/apache_1.3.19/src/os/unix
  -I$(top_builddir)/Zend
  -I/o8/product/8.1.7/rdbms/public
  -I/o8/product/8.1.7/rdbms/demo
LDFLAGS: -R/o8/product/8.1.7/lib -L/o8/product/8.1.7/lib
LIBS: -lclntsh -lpsa -lcore4 -lnlsrtl3 -lld -lbsd_r
  -lm -lodm -ldl -lbind -lm -ldl -lcrypt
DLIBS:
SAPI: apache
PHP_RPATHS: /o8/product/8.1.7/lib
uname -a: AIX welwyn 3 4 00089E3DA100

cc -o conftest -g -R/o8/product/8.1.7/lib
   -L/o8/product/8.1.7/lib conftest.c -lclntsh -lpsa
   -lcore4 -lnlsrtl3 -lld -lbsd_r -lm -lodm -ldl -lbind
   -lm -ldl -lcrypt 1>&5
ld: 0706-027 The -R /o8/product/8.1.7/lib flag is ignored.
ld: 0706-006 Cannot find or open library file: -l core4
        ld:open(): No such file or directory
ld: 0706-006 Cannot find or open library file: -l nlsrtl3
        ld:open(): No such file or directory

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10513&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>