Nilanjan wrote: > APACHE/PHP/ORACLE/TRU64 on COMPAQ ALPHA SERVER: > we extracted apache 1.3.29 tar file and configured as
> #./configure --prefix=/usr/users/dirq/web_apache --enable-module=so > then we extracted PHP-4.3.4 tar file and configured as > #./configure --with-oci8=$ORACLE_HOME --with > -apxs=/usr/users/dirq/web_apache/bin/apxs --enable-sigchild I think that it is not possible to use apxs on Tru64, at least not with Apache1 (maybe it's possible with Apache2, a Google search for "Tru64 apxs -PHP" seemed to indicate that it might be possible with Apache2). So you have to compile Apache without DSO/apxs, and configure PHP --with-apache. This works, at least. If your Apache crashes afterwards, be sure to unset the LANG and LC_* environment variables, some part of Apache/Oracle/PHP doesn't like these. Regards... Michael