• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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