Bug 145987 - After upgrade PHP5-5.3.2, www/apache22 wont start
Summary: After upgrade PHP5-5.3.2, www/apache22 wont start
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 18:15 UTC by Tom Blahos
Modified: 2010-04-27 22:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Blahos 2010-04-23 18:15:37 UTC
After upgrade PHP from PHP5-5.2.12 to PHP5-5.3.2 apache will not start.  When
you turn off libphp5.so module, apache startup and runs. In httpd-error.log
there is no error message. I tried to turn on debug options when compiling
PHP5. In httpd-error.log is after this message:

/var/ports/usr/ports/lang/php5/work/php-5.3.2/main/main.c(1099) : Bailed out without a bailout address!

pkg_info | grep apache
apache-2.2.14_5     Version 2.2.x of Apache web server with prefork MPM.

pkg_info | grep php
php5-5.3.2          PHP Scripting Language
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-04-24 01:43:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Fix synopsis and assign.
Comment 2 pgollucci 2010-04-27 22:45:10 UTC
$ 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
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-04-27 22:45:34 UTC
State Changed
From-To: open->closed

user config error