I have a Compaq AlphaServer DS-10 running True64 5.01B # uname -sprv OSF1 V5.1 1885 alpha
I am trying to install PHP-4.3 DSO module into a compiled apache 1.3.19 provided by oracle. # /oracle/app/oracle/product/ora9ias/Apache/Apache/bin/httpd -v Server version: Oracle HTTP Server Powered by Apache/1.3.19 (Unix) # /oracle/app/oracle/product/ora9ias/Apache/Apache/bin/httpd -l Compiled-in modules: http_core.c mod_so.c
The problem is that I can't compile php in the machine that holds apache itself. So, I copied the hole Apache sub tree to another machine keeping the same path structure as the apache machine. Then I compiled php-4.3 giving the right path to apxs. After compilation, I copied the PHP installation and DSO module back to the apache machine and then I fixed httpd.conf and php.ini files.
When I start apache I get the following warning message
# ./apachectl configtest -f /oracle/app/oracle/product/ora9ias/Apache/Apache/conf/httpd.conf_php [Fri Sep 26 18:03:41 2003] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Syntax OK
Does anybody knows how to do this? Thanks in advance. Fernando.