1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Linux :(

Discussion in 'Programming' started by DigitalRevolution*, May 5, 2009.

  1. #1
    First off, i'll apologize if this is in the incorrect spot, i've searched forever and couldn't find a pretty spot for it. Although that doesn't mean much :D

    My problem is that of FFmpeg], and trying to get it to work vai terminal . to show you were i'm at when i run "ffmpeg" to test if it's working i get this error:
    ffmpeg: error while loading shared libraries: libavdevice.so.52:
    cannot open shared object file: No such file or directory.


    and when i check to see if it exsist i get this as an output:
    /usr/local/lib/libavdevice.so.52
    /usr/local/lib/libavdevice.so.52.2.0
    /root/ffmpeg/ffmpeg/libavdevice/libavdevice.so.52


    I'm very new to linux's terminal, so to get this far is amazing for me but now i don't know what to do. Any help would be greatly appreciated!

    Once again,
    Sorry if this is in the wrong spot

    -dR*
     
    DigitalRevolution*, May 5, 2009 IP
  2. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #2
    This happens try to install ffmpeg using yum

    yum install ffmpeg
     
    Bohra, May 5, 2009 IP
  3. DigitalRevolution*

    DigitalRevolution* Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the reply! and this doens't help however, it's after i did that, that gave me the error. FFmpeg is installed, just not working. Something was also said about dependency problems too?
     
    DigitalRevolution*, May 5, 2009 IP
  4. buldozerceto

    buldozerceto Active Member

    Messages:
    1,137
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #4
    copy libavdevice.so.52 to the following dirs:
    /usr/lib
    /lib
     
    buldozerceto, May 6, 2009 IP
  5. DigitalRevolution*

    DigitalRevolution* Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks man, this is what i thought had to be done. The only problem is, is that i do now know how to go about this. This is my first experience with linux's terminal. By any chance can you tell me what the commands are to:

    1) Navigate through directories
    2) Copy files
    3) create new files (or paste)

    Or whatever it is i'll need to do this. Thanks a lot, its really appreciated!

    -dR*
     
    DigitalRevolution*, May 6, 2009 IP