Nope, I got a similar error:
make[3]: Entering directory `/php/php-4.1.0/ext/informix'
(if test -d /opt/informix; then \
THREADLIB=POSIX /opt/informix/bin/esql -e -EDHAVE_IFX_IUS /php/php-4.1.0/ext/
informix/ifx.ec; \
else \
touch ifx.c; \
fi)
/bin/sh /php/php-4.1.0/libtool --silent --mod
For a quick test, can you go to php-4.1.0/ext/informix, issue
phpize
configure
make install
and see if it gets properly installed in your extension
directory?
On Sun, Dec 16, 2001 at 02:46:43PM -, [EMAIL PROTECTED] wrote :
> From: [EMAIL PROT
From: [EMAIL PROTECTED]
Operating system: RH Linux 7.1
PHP version: 4.1.0
PHP Bug Type: Compile Failure
Bug description: Informix as shared module libtool rpath problem
When configuring/compiling PHP 4.1.0 on RH 7.1, I can successfully compile
PHP with informix built in, but