compile PHP on litespeed not work more 5.6

pardis

Well-Known Member
#1
Hi :

I installed lsws on ispconfig , our server PHP version is 7.2 , but when compile php in lsws admin panel , not affected on server more than 5.6 , till 5.6 working but for 7.2 not work . compiling finished without error .

Code:
Installing PHP
Installing shared extensions:     /usr/local/lsws/lsphp7/lib/php/extensions/no-debug-non-zts-20170718/
Installing PHP CLI binary:        /usr/local/lsws/lsphp7/bin/
Installing PHP CLI man page:      /usr/local/lsws/lsphp7/php/man/man1/
Installing PHP LiteSpeed binary:  /usr/local/lsws/lsphp7/bin/
Installing phpdbg binary:         /usr/local/lsws/lsphp7/bin/
Installing phpdbg man page:       /usr/local/lsws/lsphp7/php/man/man1/
Installing PHP CGI binary:        /usr/local/lsws/lsphp7/bin/
Installing PHP CGI man page:      /usr/local/lsws/lsphp7/php/man/man1/
Installing build environment:     /usr/local/lsws/lsphp7/lib/php/build/
Installing header files:          /usr/local/lsws/lsphp7/include/php/
Installing helper programs:       /usr/local/lsws/lsphp7/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/lsws/lsphp7/php/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /usr/local/lsws/lsphp7/lib/php/
[PEAR] Archive_Tar    - already installed: 1.4.3
[PEAR] Console_Getopt - already installed: 1.4.1
[PEAR] Structures_Graph- already installed: 1.1.1
[PEAR] XML_Util       - already installed: 1.4.2
[PEAR] PEAR           - already installed: 1.10.5
Wrote PEAR system config file at: /usr/local/lsws/lsphp7/etc/pear.conf
You may want to add: /usr/local/lsws/lsphp7/lib/php to your php.ini include_path
/usr/local/lsws/phpbuild/php-7.2.12/build/shtool install -c ext/phar/phar.phar /usr/local/lsws/lsphp7/bin
ln -s -f phar.phar /usr/local/lsws/lsphp7/bin/phar
Installing PDO headers:           /usr/local/lsws/lsphp7/include/php/ext/pdo/
copy compiled php binary to litespeed directory
cd /usr/local/lsws//fcgi-bin
ln -sf lsphp-7.2.12 lsphp7

==============================================
Finished building PHP 7.2.12 with LSAPI
==============================================
Mon Jul 1 07:29:38 UTC 2019

**COMPLETE**
Please guide .
 

Pong

Administrator
Staff member
#2
PHP compiling is a big topic ,Unless you know it, we could recommend you install php from litespeed repo instead.
 
Top