Hello All.
Thanks for taking the time to read this thread.
I am looking to install PHP 4.0.6
Informix 9.21.UC3. (It is installed.)
Apache 1.3.19
I have install Apache.
I have Install PHP
I have installed Informix.
None of them talk to one another that I can determine.
This is what I am doing.
(configure of PHP)
./configure --with-informix=/opt/informix/ --with-apxs=/opt/apache_1.3.19/bin/apxs
the configure runs through great!
MAKE
I receive this.
make[1]: Entering directory `/opt/php-4.0.6/Zend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/php-4.0.6/Zend'
Making all in main
make[1]: Entering directory `/opt/php-4.0.6/main'
make[2]: Entering directory `/opt/php-4.0.6/main'
/bin/sh /opt/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/opt/php-4.0.6
/main -I/opt/php-4.0.6/main -I/opt/php-4.0.6 -I/opt/apache_1.3.19/include -I/opt
/php-4.0.6/Zend -I/opt/informix/incl/esql -I/opt/php-4.0.6/ext/mysql/libmysql -I
/opt/php-4.0.6/ext/xml/expat/xmltok -I/opt/php-4.0.6/ext/xml/expat/xmlparse -I/o
pt/php-4.0.6/TSRM -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYT
E_ORDER=12 -g -O2 -c internal_functions.c
In file included from internal_functions.c:32:
/opt/php-4.0.6/ext/informix/php_informix.h:60:21: locator.h: No such file or dir
ectory
/opt/php-4.0.6/ext/informix/php_informix.h:61:22: sqltypes.h: No such file or di
rectory
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/opt/php-4.0.6/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/php-4.0.6/main'
make: *** [all-recursive] Error 1
[root@apache php]#
I do not bother to continue to the next step as it is futile.
Configure of Apache.
./configure --prefix=/opt/apache_1.3.19 --enable-module=so
that works.
MAKE
Works
MAKE INSTALL
Works
Apache is not parsing any PHP files.
My issue with PHP is I cannot get it make with Informix support. But I also cannot get Apache to recognize my PHP files.
I have edited the .conf file and made all the "known" recommended changes to reflect my desire to use PHP.
What else am I doing wrong?
PLEASE HELP!
Thanks in advance.
Trey
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->
Thanks for taking the time to read this thread.
I am looking to install PHP 4.0.6
Informix 9.21.UC3. (It is installed.)
Apache 1.3.19
I have install Apache.
I have Install PHP
I have installed Informix.
None of them talk to one another that I can determine.
This is what I am doing.
(configure of PHP)
./configure --with-informix=/opt/informix/ --with-apxs=/opt/apache_1.3.19/bin/apxs
the configure runs through great!
MAKE
I receive this.
make[1]: Entering directory `/opt/php-4.0.6/Zend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/php-4.0.6/Zend'
Making all in main
make[1]: Entering directory `/opt/php-4.0.6/main'
make[2]: Entering directory `/opt/php-4.0.6/main'
/bin/sh /opt/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/opt/php-4.0.6
/main -I/opt/php-4.0.6/main -I/opt/php-4.0.6 -I/opt/apache_1.3.19/include -I/opt
/php-4.0.6/Zend -I/opt/informix/incl/esql -I/opt/php-4.0.6/ext/mysql/libmysql -I
/opt/php-4.0.6/ext/xml/expat/xmltok -I/opt/php-4.0.6/ext/xml/expat/xmlparse -I/o
pt/php-4.0.6/TSRM -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYT
E_ORDER=12 -g -O2 -c internal_functions.c
In file included from internal_functions.c:32:
/opt/php-4.0.6/ext/informix/php_informix.h:60:21: locator.h: No such file or dir
ectory
/opt/php-4.0.6/ext/informix/php_informix.h:61:22: sqltypes.h: No such file or di
rectory
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/opt/php-4.0.6/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/php-4.0.6/main'
make: *** [all-recursive] Error 1
[root@apache php]#
I do not bother to continue to the next step as it is futile.
Configure of Apache.
./configure --prefix=/opt/apache_1.3.19 --enable-module=so
that works.
MAKE
Works
MAKE INSTALL
Works
Apache is not parsing any PHP files.
My issue with PHP is I cannot get it make with Informix support. But I also cannot get Apache to recognize my PHP files.
I have edited the .conf file and made all the "known" recommended changes to reflect my desire to use PHP.
What else am I doing wrong?
PLEASE HELP!
Thanks in advance.
Trey
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->