pantiweara / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

Failed Install From git #555

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by benjamin...@gmail.com on 5 Feb 2014 at 6:44

GoogleCodeExporter commented 8 years ago
You 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-P
rotocol-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-Mech
anize-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.

Original comment by njtaylor...@gmail.com on 5 Feb 2014 at 9:20

GoogleCodeExporter commented 8 years ago
Added Module::Find to install page. Closing issue.

Original comment by njtaylor...@gmail.com on 6 Feb 2014 at 5:41