Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: undefined symbol: SQLAllocEnv


Message #1 by "Adam Lang" <aalang@r...> on Tue, 23 Oct 2001 16:56:40 -0400
This is not a programming question specifically, but it is a problem I am
encountering trying to et something to work with PHP.

I am going to set up a site that will have PHP scripts query information off
the AS/400's native filesystem.

I have installed the "middleware" on Linux, IBM db2 connect software.  I can
successfully query information from command line.

I compiled and apache and PHP (1.3.22 and 4.0.6).

I try to connect in a php script and the page bombs with no php errors.  IE
reports the page was unavailable (I remove the odbc connection functions and
the page works with other php functions). (the db2 connect functionality is
wrapped by the odbc API in php)

I eventually find in the Apache error_log this line:
/usr/local/apache/bin/httpd: error while loading shared libraries:
/usr/local/apache/bin/httpd: undefined symbol: SQLAllocEnv

I have found many people complaining about the same error with other
applications (like PERL) but no solutions.  Any help would be appreciated...
I'm stuck.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com




  Return to Index