From owner-freebsd-questions Wed Feb 12 15:24:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8FB637B401 for ; Wed, 12 Feb 2003 15:24:43 -0800 (PST) Received: from anchor-post-39.mail.demon.net (anchor-post-39.mail.demon.net [194.217.242.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0331243FAF for ; Wed, 12 Feb 2003 15:24:43 -0800 (PST) (envelope-from kevin@caomhin.demon.co.uk) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-39.mail.demon.net with esmtp (Exim 3.36 #2) id 18j6F8-0003Gh-0d; Wed, 12 Feb 2003 23:24:42 +0000 Message-ID: Date: Wed, 12 Feb 2003 23:24:39 +0000 To: Jim Durham Cc: freebsd-questions@freebsd.org From: Kevin Golding Subject: Re: SquirrelMail port problems References: <200302121743.30018.durham@jcdurham.com> In-Reply-To: <200302121743.30018.durham@jcdurham.com> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U 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 Someone, quite probably Jim Durham, once wrote: >I installed the squirrelmail port from /usr/ports/mail. > >Squirrelmail fails. It claims it can't find the include files in >/usr/local/lib/php. > >Looking at /usr/local/etc/php.ini, the include path is empty. > >"Fixing" this by put "/usr/local/lig/php" for the path breaks our >current web mail using TWIG. Now it can't find the path. > >Something is very strange here! ANyone else had this problem? > You probably need to make sure you include the current directory: include_path = ".:/usr/local/lib/php" That way you include the current directory which is what a lot of apps expect. Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message