If I haven't responded too late, Install the SRPM package with rpm -ivh
file.srpm or file.src.rpm and then do to the SPECS directory. In RedHat's
case it is /usr/src/redhat/SPECS and look for something like mod_php.spec
or php.spec and edit it. That file has a paramaters it passes to
configure script, so add to it a --with-imap and then save the file, and
then run rpm -bb mod_php.spec (or whatever the name of it is) and then it
will build the binary rpm in /usr/src/redhat/RPMS/i386 and you simply rpm
-Uvh it.
Adam
On Sat, 17 Aug 2002 [EMAIL PROTECTED] wrote:
> Dear All,
>
> How can I enable --with-imap with rpm / SPRMS packages of php ?
>
> Thank for your help !
>
> Edward.
>
>
>
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php