PHP, run ./configure from native console

_user1

Member
Dec 5, 2006
7
0
151
Dear All

We are using:
WHM 10.8.0 cPanel 10.9.0-S119
FreeBSD 6.2-RC1 i386 - WHM X v3.1.0
PHP module 4.4.4

Please tell me where is PHP's config.status file or similar what contains compiling options. :confused:
I want to add configure option (module name) by hand then re-compile php from native console.

Best regards
 

Spiral

BANNED
Jun 24, 2005
2,018
8
193
Just look at any page with "phpinfo()" setup or run "php -i | grep config"
from the command line to get a copy of your current ./configure line.

1. Download and unpack the new source from php.net

2. Run ./configure with the options you got from phpinfo() and
with whatever changes or additions you wish to make

3. 'make' and 'make install'


Easy enough ....