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 01-07-2010, 11:57 AM   #1
devnull10
Member
 
Registered: Jan 2010
Location: Lancashire
Distribution: Slackware Stable
Posts: 572

Rep: Reputation: 120Reputation: 120
ripperX - Slackware 13.0


I am trying to get ripperX working on Slackware 13.0 and am having a bit of a nightmare!!

I installed ripperX using a slackware package I found online. When I try to run the program however I get the following error:

Code:
ripperX: error while loading shared libraries: libid3-3.8.so.3: cannot open shared object file: No such file or directory

I downloaded what I thought was this library and installed - now if I look in /usr/local/lib, I have the following:

Code:
libcdda_interface.a          libcdda_paranoia.a          libid3        libid3.la
libcdda_interface.so         libcdda_paranoia.so         libid3.0
libcdda_interface.so.0       libcdda_paranoia.so.0       libid3.0.0.0
libcdda_interface.so.0.10.2  libcdda_paranoia.so.0.10.2  libid3.a
I have run ldconfig /usr/local/lib but if I then do ldconfig -p | grep id3 I get the following

Code:
        libid3tag.so.0 (libc6) => /usr/lib/libid3tag.so.0
        libid3tag.so (libc6) => /usr/lib/libid3tag.so
        libaudid3tag.so.1 (libc6) => /usr/lib/libaudid3tag.so.1
        libaudid3tag.so (libc6) => /usr/lib/libaudid3tag.so

How can I get this library installed??!

Thanks
 
Old 01-07-2010, 01:33 PM   #2
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
it should be this one: http://id3lib.sourceforge.net/ and here's a build script for you: http://slackbuilds.org/repository/13...raries/id3lib/
 
1 members found this post helpful.
Old 01-07-2010, 02:15 PM   #3
devnull10
Member
 
Registered: Jan 2010
Location: Lancashire
Distribution: Slackware Stable
Posts: 572

Original Poster
Rep: Reputation: 120Reputation: 120
Cheers for that - it seems strange that it is asking for lib1d3 yet the file is called id3lib!

It seems to have solved the issue anyway. I did what I needed using cdparanoia and piping to lame however I'm sure this will be needed in the future!

Thanks

I'll post the script I used, just in case anyone would like to use it in the future. There are a few hard-coded values and the method to determine the number of tracks isn't the best yet howeer I will tweak it as I go on - I just wanted to get something which worked!

Code:
#!/bin/bash

if [ $# -ne 1 ]
then
  echo "Usage: " `basename $0` "<output directory>"
  exit
fi

if [ ! -d $1 ] 
then
  echo "$1 is not a valid directory"
  exit
fi

# Need determine the number of tracks on the disc
n_files=`cdparanoia -Q 2>&1 | egrep "^ *[0-9]+" | wc -l`

echo -e "Ripping $n_files files..."

for i in `seq 1 $n_files`
do
  cdparanoia -q $i - | lame --silent -h --vbr-new -V 4 - `printf "%s/track_%02d.mp3" $1 $i`
  echo  - Sucessfully ripped track $i
done

echo "Ripping complete"

Last edited by devnull10; 01-07-2010 at 02:19 PM.
 
Old 01-10-2010, 04:34 PM   #4
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by devnull10 View Post
Cheers for that - it seems strange that it is asking for lib1d3 yet the file is called id3lib!
[/code]
it confised the crap out of me one time
 
  


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
another ripperX problem trscookie Linux - Desktop 3 09-25-2006 04:32 AM
Problems with ripperx encoding walterbyrd Linux - Software 1 03-09-2005 03:04 PM
Grip or RipperX as root Pipedream Linux - Newbie 9 12-25-2004 03:25 PM
ripperX problem doralsoral Linux - Software 1 12-07-2004 10:01 AM
ripperX perms doralsoral Linux - Software 5 05-02-2004 11:22 AM

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

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