IMAP Compile question

Senad

Verified User
Joined
Jan 14, 2005
Messages
79
I've installed CustomBuild but realized that there is no support for the --with-imap function (something we very much need).

How can I go about adding this into the custombuild script and rewriting? (I'd be very surprised if you can't add this command and compile php as easily as you can with customapaches configure.php option and then just .build php n command).

If this can't be done how do I uninstall it and revert back to customapache?
 
edit the custombuild/configure/apX/configure.phpX file and add some lines with --with-imap..
 
Back
Top