Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #14660

Re: help with mod-curl

From "Christoph M. Becker" <cmbecker69@arcor.de>
Newsgroups comp.lang.php
Subject Re: help with mod-curl
Date 2014-11-27 21:57 +0100
Organization solani.org
Message-ID <m58375$mbe$1@solani.org> (permalink)
References <m57utn$rcc$1@speranza.aioe.org> <m581qn$gem$1@dont-email.me>

Show all headers | View raw


Jerry Stuckle wrote:

> On 11/27/2014 2:43 PM, bill wrote:
>> I just built a new server and all is well except it appears that curl is
>> not supported.
>> apt-get reports that "curl is already the newest version"
>> phpinfo does not show curl as a module
>> I tried php5enmod curl and got:
>> WARNING: Module curl ini file doesn't exist under /etc/php5/mods-available
>>
>> I know I am missing a step.
>>
>> bill
> 
> This looks to be a problem with your distro's packaging system, not PHP.
>  You should be asking in your distro help.
> 
> Depending on your packaging system, the PHP interface to curl may be in
> a different package than curl itself.

Good catch, Jerry.  Bill, did you try:

  apt-get install php5-curl

(Don't forget to restart the server afterwards.)

-- 
Christoph M. Becker

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

help with mod-curl bill <william@TechServSys.com> - 2014-11-27 14:43 -0500
  Re: help with mod-curl Jerry Stuckle <jstucklex@attglobal.net> - 2014-11-27 15:33 -0500
    Re: help with mod-curl "Christoph M. Becker" <cmbecker69@arcor.de> - 2014-11-27 21:57 +0100
      Re: help with mod-curl bill <william@TechServSys.com> - 2014-11-27 16:37 -0500

csiph-web