giavoni / get-flash-videos

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

trying to install Crypt-Rijndael-1.09 #363

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
open terminal in osx
start cpan
install Crypt::Rijndael

Installing Crypt::Rijndael in order to use get-flash-videos at PBS.org

OSX 10.6.8 CPAN 1.9205

On intsall:

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Manifest
Could not read 
'/Users/Hankbook/.cpan/build/Test-Manifest-1.23-RHCK4d/META.yml'. Falling back 
to other methods to determine prerequisites
Can't exec "make": No such file or directory at 
/System/Library/Perl/5.10.0/CPAN.pm line 7698.
  BDFOY/Test-Manifest-1.23.tar.gz
  make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent 
state
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Running make for B/BD/BDFOY/Crypt-Rijndael-1.09.tar.gz
  Has already been unwrapped into directory /Users/Hankbook/.cpan/build/Crypt-Rijndael-1.09-xfcpyg

  CPAN.pm: Going to build B/BD/BDFOY/Crypt-Rijndael-1.09.tar.gz

Warning: Prerequisite 'Test::Manifest => 1.14' for 
'B/BD/BDFOY/Crypt-Rijndael-1.09.tar.gz' failed when processing 
'B/BD/BDFOY/Test-Manifest-1.23.tar.gz' with 'make => NO'. Continuing, but 
chances to succeed are limited.
Can't exec "make": No such file or directory at 
/System/Library/Perl/5.10.0/CPAN.pm line 7698.
  BDFOY/Crypt-Rijndael-1.09.tar.gz
  make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent 
state
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
 BDFOY/Test-Manifest-1.23.tar.gz              : make NO
 BDFOY/Crypt-Rijndael-1.09.tar.gz             : make NO

Original issue reported on code.google.com by sils...@gmail.com on 21 Feb 2012 at 9:23

GoogleCodeExporter commented 9 years ago
From http://www.cpan.org/modules/INSTALL.html

Perl on Mac OSX

OSX comes with Perl pre-installed, in order to build and install your own 
modules you will need to install the 'developer' package which can be found on 
your OSX install DVD (you only need the 'unix tools'). Once you have done this 
you can use all of the tools mentioned above.

This is not a get-flash-videos issue.

Original comment by njtaylor...@gmail.com on 22 Feb 2012 at 3:37

GoogleCodeExporter commented 9 years ago
thanks very much

Original comment by sils...@gmail.com on 22 Feb 2012 at 6:09

GoogleCodeExporter commented 9 years ago
I ran a lot of updates after installing the xcode dev tools, things are getting 
better, write now it seems a permission issue with installing through cpan, the 
result is:

  You may have to su to root to install the package
  (Or you may want to run something like
    o conf make_install_make_command 'sudo make'
  to raise your permissions.Warning (usually harmless): 'YAML' not installed, will not store persistent state
Failed during this command:
 BDFOY/Crypt-Rijndael-1.09.tar.gz             : install NO

I tried SUDO but that is not a perl command, I am a real newbie to this stuff, 
so get confused easily about what needs to be done in perla dn what needs to 
get done in terminal?

thanks for your help,

Henry

Original comment by sils...@gmail.com on 22 Feb 2012 at 9:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Depends where you got rtmpdump from ... example

http://trick77.com/2011/07/30/rtmpdump-2-4-binaries-for-os-x-10-7-lion/
This is already built, and the installer installs for you - not tried this my 
self. I don't use OSX.

If you downloaded the source, then to extract use
tar -xzf rtmpdump-2.4.tgz

Don't use a 2.3 version. Source for the OpenBSD version I use is here
http://spacehopper.org/mirrors/rtmpdump-2.4pl2.tar.gz
download and change tar extract to tar -xzf rtmpdump-2.4pl2.tar.gz

then build it
cd rtmpdump
make
sudo make install

Or get very latest from git...
git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
make
sudo make install

For get-flash-videos, if your downloaded from here that is an old 1.24 version 
from Dec 2010, and depending on which sites your interested in this may not 
work, an updated version can be download from here,

https://github.com/njtaylor/get-flash-videos/downloads

This is used to create the OpenBSD package for get_flash_videos. Includes 
changes up to 29 Jan 2012. You can download using a browser, or use to download 
from command line...
curl -k -o get_flash_videos 
https://cloud.github.com/downloads/njtaylor/get-flash-videos/get_flash_videos-1.
24-git-20120129

Original comment by njtaylor...@gmail.com on 22 Feb 2012 at 10:39

GoogleCodeExporter commented 9 years ago
thanks so much for the guidance.

Henry

Original comment by sils...@gmail.com on 23 Feb 2012 at 1:33

GoogleCodeExporter commented 9 years ago
This was a support query, not a bug report.

Original comment by zakflash...@gmail.com on 9 Apr 2012 at 3:15