From owner-freebsd-questions@FreeBSD.ORG Tue Aug 22 05:54:59 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 06ABE16A4DD for ; Tue, 22 Aug 2006 05:54:59 +0000 (UTC) (envelope-from omer@omeriqbal.com) Received: from smtp105.biz.mail.re2.yahoo.com (smtp105.biz.mail.re2.yahoo.com [206.190.52.174]) by mx1.FreeBSD.org (Postfix) with SMTP id 86B7343D46 for ; Tue, 22 Aug 2006 05:54:58 +0000 (GMT) (envelope-from omer@omeriqbal.com) Received: (qmail 96999 invoked from network); 22 Aug 2006 05:54:57 -0000 Received: from unknown (HELO rakaposhi) (omer@omeriqbal.com@203.81.200.185 with login) by smtp105.biz.mail.re2.yahoo.com with SMTP; 22 Aug 2006 05:54:57 -0000 From: "Muhammad Omer Iqbal" To: Date: Mon, 21 Aug 2006 22:54:55 -0700 Message-ID: <009a01c6c5af$80bc2380$b9c851cb@rakaposhi> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcbFr35qKXsy9U3NRx+bhQbUjWNBkw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installing Php5 on Apache2.2 (Freebsd 6.1) 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, 22 Aug 2006 05:54:59 -0000 Hi, (Please include me in the reply as I am not subscribed to this list.) I am trying to use Ports to install php5 on top of Apache 2.2. However, when I do pkg_add, it says that the prereq Apache 1.3 is not installed. I also tried forcing it (using -f), but even then it did not seem to have installed Php5 properly. I tried this: cd /usr/ports/lang/php5 pkg_add php5 That did not work. Then I ftp-ed to ftp.freebsd.org and downloaded the tbz file from the same location (/ports/lang/php5) and did pkg_add with that file name as parameter. Is that the right thing to do? After I did that, I got the error that I explained above (i.e. Apache 1.3 not installed) As you might imagine, I am pretty new to FreeBSD. Thanks, Omer