What steps will reproduce the problem? 1. git clone https://github.com/monsieurvideo/get-flash-videos.git 2. cd into get_flash_video directory 3. try to run ./get_flash_video
error is as follows:
Can't locate Module/Find.pm in @INC (@INC contains: /Applications/Utilities/get-flash-videos/lib /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at /Applications/Utilities/get-flash-videos/lib/FlashVideo/URLFinder.pm line 5. BEGIN failed--compilation aborted at /Applications/Utilities/get-flash-videos/lib/FlashVideo/URLFinder.pm line 5. Compilation failed in require at ./get_flash_videos line 40. BEGIN failed--compilation aborted at ./get_flash_videos line 40.
Comment #1
Posted on Feb 5, 2014 by Massive CamelYou need to install additional perl modules, in this case Module::Find. Under the directory debian, there is a file control this lists the dependencies, for Debian you need the libmodule-find-perl to be installed,
For OpenBSD, it's p5-Module-Find
$ pkg_info -Sq get_flash_videos get_flash_videos-1.24.20130320p0,@p5-Crypt-Blowfish_PP-1.12p0,@p5-Crypt-Rijndael-1.09p0,@p5-Data-AMF-0.09,@p5-Digest-HMAC-1.03,@p5-IO-Socket-SSL-1.966,@p5-LWP-Protocol-https-6.04,@p5-LWP-Protocol-socks-1.6,@p5-Module-Find-0.11,@p5-Storable-AMF-1.00p0,@p5-Term-ReadKey-2.30p5,@p5-Tie-IxHash-1.23,@p5-URI-1.60,@p5-WWW-Mechanize-1.73,@p5-XML-Simple-2.18p0,@p5-libwww-6.05,@rtmpdump-2.4pl7p1
pkg_add get_flash_videos will install all the listed packages above. If you use git your need to do this your self, the extact packages vary between OS's, some might be already installed as part of perl.
Comment #2
Posted on Feb 6, 2014 by Massive CamelAdded Module::Find to install page. Closing issue.
Status: Done
Labels:
Type-Defect
Priority-Medium