i have a problem configuring php modules for apache with oracle support!
I have installed oracle client 8 (if i install oracle full database it return the same error), if i configure php for apache modules it compile well, but when i try to launch configure in apache with --activate-modules of libphp4.a it try a "sanity check" and report this error:
/usr/i386-slackware-linux/bin/ld: cannot find -lclient
collect2: ld returned 1 exit status
and configure failed..
anyway if i try to compile php as DSO module
(with this php configure string: ./configure --libexecdir=/home/nusphere/apache/libexec/ --with-oracle=/home/oracle --enable-sigchild --with-mysql=/home/nusphere/mysql/ --with-apxs=/home/nusphere/apache/bin/apxs --enable-track-vars) and run make it give the same error:
make[1]: Entering directory /root/suite/php-4.2.1'
/bin/sh /root/suite/php-4.2.1/libtool --silent --mode=link gcc -I. -I/root/suite/php-4.2.1/ -I/root/suite/php-4.2.1/main -I/root/suite/php-4.2.1 -I/home/nusphere/apache/include -I/root/suite/php-4.2.1/Zend -I/home/nusphere/mysql//include -I/home/oracle/rdbms/public -I/home/oracle/rdbms/demo -I/root/suite/php-4.2.1/ext/xml/expat -DLINUX=22 -DMOD_SSL=208104 -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/root/suite/php-4.2.1/TSRM -g -O2 -prefer-pic -o libphp4.la -rpath /root/suite/php-4.2.1/libs -avoid-version -L/home/nusphere/mysql//lib -L/home/oracle/lib -R /home/nusphere/mysql//lib -R /home/oracle/lib stub.lo Zend/libZend.la sapi/apache/libsapi.la main/libmain.la regex/libregex.la /root/suite/php-4.2.1/ext/ctype/libctype.la /root/suite/php-4.2.1/ext/mysql/libmysql.la /root/suite/php-4.2.1/ext/oracle/liboracle.la /root/suite/php-4.2.1/ext/pcre/libpcre.la /root/suite/php-4.2.1/ext/posix/libposix.la /root/suite/php-4.2.1/ext/session/libsession.la /root/suite/php-4.2.1/ext/standard/libstandard.la /root/suite/php-4.2.1/ext/xml/libxml.la TSRM/libtsrm.la -lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lm -ldl -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt -ldl
/usr/i386-slackware-linux/bin/ld: cannot find -lclient
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory/root/suite/php-4.2.1'
make: *** [all-recursive] Error 1
Whats wrong??????
If i compile php+apache+mysql (as dso modules and not) without oracle it works!
i have tryed to compile the same sources on another machine (slackware 8 also) and it give me the same problem!