rss: Some functionality will be unavailable. Curl problem

randac56

Member
May 25, 2018
915
0
16
Hi guys,

I'm receiving the following error from ruTorrent 3.2:
rss: Some functionality will be unavailable. Web-server user can't access external program (curl).

Some extra info:
  • $pathToExternals = array( ..., "curl" => '/usr/bin/curl', ... );
  • When running a php test file with some random curl stuff, it works fine.

Does anyone know what to do?

Thanks
 

randac56

Member
May 25, 2018
915
0
16
I assumed that RSS wasn't working because of the error message. But that doesn't seem to be the case.

Thanks a lot for the fast reply!
 

lisas4567

Member
May 25, 2018
773
0
16
For reference:

If you want to resolve this error run

Code:
apt-get install curl php5-curl
Both of these libraries resolved the error messages I was getting.