Estoy tratando de instalar PDO_INFORMIX-1.2.7 para debian.
Me da el siguiente error en el ./configure
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for a sed that does not truncate output… /bin/sed
checking for cc… cc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether cc accepts -g… yes
checking for cc option to accept ISO C89… none needed
checking how to run the C preprocessor… cc -E
checking for icc… no
checking for suncc… no
checking whether cc understands -c and -o together… yes
checking for system library directory… lib
checking if compiler supports -R… no
checking if compiler supports -Wl,-rpath,… yes
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system type… i686-pc-linux-gnu
checking for PHP prefix… /usr
checking for PHP includes… -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory… /usr/lib/php5/20090626+lfs
checking for PHP installed headers prefix… /usr/include/php5
checking if debug is enabled… no
checking if zts is enabled… no
checking for re2c… no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk… no
checking for nawk… nawk
checking if nawk is broken… no
checking for Informix driver for PDO… yes, shared
checking for PDO includes… /usr/include/php/ext
checking for includes and libraries… configure: error: Cannot find Informix Client SDK includes in /opt/informix/inc/cli
Estoy siguiendo los pasos indicados en:
http://portalguarani.siu.edu.ar/Portal/wiki/G2/instinformix
http://foro.comunidad.siu.edu.ar/index.php?topic=7680.msg32696
http://lemachete.blogspot.com.ar/2010/05/instalar-pdoinformix-en-debian-lenny.html (link que esta en el foro)
Pero al finalizar la ejecucion , da el errror
checking for includes and libraries… configure: error: Cannot find Informix Client SDK includes in /opt/informix/inc/cli
Gracias