jasonrusso2006

Registered
Aug 14, 2006
1
0
151
I was wondering if anyone could help me. I keep trying to upgrade my Apache / PHP from my WHM it works fine however it is ignoring certain PHP modules I'm trying to install.

IE: I checked off mcrypt, mhash, and when I click to start build it simply ignores those modules. But I need them. I tried downgrading back to php 4.4.1 and it simply runs php 4.4.3 all over again even though I checked 4.4.1.

I even tried in a different web browser but the same exact thing happened. Is this happening to anyone else other then myself? If so what did you do to fix this.

Any help would be appreciated.
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
jasonrusso2006 said:
I was wondering if anyone could help me. I keep trying to upgrade my Apache / PHP from my WHM it works fine however it is ignoring certain PHP modules I'm trying to install.

IE: I checked off mcrypt, mhash, and when I click to start build it simply ignores those modules. But I need them. I tried downgrading back to php 4.4.1 and it simply runs php 4.4.3 all over again even though I checked 4.4.1.
Did you click on the buttong "Load Previous Config" to see if the modules you need were compiled? If not, did you try re-compiling Php or Apache at the command line running:
/scripts/easyapache
 

jameshsi

Well-Known Member
Oct 22, 2001
347
0
316
Me too

Hi!
I got this problem too, no matter what I click, it always upgrade the php to 4.4.3, and ignore what modules I need.
 

myweb

Well-Known Member
Jun 18, 2002
70
0
156
Tokyo
Should work fine after /scripts/up2date
If it still doesn't, see if you get any errors while up2date.
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
myweb said:
I am having the same problem. Running /scirpts/easyapache results the same.
It is very hard to say. It might be one of cPanel hiccups!

Run this command: php -m
Do you see the modules you re-compiled? How about phpinfo.php? Do you see the same modules via a browser?