On 2013/02/27 18:21, M2 wrote: > pi@RaspberryPi-256 ~/get-flash-videos $ sudo make > Argument "6.57_05" isn't numeric in numeric ge (>=) at Makefile.PL line 33. > Warning: prerequisite LWP::Protocol::socks 0 not found. > Warning: prerequisite Module::Find 0 not found. > Warning: prerequisite Tie::IxHash 0 not found.
This is telling you that some prerequisites could not be found on your system. > pi@RaspberryPi-256 ~/get-flash-videos $ get_flash_videos > http://www.channel4.com/programmes/a-great-british-air-disaster/4od > Can't locate Module/Find.pm in @INC (@INC contains: /usr/bin/lib And this is telling you that it can't run because one of the prerequisites can't be found on your system.. I might have missed a recent commit but I don't think 4od works in get-flash-videos at the moment anyway though.. _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

