I'm trying to use PHP with Informix support.

If I use Apache with dynamic modules, I get the following 
error when I try to load the Apache server:

"Cannot load /usr/local/apache/libexec/libphp4.so into 
server: /opt/informix/lib/esql/libifgen.so: undefined 
symbol: stat"

Apache loads if I use static modules.  However, when I 
call the ifx_connect(), no data is returned from the PHP 
page.  However, the following error is generated in the 
Apache error log:

"/usr/local/apache/bin/httpd: error while loading shared 
libraries: /opt/informix/lib/esql/libifgen.so: undefined 
symbol: stat"

They are basically the same error.

Any ideas on what is wrong?

Is there a way to load libifgen.a instead of libifgen.so 
when installing PHP?

Version Information
    RedHat 7.2
    Linux Kernel 2.4.7-10
    Apache 1.3.24
    PHP 4.1.2
    Informix Client SDK 2.70.UC3-1 for Intel Linux 2.2.14 
GLIBC2.1.3

Ron Andrews
Technical Services
Nebo School District
801-354-7402 ext 1406

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to