From owner-freebsd-questions@FreeBSD.ORG Tue Jan 31 00:38:19 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 408D616A420 for ; Tue, 31 Jan 2006 00:38:19 +0000 (GMT) (envelope-from tim1timau@yahoo.com) Received: from web50310.mail.yahoo.com (web50310.mail.yahoo.com [206.190.38.243]) by mx1.FreeBSD.org (Postfix) with SMTP id BFDA443D48 for ; Tue, 31 Jan 2006 00:38:18 +0000 (GMT) (envelope-from tim1timau@yahoo.com) Received: (qmail 99573 invoked by uid 60001); 31 Jan 2006 00:38:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=RwcNQ09t25n/aUTHRkxeiT9mJTo/utBNdfYp8HdxUJjzYCRPPFGxdV4X3T+5OBXHsLWl1C+v6TlI1CbWVnuYbArHNRPzFqMMNr3iaTG4L20/4+k40W01d9Q8zAiVaW8AbBQPtQxZGGNM8WEaFfJYpGlcIOqesZs0gXAKig79hpc= ; Message-ID: <20060131003818.99571.qmail@web50310.mail.yahoo.com> Received: from [220.245.179.134] by web50310.mail.yahoo.com via HTTP; Mon, 30 Jan 2006 16:38:17 PST Date: Mon, 30 Jan 2006 16:38:17 -0800 (PST) From: tim cle To: freebsd-questions@freebsd.org In-Reply-To: <001a01c625fa$ec17eb00$0807a8c0@admin> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: How to get latest and greatest FAMP 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, 31 Jan 2006 00:38:19 -0000 --- Graham Bentley wrote: > Hi All, > > I wanted to do a quick test of Apache21, MySQL5 and > PHP5 > I tried a minimal install of FreeBSD 6.0 then > pkg_add -r which > worked fine up until PHP5 where I was told that > Apache21 > conflicted with Apache13 that was to be installed as > aPHP5 > dependancy. I pkg_delete and went ahead with > installing > PHP5 then Apache13 but when I tried to pkg_delete > Apache13 > so I could install Apache21 was told that I coudl > not remove it ? > > What the best way to do this ? > > _______________________________________________ > 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" > Hello, If you were to start again from scratch - I use the information on this page regularly to install apache+ssl+php, it has very detailed instructions for both apache13 and apache2: http://www.bsdguides.org/guides/freebsd/webserver/apache_ssl_php_mysql.php To try and clean up what is currently there - it sounds like a dependency on Apache 13 has been created, so you need to find out what is depending on it now, the following commands should tell you: First of all, you need to know the exact name/version of apache that is currently installed, type the following: pkg_info Near the top you will see an item for "apache....." Now type this - the "apache..." part should be exactly the same as what you got from the previous command: pkg_info -R "apache...." Now you will see all the packages currently depending on apache - you need to remove them first before you can remove apache. Or maybe just start again using the info in the first link at the top. Regards, Tim. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com