I have dificulties installing PHP3.
I have installed informix se server and informix sdk. Informix works fine.
After set the environment variables of informix, I type in the php directory:
#install: ./configure --with-apache=../apache_1.3.14 --with-informix=$INFORMIXDIR (ret)
#make (ret)
This starts the compilation and everything seems go well, but, an error occurs:
#esql -e _EUHAVE_IFX_IUS functions/ifz_ec;mv ifx.c functions
#/bin/sh:esql:command not found
#mv ifx.c: No such file or directory
#make:***[functions/ifx.c]ERROR 1
And I don\\'t now what\\'s going in..! Help me please!
PS: In the install guide a read to set the environment ONCONFIG . What is this environment varible? Where is it?