Hi
Because I always met problem when building the PHP, with
informix support. I used the steps to do this
Apache
(1)./configure --enable-module=so
make ; make install
PHP
(2)
./configure --with-informox=/opt/informix --with-apxs=/usr/local/apache/bin/
apxs
(3)make ; make install
But I can't pass (2), cause there are error occured in ext/informix, I
wonder
if I can skip this module first, and build php module first?
If yes, how can I re-build the informix module later?
possible? Thanks
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]