Results 1 to 2 of 2

Thread: MPlayer was compiled without libmp3lame support.Please help!

  1. #1
    Join Date
    Feb 2008
    Posts
    1

    Default MPlayer was compiled without libmp3lame support.Please help!

    We are getting the error "MPlayer was compiled without libmp3lame support" when we try to convert a video in the admin interface.

    We have all the server requirements (in fact, the script was working just a few days ago). Somehow the script broke and we have compiled MPlayer several times, libmp3lame is installed, and it stills says that.

    Installation:

    cd /usr/local/src/lame-3.97
    ./configure --prefix=/usr
    make && make install

    cd /usr/local/src/mplayer
    ./configure --codecsdir=/usr/local/lib/codecs --extraincdir=/usr/local/src/lame-3.97 --extralibdir=/usr/local/lib --prefix=/usr/local
    make && make install

    service httpd restart




    the ./configure does show:
    Checking for libmp3lame (for mencoder) ... yes
    Checking for mencoder ... yes

    mencoder -oac help
    shows:
    Available codecs:
    copy - frame copy, without re-encoding (useful for AC3)
    pcm - uncompressed PCM audio
    mp3lame - cbr/abr/vbr MP3 using libmp3lame
    lavc - FFmpeg audio encoder (MP2, AC3, ...)




    It's still not working - anyone know what might be wrong? Do we need to compile things in a different order? The lame codec is installed and we have compiled mplayer several times in different ways yet none of those work. I've searched through many similar posts on Google yet either none of the posted suggestions work or there is no solution. Any advice from admin, perhaps?

    Thanks a lot!

  2. #2
    Join Date
    Feb 2008
    Posts
    4

    Default Re: MPlayer was compiled without libmp3lame support.Please help!

    After installing, I had to do this to get working

    ln -s /usr/local/lib/libmp3lame.so.0.0.0 /usr/lib/libmp3lame.so.0

Similar Threads

  1. Mplayer conversion error
    By Saul V in forum Installation Support
    Replies: 1
    Last Post: 03-20-2009, 02:36 PM
  2. Mplayer and Lame?
    By nitramf in forum Installation Support
    Replies: 5
    Last Post: 03-11-2009, 04:56 PM
  3. MPlayer Problem
    By eManuka in forum General Discussions
    Replies: 0
    Last Post: 05-12-2008, 03:47 PM
  4. Is the PHP Script compiled?
    By lesterw in forum Sales Questions
    Replies: 1
    Last Post: 04-23-2008, 05:44 AM
  5. Need help with ffmpeg, mplayer, etc...
    By tnuriel in forum Installation Support
    Replies: 1
    Last Post: 08-10-2007, 05:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •