This answer probably won't help at all, but here goes anyway... We had a similar error with the perl DBD-DBI drivers when we first compiled them for SLES8/UDB8. After beating my head against it for a while, I read the CAVEATS file which recommended changing the optimization of the compile from -02 to -O0 and voila problem gone.
Again I know yours is a completely different situation, the only reason I bring it up is that the kind of messages apache was throwing were similar ----------------------------------- Jeremy Warren Sr. Systems Programmer KB Toy Stores mailto:[EMAIL PROTECTED]@kbtoys.com "Seader, Cameron" <[EMAIL PROTECTED]> Sent by: Linux on 390 Port <[EMAIL PROTECTED]> 08/18/2004 11:21 AM Please respond to Linux on 390 Port To: [EMAIL PROTECTED] cc: Subject: [LINUX-390] PHP 4.3.3 ODBC_Connect SQL error Thought i would ask this here because it is on the s390x platform. I have installed DB2 Connect 64 bit fixpak 6 and it is up and running. I have apache installed on SLES 8 and i have downloaded PHP version 4.3.3 source and compiled it with IBM DB2 support. however when i run a script and it trys to issue an ODBC_Connect i get the following error message: [error] PHP Warning: odbc_connect(): SQL error: , SQL state ���� in SQLConnect in /srv/www/htdocs/acquisuite/idxdb2.php on line 572 This error comes from the httpd error_log for apache. Does anyone have any idea what this means. I cannot find anything on it. I'm thinking there is some translation problem here. Please if anyone has any ideas here, please let me know. TIA, Cameron Seader [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A2 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
