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 07-21-2003, 04:15 PM   #16
dsgdevil
Member
 
Registered: Jan 2003
Distribution: RedHat Linux 9
Posts: 126

Original Poster
Rep: Reputation: 15

I'm not sure where it is.I installed it with the rpm
 
Old 07-21-2003, 04:23 PM   #17
dsgdevil
Member
 
Registered: Jan 2003
Distribution: RedHat Linux 9
Posts: 126

Original Poster
Rep: Reputation: 15
no its not at /usr/bin,i searched the system but coudnt find it.But i installed it correctly
 
Old 07-21-2003, 04:23 PM   #18
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
As root run

updatedb

Then

locate lame

My results:
Code:
root@uilleann # locate lame
/usr/bin/lame
/usr/lib/gimp/1.2/plug-ins/flame
/usr/lib/avifile0.7/mp3lamebin_audioenc.so
/usr/lib/libmp3lame.so.0.0.0
/usr/lib/libmp3lame.so.0
/usr/X11R6/lib/xscreensaver/flame
/usr/X11R6/lib/xscreensaver/lament
/usr/X11R6/lib/xscreensaver/xflame
/usr/X11R6/man/man1/flame.1
/usr/X11R6/man/man1/xflame.1
/usr/X11R6/man/man1/lament.1
/usr/share/doc/lame-3.92
/usr/share/doc/lame-3.92/TODO
/usr/share/doc/lame-3.92/html
/usr/share/doc/lame-3.92/html/contributors.html
/usr/share/doc/lame-3.92/html/examples.html
/usr/share/doc/lame-3.92/html/node6.html
/usr/share/doc/lame-3.92/html/index.html
/usr/share/doc/lame-3.92/html/basic.html
/usr/share/doc/lame-3.92/html/switchs.html
/usr/share/doc/lame-3.92/html/id3.html
/usr/share/doc/lame-3.92/html/lame.css
/usr/share/doc/lame-3.92/html/modes.html
/usr/share/doc/lame-3.92/html/history.html
/usr/share/doc/lame-3.92/USAGE
/usr/share/doc/lame-3.92/README
/usr/share/doc/lame-3.92/ChangeLog
/usr/share/doc/lame-3.92/COPYING
/usr/share/man/man1/lame.1.gz
/usr/share/gimp/1.2/help/C/filters/flame.html
/usr/share/control-center/screensavers/lament.xml
/usr/share/control-center/screensavers/flame.xml
/usr/share/control-center/screensavers/xflame.xml
root@uilleann #

Last edited by fancypiper; 07-21-2003 at 04:26 PM.
 
Old 07-21-2003, 04:40 PM   #19
dsgdevil
Member
 
Registered: Jan 2003
Distribution: RedHat Linux 9
Posts: 126

Original Poster
Rep: Reputation: 15
No,there is no lame,theres only the rpm,but i installed it already....what should i do now?

Last edited by dsgdevil; 07-21-2003 at 04:42 PM.
 
Old 07-21-2003, 04:51 PM   #20
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Apparently, you haven't installed it.

# Guides to software and installation and uninstallation
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

Give me the exact name of the file you downloaded and the command you used to install.
 
Old 07-21-2003, 04:59 PM   #21
dsgdevil
Member
 
Registered: Jan 2003
Distribution: RedHat Linux 9
Posts: 126

Original Poster
Rep: Reputation: 15
I did install it,i installed it several times but the file never shows up
 
Old 07-21-2003, 05:04 PM   #22
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Sorry, I can't help if I don't get the information I asked for.
 
Old 07-21-2003, 05:05 PM   #23
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
# See rpms installed on current system
rpmquery --all | more
rpmquery --all > <filename>
rpmquery --all | grep -i <plaintext>
 
Old 07-21-2003, 05:09 PM   #24
dsgdevil
Member
 
Registered: Jan 2003
Distribution: RedHat Linux 9
Posts: 126

Original Poster
Rep: Reputation: 15
is this what u want?
[root@h24-76-124-120 root]# rpm -ihv lame-20011214-1.src.rpm
warning: user yosi does not exist - using root
warning: group yosi does not exist - using root
1:lame ########################################### [100%]
 
Old 07-21-2003, 05:21 PM   #25
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
lame-20011214-1.src.rpm
As I suspected, you don't have it installed as you downloaded and "installed" the source code rpm whereas you should have downloaded the binary rpm. You now need to build the binary rpm to install what you downloaded.

If you want to do so, instructions are in Maximum RPM.

Seriously, I suggest actually reading/downloading these:
# Guides to software and installation and uninstallation
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation
 
Old 07-21-2003, 07:17 PM   #26
angelrod
Member
 
Registered: Oct 2002
Location: Mexico
Distribution: RedHat 9.0 and SuSE 8.1
Posts: 229

Rep: Reputation: 30
It's easier and I think better to download the tar file....

Then follow this:

http://www.tldp.org/HOWTO/mini/MP3-C...o.html#PREPARE
 
Old 07-21-2003, 09:17 PM   #27
dsgdevil
Member
 
Registered: Jan 2003
Distribution: RedHat Linux 9
Posts: 126

Original Poster
Rep: Reputation: 15
Thanks for the link,everything worked out until the last step.I've done everythin the page said and when i tried to burn the cd,this error came out:
[root@h24-76-124-120 music2]# cdrecord dev=0,1,0 -eject speed=4 -pad -audio *.wav
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jrg Schilling
scsidev: '0,1,0'
scsibus: 0 target: 1 lun: 0
Linux sg driver version: 3.1.24
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
+
 
Old 07-21-2003, 09:32 PM   #28
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Detailed information, please, you are being vague. Use the code tags to post the following:

Post the output of:

cdrecord -scanbus
and
lsmod

Post your /boot/grub/grub.conf file and your /etc/fstab file.

Use code tags for each item, please.
 
  


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
cd burning anyone? matthewa Slackware 12 09-02-2005 07:02 AM
No cd burning in 10.1. Maintech Mandriva 4 01-19-2005 01:35 AM
audiocd burning problem, whole system hangs while burning ichbinesderelch Linux - Software 1 11-14-2003 02:30 PM
cd burning s/w ksd Slackware 11 10-21-2003 11:34 AM
CD-Burning slurride Slackware 16 03-14-2003 07:06 AM

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

All times are GMT -5. The time now is 09:02 AM.

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