ID: 14151 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: OCI8 related Operating System: Linux Red Hat 7.2 PHP Version: 4.0.6 New Comment:
No feedback. Closing. Previous Comments: ------------------------------------------------------------------------ [2001-11-21 12:50:57] [EMAIL PROTECTED] Check this manual page: http://www.php.net/manual/en/ref.oci8.php And especially the part about linking Apache with libpthread. --Jani ------------------------------------------------------------------------ [2001-11-20 12:19:46] [EMAIL PROTECTED] Check your httpd error_log and see if it has things like "segmentation fault". If so, read on how to make a backtrace at "bugs.php.net/how-to-report.php Add that backtrace to this report. Derick ------------------------------------------------------------------------ [2001-11-20 11:59:19] [EMAIL PROTECTED] I installed/compiled php4.0.6 with Oracle9i on RedHat 7.2 successfully. Following is the configure command to compile/install php: configure --with-oci8=/MyOracle_Home/ --with-apxs=/My_Apache_Home/bin/apxs After compiling php, libphp4.so, and httpd.conf was generated in their apache directories. Apache1.3.19 (with Dynamic Shared Object) can be started without any problem. Php script: <? phpinfo(); ?> shows that oci8 is enabled and current oracle version is 9. However when use php to communicate with Oracle9i server, Netscape browser shows an error says that there is no data in html. If use same php code in another machine with php4.0.6 compiled with oracle8i, It can work with oracle9i server without any problem. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14151&edit=1 -- PHP Development 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]