Change directory to exertion resides, then
$ phpize
$ ./configure --with-<module> (or --enable-<module>)
$ make
$ make install

README.SELF-CONTAINED-EXTENSION will help also. It comes with PHP source.

Regards,
--
Yasuo Ohgaki

""dino"" <[EMAIL PROTECTED]> wrote in message
9cbjud$oaj$[EMAIL PROTECTED]">news:9cbjud$oaj$[EMAIL PROTECTED]...
> 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]
>


-- 
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]

Reply via email to