pixel

Member
May 30, 2002
9
0
301
Hello,

Recently, I decide to upgrade apache to the last version from Cpanel.

I launch the scipt buildapache and after that, I look in the buildscipt... and in the PHP section I see PHP is compiled 2x, one standards and one with /usr in the prefix.

Why this ?

Regards, Nicolas

PS: additionaly, I have many problems with mod_perl in this update but the problem was solved when I copy all perl module in the standard location.
 

Brownie

Well-Known Member
Aug 10, 2001
143
0
316
PHP compiles twice because the first time it compiles as mod_php (./configure --with-apxs=/usr/local/apache/bin/apxs) and as the CGI version of php (./configure --prefix=/usr) :)