On trying to install some php pear packages using DAB, the following error occurs:
The relevant code fragment in the Makefile that DAB used is:
The output of dpkg --get-selections | grep pear shows that pear is installed:
How do we then install pear packages thru DAB?
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?
Last edited: