I SOLVED IT!!!


There was a problem with the pear config....
The pear config-show must be so:
Quote:
Auto-discover new Channels auto_discover <not set>
Default Channel default_channel pear.php.net
HTTP Proxy Server Address http_proxy <not set>
PEAR server [DEPRECATED] master_server pear.php.net
Default Channel Mirror preferred_mirror pear.php.net
Remote Configuration File remote_config <not set>
PEAR executables directory bin_dir /usr/bin
PEAR documentation directory doc_dir /usr/share/php5/PEAR/doc
PHP extension directory ext_dir /usr/lib64/php5/extensions
PEAR directory php_dir /usr/share/php5/PEAR
PEAR Installer cache directory cache_dir /home/user/pear/pear/cache
PEAR data directory data_dir /usr/share/php5/PEAR/data
PEAR Installer download download_dir /tmp/pear/download
directory
PHP CLI/CGI binary php_bin /usr/bin/php5
php.ini location php_ini /etc/php5/apache2
PEAR Installer temp directory temp_dir /tmp/pear/temp
PEAR test directory test_dir /home/user/pear/pear/tests
Cache TimeToLive cache_ttl 3600
Preferred Package State preferred_state stable
Unix file mask umask 22
Debug Log Level verbose 1
cfg_dir <not set>
php_prefix <not set>
php_suffix <not set>
www_dir <not set>
PEAR password (for password <not set>
maintainers)
Signature Handling Program sig_bin /usr/local/bin/gpg
Signature Key Directory sig_keydir /etc/php5/cli/pearkeys
Signature Key Id sig_keyid <not set>
Package Signature Type sig_type gpg
PEAR username (for username <not set>
maintainers)
User Configuration File Filename /root/.pearrc
System Configuration File Filename /etc/php5/cli/pear.conf
|
Then I reinstalled the DB package and... it works
The problems was a wrong configuration (you can change it with pear config_set <param1> <param2>)
Thanks.