Segfault using PHPAdmin - PHP 4.2.2, Mysql 4.1.19 -Red Hat 9

Support/Development for PHP
jmrukkers
New Forum User
New Forum User
Posts: 2
Joined: Tue May 16, 2006 4:41 am

Segfault using PHPAdmin - PHP 4.2.2, Mysql 4.1.19 -Red Hat 9

Unread post 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
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post 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)
jmrukkers
New Forum User
New Forum User
Posts: 2
Joined: Tue May 16, 2006 4:41 am

Unread post 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
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post 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?
Lemonbit Internet Dedicated Server Management
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post 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.
Post Reply