From owner-freebsd-questions@FreeBSD.ORG Sun Dec 12 09:28:16 2004 Return-Path: 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 396A416A4CE for ; Sun, 12 Dec 2004 09:28:16 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE6C43D41 for ; Sun, 12 Dec 2004 09:28:15 +0000 (GMT) (envelope-from moliveri@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so563130rne for ; Sun, 12 Dec 2004 01:28:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=C4un9x3PZb2kKw8PMsZ50FYFxUxHtUYSU2zT3OSocTkkSWgmapuRnmsqDBXk/dVYj8Azv5yjunWJZ5k0S4jaFylDmm5j+qSheKuUgcIFDDrlN41MAhh0FMmb5WeU/GgJtKQ/hVD+88Lb56UkgfVJnIVRL67YfPMosDN86PL891Q= Received: by 10.38.104.13 with SMTP id b13mr1290721rnc; Sun, 12 Dec 2004 01:28:15 -0800 (PST) Received: by 10.38.96.35 with HTTP; Sun, 12 Dec 2004 01:28:15 -0800 (PST) Message-ID: <1e58dbf604121201282de46047@mail.gmail.com> Date: Sun, 12 Dec 2004 03:28:15 -0600 From: Mike Oliveri To: Paul Schmehl In-Reply-To: <2147483647.1102819834@192.168.2.101> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1e58dbf604121114253bc31694@mail.gmail.com> <2147483647.1102819834@192.168.2.101> cc: freebsd-questions@freebsd.org Subject: Re: SquirrelMail woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mike Oliveri List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 09:28:16 -0000 > This appears to be a case of not reading /usr/ports/UPDATING. The php port > was altered not too long ago, and the extensions were moved to a separate > port. You need to install both php4 *and* php4-extensions. Then you'll > have to reinstall squirrelmail. Also, make sure you comment out the > extensions_dir variable in php.info. Found extensions_dir in php.ini. My apologies, it's late and been a long day. That solved the problem. Based on the Apache errors I was seeing regarding the modules and the contents of the extensions.ini file, I've been chasing other ghosts. Thanks for the help, I greatly appreciate it! Sincerely, Mike