Hi: I'm lost. My scenario is the next: One Linux box running Red Hat 7.2 with all updates applied across Ximian Red Carpet. In other machine one Oracle database 8.x up and running. I've installed the Oracle 8.1.7 client after some problems with the link process ( solved ). All users in the Linux box can execute the oracle tools ( sql, oem,etc...) without problems. Now i wanna install the Apache server and PHP with oci funcionality . I tried to install both across the sources rpms, touching the build section of the spec files. With Apache all goes well, I can compile and install the rpm usin an rpm -bb apache.spec. But for the php this not work :( I'm only including the line --with-oci8=/path_to_oracle_lib in the spec file and the rest of the options of the configure line are the same, except the oci8, of course), but when i try to compile it with the rpm -bb php.spec, in the make process i get the error "/usr/bin/ld: cannot find -lclntsh". The file exists ( is a link to the libclntsh.so.8.0 ). The Oracle lib directory is defined and cache by ldconfig. The oracle lib path is defined in the PATH environment var. I don't know why i'm getting this error :(. Any help will be very, very, very apreciated!!!
TIA and regards -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]