Date: Tue, 11 Sep 2001 09:32:34 +0100 From: Anil Madhavapeddy <anil@recoil.org> To: imp@lists.horde.org Cc: freebsd-questions@freebsd.org Subject: Re: [imp] cvs IMP, FreeBSD, and libtool 1.3.4/1.4.1 Message-ID: <20010911093234.A14215@total.recoil.org> In-Reply-To: <20010911014938.W61539-100000@Amber.XtremeDev.com>; from freebsd@XtremeDev.com on Tue, Sep 11, 2001 at 02:05:39AM -0600 References: <20010911014938.W61539-100000@Amber.XtremeDev.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010911093234.A14215>