• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Multiple PHP Versions - Same procedure on 2 servers

mthiel1

New Pleskian
I have tested the same act, on 2 different machines. On a newly mounted it works just fine after I adjusted the one or the other.

On my old server I can not. After 'make install' output comes as:

Code:
root@server1:/opt/php-5.5.7# make install
Installing PHP CLI binary:        /usr/local/php557/bin/
Installing PHP CLI man page:      /usr/local/php557/php/man/man1/
Installing PHP FPM binary:        /usr/local/php557/sbin/
Installing PHP FPM config:        /usr/local/php557/etc/
Installing PHP FPM man page:      /usr/local/php557/php/man/man8/
Installing PHP FPM status page:      /usr/local/php557/php/fpm/
Installing PHP CGI binary:        /usr/local/php557/bin/
Installing PHP CGI man page:      /usr/local/php557/php/man/man1/
Installing build environment:     /usr/local/php557/lib/php/build/
Installing header files:          /usr/local/php557/include/php/
Installing helper programs:       /usr/local/php557/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/php557/php/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /usr/local/php557/pear/
[PEAR] Archive_Tar: upgrade to a newer version (1.3.11 is not newer than 1.3.11)
[PEAR] Console_Getopt: upgrade to a newer version (1.3.1 is not newer than 1.3.1)
[PEAR] PEAR: upgrade to a newer version (1.9.4 is not newer than 1.9.4)
[PEAR] Structures_Graph: upgrade to a newer version (1.0.4 is not newer than 1.0.4)
[PEAR] XML_Util: upgrade to a newer version (1.2.1 is not newer than 1.2.1)
/opt/php-5.5.7/build/shtool install -c ext/phar/phar.phar /usr/local/php557/binln -s -f /usr/local/php557/bin/phar.phar /usr/local/php557/bin/phar
Installing PDO headers:          /usr/local/php557/include/php/ext/pdo/



Whats wrong with pear? On my second (new) server i get:



Code:
root@server2:/opt/php-5.5.7# make install
Installing PHP CLI binary:        /usr/local/php557/bin/
Installing PHP CLI man page:      /usr/local/php557/php/man/man1/
Installing PHP FPM binary:        /usr/local/php557/sbin/
Installing PHP FPM config:        /usr/local/php557/etc/
Installing PHP FPM man page:      /usr/local/php557/php/man/man8/
Installing PHP FPM status page:      /usr/local/php557/php/fpm/
Installing PHP CGI binary:        /usr/local/php557/bin/
Installing PHP CGI man page:      /usr/local/php557/php/man/man1/
Installing build environment:     /usr/local/php557/lib/php/build/
Installing header files:          /usr/local/php557/include/php/
Installing helper programs:       /usr/local/php557/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/php557/php/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /usr/local/php557/pear/
[PEAR] Archive_Tar    - already installed: 1.3.11
[PEAR] Console_Getopt - already installed: 1.3.1
[PEAR] PEAR           - already installed: 1.9.4
Wrote PEAR system config file at: /usr/local/php557/etc/pear.conf
You may want to add: /usr/local/php5423/pear to your php.ini include_path
[PEAR] Structures_Graph- already installed: 1.0.4
[PEAR] XML_Util       - already installed: 1.2.1
/opt/php-5.5.7/build/shtool install -c ext/phar/phar.phar /usr/local/php557/bi
n
ln -s -f /usr/local/php557/bin/phar.phar /usr/local/php557/bin/phar
Installing PDO headers:          /usr/local/php557/include/php/ext/pdo/


Greetings,
Markus
 
Why do you think that there are any errors or problems?
 
Can it be that one or several Plesk updates are not running properly. I have lots of little things that do not work.

Eg, I once had the problem that I've created a new domain and a completely different domain then showed contents of the new domain.

Now I've installed ownCloud and can make no uploads more than ~ 100 MB. But the settings are correct according to phpinfo.

Is there a way really all Plesk settings and updates check?
 
Back
Top