FS#4408 - Apache/php segfault since (I think) mysql upgrade.

Attached to Project: Arch Linux
Opened by gnunux (gnunux) - Saturday, 08 April 2006, 12:08 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 09 April 2006, 09:23 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Judd Vinet (judd)
Architecture not specified
Severity High
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

From some days, apache/php (with mysql) segfault with some page of my blog dotclear. After some investigation, I decide to rebuild php. From now I don't have segfault anymore.

The php of arch need to be rebuild.

I've testing this in 2 PCs with current archlinux :

Installation of php/mysql/apache. Adding php in apache and mysql in php. Start mysql : /etc/rc.d/mysql start
/usr/bin/mysqladmin -u root password 'toto'
mysql -u root -p
mysql> create database dotclear;

Start http like this : httpd -X
Uncompress dotclear in /home/httpd/html (http://www.dotclear.net/download/dotclear-1.2.3.tar.gz).
chown -R nobody: dotclear

With bowser : http://localhost/dotclear/install/
Choise your langage, configure mysql.

From now, apache segfault every time.
This task depends upon

Closed by  Judd Vinet (judd)
Wednesday, 12 April 2006, 18:23 GMT
Reason for closing:  Fixed
Additional comments about closing:  Rebuilt PHP
Comment by Judd Vinet (judd) - Monday, 10 April 2006, 17:23 GMT
Which version of PHP and Apache. The ones in Current, or the ones in Testing?
Comment by gnunux (gnunux) - Monday, 10 April 2006, 18:05 GMT
I don't use Testing or Unstable package. Version of package :

apache 2.0.55-1
php 5.1.2-1

Loading...