i installed pecl_http using this command # pecl install pecl_http downloading pecl_http-1.7.1.tgz ... Starting to download pecl_http-1.7.1.tgz (174,098 bytes) .....................................done: 174,098 bytes
I dont understand these warnings :~# php -m PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/ php5/20060613+lfs/http.so' - /usr/lib/php5/20060613+lfs/http.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/ php5/20060613+lfs/http.so' - /usr/lib/php5/20060613+lfs/http.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/ php5/20060613+lfs/pecl_http.so' - /usr/lib/php5/20060613+lfs/ pecl_http.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: Module 'ssh2' already loaded in Unknown on line 0 [PHP Modules] bcmath bz2 calendar ctype curl date dba dom exif filter ftp gettext hash iconv json libxml mbstring mcrypt mhash mime_magic mysql mysqli ncurses openssl pcntl pcre PDO pdo_mysql posix readline Reflection session shmop SimpleXML snmp soap sockets SPL ssh2 standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib [Zend Modules] On May 6, 10:49 am, Nick Toursky <[email protected]> wrote: > What error do you get during PECL HTTP extension build? > > > > > > > > On Fri, May 6, 2011 at 12:48, amine <[email protected]> wrote: > > when trying > > >http://localhost/testenvironment.php > > > Errors: > > • Cannot find PECL_HTTP functions. Make sure that PECL_HTTP Functions > > enabled. > > > and for the command line, see the first post > > > I succeded the installation on karamic with scalr 2.1.1, but i'd like > > to do the same with ubuntu 10.10 & scalr 2.2.1 > > > On May 6, 10:35 am, Nick Toursky <[email protected]> wrote: > >> What error do you get? > > >> On Fri, May 6, 2011 at 12:07, amine <[email protected]> wrote: > >> > Yes I've tried many times the following command > > >> > # pecl install pecl_http > >> > downloading pecl_http-1.7.1.tgz ... > >> > Starting to download pecl_http-1.7.1.tgz (174,098 bytes) > >> > .....................................done: 174,098 bytes > > >> > On May 6, 10:03 am, Nick Toursky <[email protected]> wrote: > >> >> PECL HTTP extension could be installed with the following command: > >> >> pecl install pecl_http > > >> >> Make sure you have PHP development package installed. > > >> >> On Fri, May 6, 2011 at 11:35, amine <[email protected]> wrote: > >> >> > Hi, > > >> >> > I'm trying to install scalr 2.2.1 on ubuntu 10.10 following "Ubuntu > >> >> > Lucid Installation and Configuration" tutorial. > > >> >> > I've installed php extensions but pecl_http is still missing when > >> >> > using php -m. > > >> >> > I'm getting the following error: > > >> >> > root@xxxx:~# php -q /var/scalr/app/www/testenvironment.php > >> >> > PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/ > >> >> > php5/20060613+lfs/http.so' - /usr/lib/php5/20060613+lfs/http.so: > >> >> > cannot open shared object file: No such file or directory in Unknown > >> >> > on line 0 > >> >> > PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/ > >> >> > php5/20060613+lfs/http.so' - /usr/lib/php5/20060613+lfs/http.so: > >> >> > cannot open shared object file: No such file or directory in Unknown > >> >> > on line 0 > >> >> > PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/ > >> >> > php5/20060613+lfs/pecl_http.so' - /usr/lib/php5/20060613+lfs/ > >> >> > pecl_http.so: cannot open shared object file: No such file or > >> >> > directory in Unknown on line 0 > >> >> > PHP Warning: Module 'ssh2' already loaded in Unknown on line 0 > >> >> > Errors: > >> >> > - Cannot find PECL_HTTP functions. Make sure that PECL_HTTP Functions > >> >> > enabled. > > >> >> > Thanks in advance for any help. > > >> >> > Amine > > >> >> > -- > >> >> > You received this message because you are subscribed to the Google > >> >> > Groups "scalr-discuss" group. > >> >> > To post to this group, send email to [email protected]. > >> >> > To unsubscribe from this group, send email to > >> >> > [email protected]. > >> >> > For more options, visit this group > >> >> > athttp://groups.google.com/group/scalr-discuss?hl=en. > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups "scalr-discuss" group. > >> > To post to this group, send email to [email protected]. > >> > To unsubscribe from this group, send email to > >> > [email protected]. > >> > For more options, visit this group > >> > athttp://groups.google.com/group/scalr-discuss?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "scalr-discuss" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/scalr-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en.
