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:
Whats wrong with pear? On my second (new) server i get:
Greetings,
Markus
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