[imp] cvs IMP, FreeBSD, and libtool 1.3.4/1.4.1

Anil Madhavapeddy anil@recoil.org
Tue, 11 Sep 2001 09:32:34 +0100


On Tue, Sep 11, 2001 at 02:05:39AM -0600, FreeBSD wrote:
> 
> 1. I understand the latest IMP in the cvs has problems with libtool 1.3.4,
> the version currently in the FreeBSD ports. Is that still the case where I
> need 1.4.x to have the latest IMP 2.3 working?

I'm not sure where you got this idea - IMP does not depend on 
libtool at all.  Horde/IMP are a set of PHP scripts, and as such,
only require PHP (with some modules installed, such as gettext,
imap, and optionally stuff like mcrypt, mysql, etc).

If you meet these PHP requirements, we've had successful installation
reports for everything from FreeBSD to Win98.

> 2. Would there be any problems trying to run IMP 2.3 from cvs with the
> mod_php4.0.6 from the FreeBSD ports? Or does IMP require the latest cvs of
> php?

WOrks fine with PHP-4.0.6, but bear in mind that you need the
latest version of PEAR from PHP-cvs.  The version in PHP-4.0.7RC2
is sufficient, but you can install it by:

$ cd /usr/local/src/cvs/php4
$ ./buildconf
$ ./configure
$ cd pear
$ make install

> I have a spare server that I will test first on before I mess with the
> production server.

So you are running a development version of IMP on a production
server?  Good luck :)

Anil