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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-11-2003, 02:42 PM
|
#1
|
LQ Newbie
Registered: Nov 2002
Location: Ottawa Canada
Distribution: RedHat 9
Posts: 13
Rep:
|
VLC dependencies
Was up all...
I'm trying to install VLC media player in Red-Hat 9 and I installed 20 of the 22 dependencies that it needed but I cant seem to resolve the last 2.
error: Failed dependencies:
libasound.so.2 is needed by vlc-0.6.1-1
libasound.so.2(ALSA_0.9) is needed by vlc-0.6.1-1
I installed ALSA and I do have the libasound.so.2 file in /usr/lib but it still gives me the missing dep's. HELP!!!! LOL.
Later,
Apolo.
|
|
|
08-11-2003, 04:53 PM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,370
|
libasound.so.2 is a link to some other file. Check to make sure that the target file really exists and libasound.so.2 is not pointing to a non-existant file.
|
|
|
08-11-2003, 07:35 PM
|
#3
|
LQ Newbie
Registered: Nov 2002
Location: Ottawa Canada
Distribution: RedHat 9
Posts: 13
Original Poster
Rep:
|
Yup, the file its linking to is in the same directory, it's...
/usr/lib/libasound.so.2.0.0
this file is not linking to nothing else and the libasound.so.2.0.0 file is there. Any other ideas why it's not working?
|
|
|
08-11-2003, 08:41 PM
|
#4
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,370
|
Are you installing from source or rpm?
If you are installing from source then /usr/lib may not be in /etc/ld.so.conf.
If you are installing from rpm then libasound may not be in the rpm data base. Try:
rpm -qi libasound
Last edited by jailbait; 08-11-2003 at 08:42 PM.
|
|
|
08-11-2003, 10:06 PM
|
#5
|
LQ Newbie
Registered: Nov 2002
Location: Ottawa Canada
Distribution: RedHat 9
Posts: 13
Original Poster
Rep:
|
I was installing from rpm's, and your right
# rpm -qi libasound
package libasound is not installed
I installed alsa drivers, I reas somewhere that it has libasound, i installed that from binaries, could that be the issue? i have no idea what to do now... Please Help put me on the right track...
|
|
|
08-11-2003, 10:19 PM
|
#6
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,370
|
When rpm checks whether dependencies are installed it does not check the whole system. It just looks in the rpm database. So if you know that a package is installed, but was not installed using rpm, then you can use the rpm --nodeps option. --nodeps says to install the rpm package regardless of what the rpm program thinks might be missing.
You can put yourself to sleep by reading:
man rpm
Last edited by jailbait; 08-11-2003 at 10:20 PM.
|
|
|
08-11-2003, 11:28 PM
|
#7
|
LQ Newbie
Registered: Nov 2002
Location: Ottawa Canada
Distribution: RedHat 9
Posts: 13
Original Poster
Rep:
|
cool!!!!!
Works perfect, I just had to use the --nodeps flag...
You rock jailbate....
|
|
|
All times are GMT -5. The time now is 09:47 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|