Hello all,

I'm installing php for the first time on an IBM b50
running AIX 4.3.3. I'm trying to install php 4.3.1 for
use with Oracle 8.1.7, and it's crapping out at the
make command. Here is error that I'm receiving:

ld: 0706-006 Cannot find or open library file: -l
ocijdbc8
        ld:open(): No such file or directory
make: 1254-004 The error code from the last command is
255.

Here are the relevant env vars that I have set:

CLASSPATH=/oracle/app/oracle/product/8.1.7/jdbc/lib:/oracle/app/oracle/product/8.1.7/lib
LDFLAGS=-lC
LD_LIBRARY_PATH=/usr/lib:/oracle/app/oracle/product/8.1.7/lib:/oracle/app/oracle/product/8.1.7/jdbc/lib
LIBPATH=/oracle/app/oracle/product/8.1.7/lib:/usr/lib:/oracle/app/oracle/product/8.1.7/jdbc/lib
ORACLE_BASE=/oracle/app/oracle
ORACLE_HOME=/oracle/app/oracle/product/8.1.7
ORACLE_SID=TEST
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/sbin/cluster:.:/home/tools:/usr/local/bin:/oracle/app/oracle/product/8.1.7/bin:/oracle/app/oracle/product/8.1.7/bin:/oracle/app/oracle/product/8.1.7/bin:/oracle/app/oracle/product/8.1.7/bin

Here is the configure command that I'm using:
./configure --with-apxs=/usr/HTTPServer/bin/apxs
--enable-force-cgi-redirect --enable-safe-mode
--enable-magic-quotes --without-mysql
--with-oci8=/oracle/app/oracle/product/8.1.7 --enable
sigchild --enable-shared

I saw one similar message to this in the archives, but
there was no answer as to how to fix it. Can anyone
help me out?

Thanks!

-Stephen Spalding

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to