Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170659

pear install thru dab

$
0
0
On trying to install some php pear packages using DAB, the following error occurs:
Code:

install: php-pear
install: libssh2-1
install: php5-curl
dab exec pear install --alldeps MAIL Net_SMTP
No releases available for package "pear.php.net/MAIL"
No releases available for package "pear.php.net/Net_SMTP"
install failed
ve_exec failed - status 1
ve_exec failed - status 1
make: *** [all] Error 1

The relevant code fragment in the Makefile that DAB used is:
Code:

    dab install php-pear
    dab exec pear install --alldeps MAIL Net_SMTP

The output of dpkg --get-selections | grep pear shows that pear is installed:
Code:

php-pear                                        install
How do we then install pear packages thru DAB?

Viewing all articles
Browse latest Browse all 170659

Trending Articles