LinuxQuestions.org
Help answer threads with 0 replies.
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 06-21-2006, 08:54 PM   #1
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Rep: Reputation: 15
yast Installation


Installing an RPM using yast is leaving me with a problem.

I'm trying to install mythmusic and I receive an error stating there is a dependency of libcdaudio.so.1. Meaning it can't find libcdaudio.so.1 in /usr/lib.

The file is actually in /usr/local/lib.

Can someone please explain how I can fix this so I can install the RPM?

Thanks!
 
Old 06-21-2006, 09:10 PM   #2
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
ln -sf /usr/local/lib/libcdaudio.so.1 /usr/lib/libcdaudio.so.1
 
Old 06-22-2006, 07:11 AM   #3
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Original Poster
Rep: Reputation: 15
This is a symlink correct?

Is there anyother way to get around this? Like telling yast where the files are or installing using RPM -ivh and telling the config file where it is after?

Seems there are several myth packages that can't find quite a few *.so.x files of various nature like.. libdvd.so.x.

symlinking just seems messy and potentialy catastrophic if I need to do any updating or lose a link.
 
Old 06-22-2006, 08:28 AM   #4
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Original Poster
Rep: Reputation: 15
removed to save space.

Last edited by paradox101; 07-15-2006 at 05:26 PM.
 
Old 07-15-2006, 05:25 PM   #5
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Original Poster
Rep: Reputation: 15
*Bump

OK.. Here's a more coherent attempt:

I am trying to install an RPM through YaST but the dependencies are not being found.

All of the ".so." listed in the conflict error below are located in /usr/lib64/
/usr/lib64 is in ld.so.conf
usr/lib64 is NOT listed in echo $PATH

Specifically:
MythMusic.RPM

Dependency check as follows:
======================================
libcdaudio.so.1 not available
Required by:
mythmusic requires libcdaudio.so.1
Conflict Resolution:
( ) Remove the Referring Package
Do Not Install mythmusic
( ) Ignore Conflict and Risk System Inconsistencies
libfaad.so.0 not available
Required by:
mythmusic requires libfaad.so.0
Conflict Resolution:
( ) Remove the Referring Package
Do Not Install mythmusic
( ) Ignore Conflict and Risk System Inconsistencies
libid3tag.so.0 not available
Required by:
mythmusic requires libid3tag.so.0
Conflict Resolution:
( ) Remove the Referring Package
Do Not Install mythmusic
( ) Ignore Conflict and Risk System Inconsistencies
libmad.so.0 not available
Required by:
mythmusic requires libmad.so.0
Conflict Resolution:
( ) Remove the Referring Package
Do Not Install mythmusic
( ) Ignore Conflict and Risk System Inconsistencies
libmp3lame.so.0 not available
Required by:
mythmusic requires libmp3lame.so.0
Conflict Resolution:
( ) Remove the Referring Package
Do Not Install mythmusic
( ) Ignore Conflict and Risk System Inconsistencies
libmp4ff.so.0 not available
Required by:
mythmusic requires libmp4ff.so.0
Conflict Resolution:
( ) Remove the Referring Package
Do Not Install mythmusic
( ) Ignore Conflict and Risk System Inconsistencies
mythmusic 0.19-1 conflict
Unresolved Requirements:
mythmusic requires libcdaudio.so.1
mythmusic requires libfaad.so.0
mythmusic requires libid3tag.so.0
mythmusic requires libmad.so.0
mythmusic requires libmp3lame.so.0
mythmusic requires libmp4ff.so.0
Conflict Resolution:
( ) Do Not Install mythmusic
( ) Ignore Conflict and Risk System Inconsistencies

#### YaST2 conflicts list END ###
========================================

H E L P !
 
Old 07-16-2006, 10:39 AM   #6
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Original Poster
Rep: Reputation: 15
ok..

symlink question.

"ln -sf /usr/local/lib/libcdaudio.so.1 /usr/lib/libcdaudio.so.1"

The above suggestion states to place a symlink in /usr/lib/ and assumes my *.so.1 file is located in /usr/local/lib correct?

My *.so.1 file is located in /usr/lib64 since I'm using an x86_64 OpenSuse OS.
/usr/lib64/libcdaudio.so.1 is a symlink to /usr/lib64/libcdaudio.so.1.0.0.

Is it possible to link to a symlink??

I've tried symlinking as suggested as follows with NO success.

/usr/lib64 is entered into ld.so.conf
usr/lib64 is NOT shown in echo $PATH

/lib# ln -s /usr/lib64/libcdaudio.so.1 libcdaudio.so.1
/usr/lib# ln -s /usr/lib64/libcdaudio.so.1 libcdaudio.so.1
/usr/local/lib# ln -s /usr/lib64/libcdaudio.so.1 libcdaudio.so.1

Any more ideas?
 
Old 07-16-2006, 12:44 PM   #7
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Original Poster
Rep: Reputation: 15
Update!

I've copied the file /usr/lib64/libcdaudio.so.1.0.0 to /lib, /usr/lib, and /usr/local/lib and renamed it to libcdaudio.so.1.

I still receive the same dependency error in yast. Says mythmusic needs libcdaudio.so.1.

AAAAAAAAHHHHHHHHHHHHHHHHHHH!!!!!!!!! WTF?!?!

Can anyone help me out here?! 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
Source of Installation (mp3 support) - YAST Ipsofacto Linux - Newbie 1 10-18-2005 03:51 PM
Error when using YaST for sound card installation nox9colt45 Linux - Hardware 3 03-28-2005 08:11 AM
RPM Installation and YAST Problems mellowdog SUSE / openSUSE 4 03-12-2005 05:50 AM
Adding a YaST installation source arcadejedi Linux - Software 2 10-13-2004 03:26 PM
Yast Installation Source wmeler Linux - Software 0 02-26-2004 03:00 PM

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

All times are GMT -5. The time now is 10:39 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