Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2010 21:50:04 GMT
From:      "Philip M. Gollucci" <pgollucci@ridecharge.com>
To:        apache@FreeBSD.org
Subject:   Re: ports/145987: After upgrade PHP5-5.3.2, www/apache22 wont start
Message-ID:  <201004272150.o3RLo4Qk076762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/145987; it has been noted by GNATS.

From: "Philip M. Gollucci" <pgollucci@ridecharge.com>
To: bug-followup@FreeBSD.org, tomas.blahos@seznam.cz
Cc:  
Subject: Re: ports/145987: After upgrade PHP5-5.3.2, www/apache22 wont start
Date: Tue, 27 Apr 2010 21:45:10 +0000

 $ curl -I http://172.28.0.53 2>/dev/null |grep Server
 Server: Apache/2.2.14 (FreeBSD) DAV/2 PHP/5.3.2 with Suhosin-Patch
 
 You upgraded something incorrectly somehow.  I'm not surprised a 
 php52->53 switch is not the simplest.
 
 The easiest solution is to start over.
 
 cd /var/db/pkg
 pkg_delete -f apr* apache* php* pecl* pear*
 
 cd /usr/ports/lang/php
 sudo make clean deinstall all install WITH_APACHE=yes
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004272150.o3RLo4Qk076762>