ID: 20376 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Red Hat Linux 7.2 PHP Version: 4.2.2 New Comment:
It's just a matter of configuring your system correctly. And definately not any bug within PHP. Previous Comments: ------------------------------------------------------------------------ [2002-11-11 19:15:09] [EMAIL PROTECTED] ** THIS ENTRY MAY BE CLOSED AND LOGGED AS AN ALTERNATE SOLUTION ** I, too, was receiving this error message, though none of the other solutions in this database helped me. One solution is similar, but still didn't work for me. It is related to the symbolic links that Oracle 9.2 set for the libclntsh.so file. In my case, the actual file was libclntsh.so.9.0 and libclntsh.so was a link to this file. To make PHP 4.2.2 compile, I: (1) deleted the libclntsh.so link, (2) renamed libclntsh.so.9.0 to libclntsh.so, and (3) made a link from libclntsh.so to libclntsh.so -- Having a real file for both names, and a hard link to both names didn't work for me. I'm no C programmer by any stretch of the imagination, so I don't know why this worked for me. Hopefully this will help someone else. Good luck. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20376&edit=1