Hi all,
I have problem when compile php as cgi to support oracle.
I have install oci succesfully.
Configure in php was good.
But do make, error message come out like this: (Using Redhat 7.2)
/bin/sh /opt/src/PHP/php-4.0.5/libtool --silent --mode=link gcc -I. -I/opt/src/PHP/php-4.0.5/ -I/opt/src/PHP/php-4.0.5/main -I/opt/src/PHP/php-4.0.5 -I/opt/src/PHP/php-4.0.5/Zend -I/opt/src/PHP/php-4.0.5/ext/mysql/libmysql -I/data1/oracle/rdbms/public -I/data1/oracle/rdbms/demo -I/opt/src/PHP/php-4.0.5/ext/xml/expat/xmltok -I/opt/src/PHP/php-4.0.5/ext/xml/expat/xmlparse -I/opt/src/PHP/php-4.0.5/TSRM -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -o php -export-dynamic stub.lo libphp4.la
/usr/bin/ld: cannot find -lclntsh
collect2: ld returned 1 exit status
make[1]:
Error 1
make[1]: Leaving directory `/data1/src/PHP/php-4.0.5'
make: *** [all-recursive] Error 1