From owner-freebsd-questions@FreeBSD.ORG Tue Aug 22 11:42:47 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 67FFC16A4DD for ; Tue, 22 Aug 2006 11:42:47 +0000 (UTC) (envelope-from levchenko.i@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 9C65643D45 for ; Tue, 22 Aug 2006 11:42:46 +0000 (GMT) (envelope-from levchenko.i@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so2023621uge for ; Tue, 22 Aug 2006 04:42:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q5V+exc+ostP7K1WqRQEFz1fyfVn+4FjDQ01QJ41KTXrJ3227Vx0FgJQn9fYnXFDC86OnGrBtdeEZxaTFlyWs1PNIaTaov+cuNvaKwVqvaLnZ764HXd9TIYpmrQ4W+0C3+HLAsUO8NCw1kUqe+zfjmtsiQBv3yvg2vhphNSctpQ= Received: by 10.66.244.10 with SMTP id r10mr4282512ugh; Tue, 22 Aug 2006 04:42:45 -0700 (PDT) Received: by 10.66.239.8 with HTTP; Tue, 22 Aug 2006 04:42:45 -0700 (PDT) Message-ID: Date: Tue, 22 Aug 2006 14:42:45 +0300 From: "Ivan Levchenko" To: "Muhammad Omer Iqbal" , freebsd-questions@freebsd.org In-Reply-To: <009a01c6c5af$80bc2380$b9c851cb@rakaposhi> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <009a01c6c5af$80bc2380$b9c851cb@rakaposhi> Cc: Subject: Re: 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 11:42:47 -0000 i think that you should be able to porce the installation of the package of php5 with the -f command, after it finished, run pkgdb -F to fix the dependency of php5 for apacha13 to apache22. On 8/22/06, Muhammad Omer Iqbal wrote: > 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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Best Regards, Ivan Levchenko levchenko.i@gmail.com