LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-07-2004, 03:33 PM   #1
pablovschby
Member
 
Registered: Oct 2003
Posts: 153

Rep: Reputation: 30
how to install lame on debian?


Hello,

I want to install MPlayer with lame-support for acidripping, but lame isn't installed, so MPlayer messages:
Code:
Checking for libmp3lame (for mencoder) ... no
Hmmm, I tried apt-get install...
  • ...lame (no package)
    ...libmp3lame (no package)
But nothing works and "glame" & "toolame" are installed as well.

What are the packages I need, yet? Still lame doesn't seem to be installed, but what's the name of that package ON DEBIAN?
On Fedora they are called "lame" and "lame-devel"...
Every advise will be appreciated...thanks
 
Old 12-07-2004, 03:37 PM   #2
Samsara
Member
 
Registered: May 2003
Distribution: Ubuntu, Mac OS X Tiger
Posts: 481

Rep: Reputation: 32
The method to find packages is
apt-cache search foobar
where foobar is a string that you believe is in the package name or description.

HTH,

Samsara
 
Old 12-07-2004, 03:46 PM   #3
pablovschby
Member
 
Registered: Oct 2003
Posts: 153

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Samsara
The method to find packages is
apt-cache search foobar
where foobar is a string that you believe is in the package name or description.
Firstly thanks.

I already installed all the packages I found by "apt-cache search lame"...

Still lame is NOT installed... how can I install "libmp3lame" on Debian?
 
Old 12-07-2004, 04:32 PM   #4
Samsara
Member
 
Registered: May 2003
Distribution: Ubuntu, Mac OS X Tiger
Posts: 481

Rep: Reputation: 32
I'm not using Debian, so I can't help much further. You may have to install lame and the library manually, i.e. compile it from source. You can find the lame source at http://lame.sourceforge.net/

Samsara
 
Old 12-07-2004, 04:36 PM   #5
pablovschby
Member
 
Registered: Oct 2003
Posts: 153

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Samsara
I'm not using Debian, so I can't help much further. You may have to install lame and the library manually, i.e. compile it from source. You can find the lame source at http://lame.sourceforge.net/
Thanks. I'm sorry, but where could you download a tar.gz-file there on that page? There isn't a possibility to download anything...can't find, sorry
 
Old 12-07-2004, 04:45 PM   #6
pablovschby
Member
 
Registered: Oct 2003
Posts: 153

Original Poster
Rep: Reputation: 30
Well I've compiled the lame-source now.

But still:
Code:
Checking for libmp3lame (for mencoder) ... no
What have I gotto install?

How is this fucking package called ON DEBIAN?
How tha fuck can I get LIBMP3LAME for DEBIAN?
 
Old 12-07-2004, 04:48 PM   #7
funkydan2
Member
 
Registered: Mar 2004
Location: Brisbane, Australia
Distribution: VectorLinux; Ubuntu
Posts: 135

Rep: Reputation: 15
You may need to add the famous "marillat" repository to your /etc/apt/sources.list

I think the line you will need is

deb ftp://ftp.nerim.net/debian-marillat/ testing main

You could also visit www.apt-get.org and search for lame to find other repositories.

daniel
 
Old 12-07-2004, 04:58 PM   #8
pablovschby
Member
 
Registered: Oct 2003
Posts: 153

Original Poster
Rep: Reputation: 30
thanks, funkydan, .....

but what is even absent????
Code:
test for MP3 support in mencoder: Not Found!
I re-compiled Mplayer, but this message always appears when I compile acidrip.

What the fuck is the package I forgot? Please help...
 
Old 12-07-2004, 05:24 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
hehe... we'll get you there somehow.

as with your video codec problem, that list is populated from "mencoder -oac help" and that particular test is looknig for the entry "mp3lame"
 
Old 12-07-2004, 05:28 PM   #10
pablovschby
Member
 
Registered: Oct 2003
Posts: 153

Original Poster
Rep: Reputation: 30
Thanks.
Code:
Available codecs:
   copy     - frame copy, without re-encoding (useful for AC3)
   pcm      - uncompressed PCM audio
   lavc     - FFmpeg audio encoder (MP2, AC3, ...)
Well, there aren't much and mp3lib isn't listed.

But which packages have I gotto have installed for compiling mplayer successfull with mp3-support???

Isn't there a list or something like that for that.
BTW: This time, the Path's are really well...
 
Old 12-07-2004, 05:34 PM   #11
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well this is totally truely an mplayer issue, and nothign to do with acidrip. the lavc codecs can do mp3 too though, so you don't actually NEED mp3lame to get mp3 streams, but it's advised.
 
Old 12-07-2004, 05:40 PM   #12
pablovschby
Member
 
Registered: Oct 2003
Posts: 153

Original Poster
Rep: Reputation: 30
@acid_knewbie:
Code:
Checking for libmp3lame (for mencoder) ... yes
Doesn't that mean that mplayer did find his mp3-support?

BTW: Which Distri do you use?
 
Old 12-07-2004, 05:46 PM   #13
Samsara
Member
 
Registered: May 2003
Distribution: Ubuntu, Mac OS X Tiger
Posts: 481

Rep: Reputation: 32
Quote:
Originally posted by pablovschby
@acid_knewbie:[...]
BTW: Which Distri do you use?
His name is acid_kewpie, and he runs, I quote:
"Distribution: Gentoo 1.4, RedHat 7.2, Solaris 9, FreeBSD 5.0"


Samsara

Last edited by Samsara; 12-07-2004 at 05:47 PM.
 
Old 12-07-2004, 05:48 PM   #14
Samsara
Member
 
Registered: May 2003
Distribution: Ubuntu, Mac OS X Tiger
Posts: 481

Rep: Reputation: 32
Quote:
Originally posted by pablovschby
Code:
Checking for libmp3lame (for mencoder) ... yes
Doesn't that mean that mplayer did find his mp3-support?
That looks like success to me. Everything working, then?

Samsara
 
Old 12-07-2004, 05:50 PM   #15
pablovschby
Member
 
Registered: Oct 2003
Posts: 153

Original Poster
Rep: Reputation: 30
thanks a lot for your support. I re-compiled Mplayer now and it works. Don't ask me why it didn't before...THANKS
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install "Lame" blackspade Linux - Software 4 08-18-2005 03:40 PM
10.1 - Lame High-gain Linux - Newbie 5 06-22-2005 01:30 AM
dhcp problem in Debian netinst install..Help !! install. copter Linux - Networking 11 06-30-2004 01:14 PM
conflict with get-apt install mplayer and lame-libs illtbagu Linux - Software 4 02-14-2003 12:31 AM
we have the way out - how lame is that! CragStar General 5 04-08-2002 03:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration