From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 00:50:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59EE01065670 for ; Mon, 23 Jan 2012 00:50:34 +0000 (UTC) (envelope-from bluethundr@jokefire.com) Received: from mail.jokefire.com (mail.jokefire.com [66.228.39.212]) by mx1.freebsd.org (Postfix) with ESMTP id 089E68FC0A for ; Mon, 23 Jan 2012 00:50:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.jokefire.com (Postfix) with ESMTP id 526E0E2FB5 for ; Mon, 23 Jan 2012 00:50:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at jokefire.com Received: from mail.jokefire.com ([127.0.0.1]) by localhost (mail.jokefire.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DpbgQr0wg7+s for ; Mon, 23 Jan 2012 00:50:32 +0000 (UTC) Received: from mail.jokefire.com (mail.jokefire.com [66.228.39.212]) by mail.jokefire.com (Postfix) with ESMTP id 19CCCE2FB6 for ; Mon, 23 Jan 2012 00:50:32 +0000 (UTC) Date: Mon, 23 Jan 2012 00:50:30 -0000 (UTC) From: Tim Dunphy To: freebsd-questions@freebsd.org Message-ID: <2f34586f-3b97-475f-9f38-a07465f175a5@li289-212> In-Reply-To: <20120123000721.0351bb6e@gumby.homeunix.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Originating-IP: [173.63.16.196] X-Mailer: Zimbra 7.1.0_GA_3140 (ZimbraWebClient - FF3.0 (Mac)/7.1.0_GA_3140) Subject: Re: php5 port seems broken 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: Mon, 23 Jan 2012 00:50:34 -0000 Hello again, Thanks for your input. Before attempting to install php on this machine I updated my ports tree with csvsup. But following the steps in this article helped me to get past this point. http://icesquare.com/wordpress/freebsdproblem-to-update-php-port/ Which was basically: #sudo rm -Rf /var/db/portsnap/* #sudo portsnap fetch extract #sudo portsnap fetch update #cd /usr/ports/distfiles/ #sudo wget http://fi.php.net/distributions/php-5.3.9.tar.bz2 #cd /usr/ports/lang/php5 #sudo make That was all I had to do. :) However I'm onto a new stumbling block, so if you're still tuned in I hope you don't mind if I bounce this off the list. It seems that Apache 2.2 is not recognizing PHP now that it's installed. If I go to a php test page in a web browser this is all I see: These are the contents of the file I am hitting: I checked to see that in my main apache config file (httpd.conf) I have this line: LoadModule php5_module libexec/apache22/libphp5.so And of course I've restarted apache after installing the php5 port. :) And since apache isn't even recognizing php at this point hitting the test page does not generate any errors in the error logs. Any thoughts/hits/suggestions from here? thanks tim ----- Original Message ----- From: "RW" To: freebsd-questions@freebsd.org Sent: Sunday, January 22, 2012 7:07:21 PM Subject: Re: php5 port seems broken On Sun, 22 Jan 2012 18:01:29 -0500 Tim Kellers wrote: > On 1/22/12 5:35 PM, Tim Dunphy wrote: > > Hello list, > > > > I'm attempting to install php5 from my ports tree. I've attempted > > the latest version ( 5.3.9 located in /usr/ports/lang/php5) and the > > 'latest stable' (5.2.17 located in /usr/ports/lang/php52). The > > result is pretty much the same: > > suhosin-patch-5.3.9-0.9.10.patch.gz. ===> Giving up on fetching > > files: php-5.3.9.tar.bz2 Make sure the Makefile and distinfo file > > (/usr/ports/lang/php5/distinfo) are up to date. If you are > > absolutely sure you want to override this check, type "make > > NO_CHECKSUM=yes [other args]". *** Error code 1 > > > I just portupgraded my php5 this morning and I was able to fetch the > distfile without trouble. It might just be a partially dled file and > a checksum mismatch. if you do a "make checksum" it will download the file or resume a partial download before checking the hash. > You can try (as root) > rm -rf /usr/ports/distfiles/php-5.3.9.tar.bz2 > > and cd /usr/ports/lang/php5 && make clean && make install clean or make distclean > If that gets you past the checksum error, you should be able to build > it successfully. Probably the ports tree needs to be updated to pick-up an updated hash value. _______________________________________________ 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"