Web Hosting Talk







View Full Version : apache segfault


Lem0nHead
06-15-2004, 01:15 AM
hello

after I compiled apache with option 6 and changing:
- php 4.3.3 to 4.3.4
- adding GD module
- adding postgresql module

i got segfault while starting apache

now I got to compile with:
- php 4.3.3
- GD module

so i'm only sure that the problem is not GD module (unless it doesn't interact well with PHP 4.3.4, but i don't belive that)

anyone already compiled with those options?
my main guess is that the problem is with postgresql...

PS: my cpanel is updated (current tree)

thanks

Steven
06-15-2004, 01:50 AM
Do you have mmcache installed? If you change the php version it will segfault.

Lem0nHead
06-15-2004, 01:51 AM
Originally posted by thelinuxguy
Do you have mmcache installed? If you change the php version it will segfault.

yes, I do

hmmm... do you know how I can avoid that?

TLott
06-15-2004, 01:54 AM
Reinstall mmcache after new php version is installed

best to comment it out of php.ini before you go to recompile

Steven
06-15-2004, 02:03 AM
Originally posted by Lem0nHead
yes, I do

hmmm... do you know how I can avoid that?

Exactly what Tysoft said will work.

Lem0nHead
06-15-2004, 02:51 AM
worked!

thanks