Click to See Complete Forum and Search --> : install php with informix


ffragosol
06-21-2005, 11:19 AM
Hello:

I'm trying to install php with informix support, when I execute the configure commando

configure --with-apxs2=/usr/local/apache2/bin/apxs --with-informix=/opt/informix


I don't have problems, but when I execute the make commando I have the next message:

/bin/sh /usr/local/php-5.0.3/libtool --silent --preserve-dup-deps --mode=link gcc /opt/informix/lib/esql/checkapi.o -o /opt/informix/lib/esql/checkapi.o -o ext/informix/libphpifx.a
/usr/local/php-5.0.3/libtool: ar: not found
make: *** [ext/informix/libphpifx.a] Error 1


I have solaris 8 , apache 2 and PHP 5.03

And I have IBM/Informix-Client SDK Version2.90.UC1
IBM/Informix EMBEDDED SQL for C Version 2.90.UC1

somebody can help me?