Installing Mencoder

Discussion in 'Site & Server Administration' started by phantomddl, Mar 24, 2007.

  1. #1
    hello, i need to install mencoder on my linux server
    when i use that command: ./configure --enable-gui
    it says:

    Detected operating system: Linux
    Detected host architecture: i386
    Checking for cc version ... not found
    Checking for gcc version ... not found
    Checking for gcc-3.4 version ... not found
    Checking for gcc-3.3 version ... not found
    Checking for gcc-3.2 version ... not found
    Checking for gcc-3.1 version ... not found
    Checking for gcc3 version ... not found
    Checking for gcc-3.0 version ... not found
    Checking for cc version ... not found
    
    *** Please downgrade/upgrade C compiler to version gcc-2.95, 3.x or 4.x! ***
    
    
    Code (markup):
    what to do?
     
    phantomddl, Mar 24, 2007 IP
  2. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #2
    agnivo007, Mar 25, 2007 IP
  3. phantomddl

    phantomddl Well-Known Member

    Messages:
    2,856
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    160
    Articles:
    15
    #3
    hmm, thanx but it failed :(
    if i gave you one PR4 domain, would you install mencoder, flv2tools and ffmpeg on my server?
     
    phantomddl, Mar 25, 2007 IP
  4. rootbinbash

    rootbinbash Peon

    Messages:
    2,198
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What distro are you using?Do you have permission to run compilers at the server?Do you have gcc installed?As i can see with this output,there is no gcc installed.YOu have to install it if you want to compile the source code
     
    rootbinbash, Mar 26, 2007 IP
  5. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #5
    As I had said previously, install gcc first if you can. And what is your linux distro and version?
     
    agnivo007, Mar 26, 2007 IP
  6. nicolas9510

    nicolas9510 Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you might also want to make sure that in WHM, you did not disable gcc access
    or you could just do all that as root, and chown the files to whatever user you want
     
    nicolas9510, Mar 27, 2007 IP
  7. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #7
    Assuming you're using centOS ( as most servers do ), I'd issue

    apt-get install build-essentials

    before attempting to install from source.......
     
    krakjoe, Mar 28, 2007 IP