Hi,
I can't compile INFORMIX as a self contained extension to php_ifx.so.
This is what I did so long:
I've installed ESQL/C (CLIENET SDK for Linux 2.10.UC2) to the dir /opt/informix
I've exported the variables $INFORMIXDIR=/opt/informix and the path to /opt/informix/bin
I've run the phpize in the dir php-devel/extensions/informix
I've run ./configure --with-informix=/opt/informix --with-php-config=/usr/bin/php-config
All works.
so far so good
When I try make install I get the following message:
Warning: This library needs some functionality provided by -lphp_ifx ...
Warning: libtool could not satisfy all declared inter-library dependencies of module informix ... libtool will create as static module ...
... something with LIBDIR and /etc/ld.so.conf
The informix.a is copied in the php-extensions - dir
What is wrong? What about libtool, /etc/ld.so.conf?
When I compile apache whith php and informix static, all works
Thanks for help