mherger wrote: 
> >    There was an error loading the remote feed for : (Can't connect to
> https URL lack of IO::Socket::SSL:
> https://www.theguardian.com/football/series/footballweekly/podcast.xml)
> 
> Make sure you install IO::Socket::SSL using your package manager.
> 
> -- 
> 
> Michael


It's missing from buildme.sh or at least it doesn't get installed.
Fix for debian based hosts, for anyone else:


Code:
--------------------
    
  # sudo apt-get install libssl-dev
  # sudo  perl -MCPAN -e shell
  cpan> install Net::SSLeay
  cpan> install IO:Socket::SSL
--------------------


Debian package really needs to come with a full install of perl and all
required modules, if only to stop all the what are you running on
time-wasting.

I shouldn't need to install dev packages and a compiler onto a media
server.

Now anyone what to fix the failure to parse the rss feed?


------------------------------------------------------------------------
bullgod's Profile: http://forums.slimdevices.com/member.php?userid=9916
View this thread: http://forums.slimdevices.com/showthread.php?t=108195

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to