Page 1 of 1
Segfault using PHPAdmin - PHP 4.2.2, Mysql 4.1.19 -Red Hat 9
Posted: Tue May 16, 2006 5:12 am
by jmrukkers
Hi, I upgraded php and mysql from your repository. Most applications using php and mysl are working, but with phpmyadmin I get a segmentation fault. I get the impression that this may be related to an improper version of mysql.so. Btw to get the former working at all, I had to manually update php.ini and set the extensions directory to /usr/lib/php (from ./). Any help resolving this would be appreciated.
-- John
Posted: Tue May 16, 2006 7:29 am
by scott
I'll be dropping php 4.4.2 from the archive in favor of 5.0 in the near future (in the atomic-testing channel now)
Posted: Tue May 16, 2006 7:51 am
by jmrukkers
Some more searching on the forum produced
http://atomicrocketturtle.com/forum/viewtopic.php?t=789 - I removed mod_auth_mysql as suggested, and lo and behold, it works. Seems that this component loaded an older version of the mysql api.
I do hope removing this didn't break anything...
-- John
Posted: Tue May 16, 2006 7:55 am
by breun
scott wrote:I'll be dropping php 4.4.2 from the archive in favor of 5.0 in the near future (in the atomic-testing channel now)
Can all code written against PHP4 be run without problems on PHP5?
Posted: Tue May 16, 2006 6:21 pm
by scott
Ive been running it on ART and ice.org for a while now without any issues. The only thing I've heard of that has problems with it is oscommerce. That being said, PHP5 is part of FC4, so if anyone has had other issues with it, I'd check what the FC4 users are saying about it.