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?

    The Informix ONCONFIG file is the method by which the OnLine engine determines what tunable values to use. The ONCONFIG file is always located in the $INFORMIXDIR/etc directory, where $INFORMIXDIR is the UNIX environment variable that contains the full path to the Informix root installation directory.

    Since you are using informix standard engine, the onconfig file doesn't apply. It only applies to OnLine engines.

      Write a Reply...