Ubuntu 9.04: Pecl extension downloads but does not install

I am new to php, so I apologize if I missed something simple. I want to install the php extension pecl_http. I followed the instructions here http://www.mkfoster.com/2009/01/04/how-to-install-a-php-pecl-extensionmodule-on-ubuntu/ , in particular:

sudo apt-get install php-pear 
sudo apt-get install php5-dev 
sudo apt-get install libcurl3-openssl-dev

everything is working fine. However, the next step does not complete:

sudo pecl install pecl_http 

All of this does the .tgz download, but doesn’t actually install it. It puts the file here:

/build/buildd/php5-5.2.10.dfsg.1/pear-build-download/pecl_http-1.7.0.tgz

I can unzip it myself, but I have a feeling that there might be more to install it. Indeed, by doing:

pecl list

says no extensions are installed. What am I not doing?

Thank.

: pecl: https://serverfault.com/questions/178986/pecl-install-uploadprogress-fails-silently :

install: cannot stat `tmp/modules5/pecl-http.so': No such file or directory

, lib http.so, pecl-http.so...

+3
1

, -v -vvv pecl.

?

0

Source: https://habr.com/ru/post/1774401/


All Articles