Ubuntu pecl install pecl_http fail

前端 未结 6 1688
时光取名叫无心
时光取名叫无心 2020-12-17 10:16

I\'m trying to install this extension but it fails in the configuration phase. I\'m on ubuntu 12.04 and I have just installed these packages:

  • libcurl3-openssl-
6条回答
  •  有刺的猬
    2020-12-17 10:40

    run command

    1. sudo yum install php-raphf

      • sudo yum install php-propro
    2. sudo pecl install pecl_http

    3. etc/phph5/apache2/conf.d

    add two file

    • raphf.ini

    add content

    extension=raphf.so

    solr.ini

    add content

    extension=raphf.so

    add in php.ini file

    extension=http.so extension=propro.so extension=raphf.so or extension=/usr/lib/php5/20121212/raphf.so extension=solr.so

提交回复
热议问题