I followed the insturctions here, and installed custom PEAR, to beable to install packages.
It seems to work fine and take over for PECL to.
When tyring to run “pecl install uploadprogress-beta”
I recive this error
pecl/uploadprogress requires PHP (version >= 5.2.0), installed version is 4.4.7
No valid packages found
install failed
In panel I do have php version as 5.2.2 for all my sites
This is config for pear
pear config-show
Configuration (channel pear.php.net):
Auto-discover new Channels auto_discover
Default Channel default_channel pear.php.net
HTTP Proxy Server Address http_proxy
PEAR server [DEPRECATED] master_server pear.php.net
Default Channel Mirror preferred_mirror pear.php.net
Remote Configuration File remote_config
PEAR executables directory bin_dir /home/kilandor/pear
PEAR documentation directory doc_dir /home/kilandor/pear/docs
PHP extension directory ext_dir /home/kilandor/pear/ext
PEAR directory php_dir /home/kilandor/pear/php
PEAR Installer cache directory cache_dir /home/kilandor/pear/cache
PEAR data directory data_dir /home/kilandor/pear/data
PEAR Installer download download_dir /tmp/pear/cache
directory
PHP CLI/CGI binary php_bin /usr/local/bin/php
php.ini location php_ini
PEAR Installer temp directory temp_dir /tmp/pear/temp
PEAR test directory test_dir /home/kilandor/pear/tests
Cache TimeToLive cache_ttl 3600
Preferred Package State preferred_state stable
Unix file mask umask 22
Debug Log Level verbose 1
PEAR password (for password
maintainers)
Signature Handling Program sig_bin /usr/bin/gpg
Signature Key Directory sig_keydir /usr/local/etc/pearkeys
Signature Key Id sig_keyid
Package Signature Type sig_type gpg
PEAR username (for username
maintainers)
User Configuration File Filename /home/kilandor/.pearrc
System Configuration File Filename /usr/local/etc/pear.conf
This is config for PECL
pecl config-show
Configuration (channel pecl.php.net):
Auto-discover new Channels auto_discover
Default Channel default_channel pecl.php.net
HTTP Proxy Server Address http_proxy
PEAR server [DEPRECATED] master_server pear.php.net
Default Channel Mirror preferred_mirror pecl.php.net
Remote Configuration File remote_config
PEAR executables directory bin_dir /home/kilandor/pear
PEAR documentation directory doc_dir /home/kilandor/pear/docs
PHP extension directory ext_dir /home/kilandor/pear/ext
PEAR directory php_dir /home/kilandor/pear/php
PEAR Installer cache directory cache_dir /home/kilandor/pear/cache
PEAR data directory data_dir /home/kilandor/pear/data
PEAR Installer download download_dir /tmp/pear/cache
directory
PHP CLI/CGI binary php_bin /usr/local/bin/php
php.ini location php_ini
PEAR Installer temp directory temp_dir /tmp/pear/temp
PEAR test directory test_dir /home/kilandor/pear/tests
Cache TimeToLive cache_ttl 3600
Preferred Package State preferred_state stable
Unix file mask umask 22
Debug Log Level verbose 1
PEAR password (for password
maintainers)
Signature Handling Program sig_bin /usr/bin/gpg
Signature Key Directory sig_keydir /usr/local/etc/pearkeys
Signature Key Id sig_keyid
Package Signature Type sig_type gpg
PEAR username (for username
maintainers)
User Configuration File Filename /home/kilandor/.pearrc
System Configuration File Filename /usr/local/etc/pear.conf
I seen in other post long ago about this, about doing the installingphp5, but i’m using PHP5, so I shouldn’t have to install it custom? I should beable to use DH’s PHP5 Somehow but I dunno how.
Can anyone help please?