From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 28 19:35:12 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E8C16A4CF for ; Wed, 28 Jul 2004 19:35:12 +0000 (GMT) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5528443D1F for ; Wed, 28 Jul 2004 19:35:12 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 213F37623; Wed, 28 Jul 2004 21:34:33 +0200 (CEST) Date: Wed, 28 Jul 2004 21:34:33 +0200 From: Thierry Thomas To: Rainer Duffner Message-ID: <20040728193433.GF26175@graf.pompo.net> Mail-Followup-To: Rainer Duffner , freebsd-ports-bugs@freebsd.org References: <1091021470.25452.910.camel@linux-mobile.example.net> <20040728171424.GA26175@graf.pompo.net> <1091035907.3376.66.camel@linux-mobile.example.net> <20040728173528.GB26175@graf.pompo.net> <1091038445.4007.81.camel@linux-mobile.example.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1091038445.4007.81.camel@linux-mobile.example.net> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: freebsd-ports-bugs@freebsd.org Subject: Re: horde doesn't work anymore with new framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 19:35:13 -0000 Le Mer 28 jul 04 à 20:14:05 +0200, Rainer Duffner écrivait : > Note that I went through the configuration of horde in www/horde/config > with diff and adjusted the config-files according to my old settings. This is fine too. Sorry, I had read your first message without noticing > Fatal error: main(): Failed opening required 'PEAR.php' > (include_path='.:') in /usr/local/www/horde/lib/Registry.php on line 13 In your php.ini include_path does not point to pear's directory. Please run `php -i | grep include_path' It should contain /usr/local/share/pear If not, please edit your /usr/local/etc/php.ini. Regards, -- Th. Thomas.