From owner-freebsd-questions@FreeBSD.ORG Tue Aug 15 22:04:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A7BFD16A4E0 for ; Tue, 15 Aug 2006 22:04:34 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F6943D55 for ; Tue, 15 Aug 2006 22:04:33 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so538345uge for ; Tue, 15 Aug 2006 15:04:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=bAnheuPdYZICWEB3ayYzb+aYrdmeexFXg1tU6sKnFuXxa7p5mEzwtxiFx7nMXuCm0UoQn87Ec0Jm2FQtwQX7tSmgifRczLX8lcHgh2EzCLHuRoAmLYiV/mc141G+WNz5PAUCTU221KS4sunLp+DepL6HhyZC2hQTuyvznwsHBzc= Received: by 10.67.101.8 with SMTP id d8mr464165ugm; Tue, 15 Aug 2006 15:04:32 -0700 (PDT) Received: by 10.66.236.4 with HTTP; Tue, 15 Aug 2006 15:04:32 -0700 (PDT) Message-ID: Date: Tue, 15 Aug 2006 18:04:32 -0400 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: dfb5ea6884e83af4 Subject: building squirrelmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 22:04:34 -0000 [root@kanga ports]# cd /usr/ports/mail/squirrelmail-devel [root@kanga squirrelmail-devel]# ls Makefile distinfo files/ pkg-descr pkg-plist [root@kanga squirrelmail-devel]# make install distclean Use WITH_LDAP to ensure PHP LDAP support is installed Use WITH_DATABASE to ensure PEAR framework for database support is installed (note that this does not install the database specific PEAR support, e.g. MySQL) This port requires the Apache Module or the CGI version of PHP, but you have already installed a PHP port without them. *** Error code 1 Stop in /usr/ports/mail/squirrelmail-devel. Now, I do have PHP with apache support installed, it's running my blog. [root@kanga squirrelmail-devel]# pkg_info | grep php php4-4.4.2_1 PHP Scripting Language (Apache Module and CLI) php4-ctype-4.4.1 The ctype shared extension for php php4-extensions-1.0 A "meta-port" to install PHP extensions php4-mysql-4.4.1 The mysql shared extension for php php4-overload-4.4.1 The overload shared extension for php php4-pcre-4.4.1 The pcre shared extension for php php4-posix-4.4.1 The posix shared extension for php php4-session-4.4.1 The session shared extension for php php4-tokenizer-4.4.1 The tokenizer shared extension for php php4-xml-4.4.1 The xml shared extension for php php4-zlib-4.4.1 The zlib shared extension for php So, this would seem to be in error. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein