From owner-freebsd-questions Tue Sep 11 1:32:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from total.recoil.org (total.recoil.org [212.25.240.40]) by hub.freebsd.org (Postfix) with SMTP id DC64437B40A for ; Tue, 11 Sep 2001 01:32:35 -0700 (PDT) Received: (qmail 14249 invoked by uid 502); 11 Sep 2001 08:32:34 -0000 Date: Tue, 11 Sep 2001 09:32:34 +0100 From: Anil Madhavapeddy 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> References: <20010911014938.W61539-100000@Amber.XtremeDev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.9i In-Reply-To: <20010911014938.W61539-100000@Amber.XtremeDev.com>; from freebsd@XtremeDev.com on Tue, Sep 11, 2001 at 02:05:39AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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