google-code-export / get-flash-videos

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

Can't locate HTML/Entities.pm in @INC #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed get-flash-videos
2. Installed ActivePerl PPM
3. Installed XML::Simple and Data::AMF modules

What is the expected output? What do you see instead?
Expected:  I expected to download a flv from the url.

Instead: I get - 

mymac:~ home$ ./get_flash_videos 
"http://www.mtv.com/videos/news/638813/britney-hits-the-studio-with-william.jhtm
l#id=1661123"
Can't locate HTML/Entities.pm in @INC (@INC contains: /sw/lib/perl5 
/sw/lib/perl5/darwin /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level 
/opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl 
/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level 
/opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/perl5/vendor_perl 
/opt/local/lib/perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 .) at 
./get_flash_videos line 6699.
BEGIN failed--compilation aborted at ./get_flash_videos line 6699.

What version of the product are you using? On what operating system?

version 1.24.24 on Mac OS X 10.6.7

Please provide any additional information below.

Original issue reported on code.google.com by rcoughla...@gmail.com on 5 Apr 2011 at 7:34

GoogleCodeExporter commented 9 years ago
I'm seeing the same issue

Original comment by richcoll...@gmail.com on 18 Apr 2011 at 11:19

GoogleCodeExporter commented 9 years ago
If you are working with a fresh perl install via Fink or MacPorts, you will 
encounter a string of errors while trying to install get-flash-video. From the 
cpan prompt, install the following:

install HTML::Entities

install URI::_foreign

Then, try to run get-flash-video again.

If you receive an error similar to:
"Permission denied at /usr/local/bin/get_flash_videos line 12414."

try to execute get-flash-video with sudo.

Hope this helps.

Original comment by sstro...@stevenstromer.com on 9 Jun 2011 at 10:39

GoogleCodeExporter commented 9 years ago
Installation issue, not a bug.

Original comment by zakflash...@gmail.com on 9 Apr 2012 at 4:04