Results 1 to 10 of 12
Hey ppl. I'm trying to install the new AmazonMP3 Downloader. They do not offer an RPM for Mandriva but they do for Fedora 9 and OpenSuse. I've tried installing both ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-04-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 22
Installing AmazonMP3 Downloader
Hey ppl. I'm trying to install the new AmazonMP3 Downloader. They do not offer an RPM for Mandriva but they do for Fedora 9 and OpenSuse. I've tried installing both of these but neither work. It says and error in 'libcrypto.so.7' file. Does anyone know how to fix this? Or has anyone successfully installed this software on Mandriva?
Jonney
- 12-04-2008 #2
Can you post the detailed error message.
- 12-18-2008 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 5
Here's what I get in Mandriva 2009 when trying to install the Fedora version:
Download]$ rpm -Uvh amazonmp3.rpm
warning: amazonmp3.rpm: Header V3 DSA signature: NOKEY, key ID 70e6adf9
error: Failed dependencies:
boost is needed by amazonmp3-1.0.3-1.i386
gtkmm24 is needed by amazonmp3-1.0.3-1.i386
libboost_date_time.so.3 is needed by amazonmp3-1.0.3-1.i386
libboost_iostreams.so.3 is needed by amazonmp3-1.0.3-1.i386
libboost_signals.so.3 is needed by amazonmp3-1.0.3-1.i386
libboost_thread-mt.so.3 is needed by amazonmp3-1.0.3-1.i386
libcrypto.so.6 is needed by amazonmp3-1.0.3-1.i386
libssl.so.6 is needed by amazonmp3-1.0.3-1.i386
- 12-19-2008 #4
The error message is pretty straightforward. You have some missing dependencies. Install them using your package manager. Search for boost, gtkmm and openssl using the GUI version of the package manager and install them.
- 12-19-2008 #5Just Joined!
- Join Date
- Oct 2007
- Posts
- 5
Thanks, but it's not quite that straightforward--openssl was already installed and installing libboost didn't help: both were ignored. Using Mandriva's GUI package manager or command line (urpmi) with all the repositories I know of, there doesn't seem to be a Mandriva version of boost. I posted the error message only because JonneyRed77 hadn't replied to your previous post, and I had been unable to get beyond the error message. I don't really need amazon's mp3 download.
- 12-19-2008 #6
The last time i used Mandriva, (which was 2008/2009), libboost was available in the software repositories. Try doing something like
Code:urpmi amazonmp3.rpm
- 12-19-2008 #7Just Joined!
- Join Date
- Oct 2007
- Posts
- 5
Thanks, that helped, but I still haven't quite licked the depency problems.
Each time I've tried "urpmi amazonmp3.rpm", I get prompted about a dependency preventing installation. I've then used urpmi to try directly filling the dependency, but even after this, somehow I'm not quite there. I've eliminated all but one of the depency problems, but am still stuck, this time because of "gtkmm24".
I've installed the only gtkmm in my repositories, the amazon program wants a different version, I tell it to install anyway, but it doesn't:
[root@Dell Download]# urpmi gtkmm
Package libgtkmm1.2-1.2.10-15mdv2008.1.i586 is already installed
[root@Dell Download]# urpmi amazonmp3.rpm
A requested package cannot be installed:
amazonmp3-1.0.3-1.i386 (due to unsatisfied gtkmm24)
Continue installation anyway? (Y/n) y
[root@Dell Download]# rpm -qa | grep ^am
amarok-scripts-1.98-1mdv2009.0
amarok-1.98-1mdv2009.0
[root@Dell Download]# urpmi gtkmm24
No package named gtkmm24
Amazon didn't install.
- 12-19-2008 #8
What is the output of
AS for the problem with gtkmm24, tryCode:rpm -qa | grep -i amazon
It seems like Mandriva has a slightly different naming convention for gtkmm.Code:urpmi libgtkmm2.4
- 12-19-2008 #9Just Joined!
- Join Date
- Oct 2007
- Posts
- 5
Apparently the amazon rpm really didn't install and my version of libgtmkk doesn't suffice to let it install:
[root@Dell ~]# rpm -qa | grep -i amazon
[root@Dell ~]#
[root@Dell ~]# urpmi libgtkmm2.4
Package libgtkmm2.4_1-2.14.1-1mdv2009.0.i586 is already installed
[root@Dell lib]# ls -l libgtkmm* (from /usr/lib)
lrwxrwxrwx 1 root root 21 2008-12-19 13:57 libgtkmm-1.2.so.0 -> libgtkmm-1.2.so.0.3.4*
-rwxr-xr-x 1 root root 1325176 2007-12-17 17:09 libgtkmm-1.2.so.0.3.4*
lrwxrwxrwx 1 root root 22 2008-11-11 05:03 libgtkmm-2.4.so.1 -> libgtkmm-2.4.so.1.0.30*
-rwxr-xr-x 1 root root 3291212 2008-09-25 04:31 libgtkmm-2.4.so.1.0.30*
- 12-19-2008 #10Just Joined!
- Join Date
- Oct 2007
- Posts
- 5
When I forced rpm installation with --nodeps, amazonmp3 did install, generating a number of errors along the way. I don't know whether there's anyway to test it without going on Amazon.com
[root@Dell Download]# rpm -Uvh --nodeps amazonmp3.rpm
warning: amazonmp3.rpm: Header V3 DSA signature: NOKEY, key ID 70e6adf9
Preparing... ########################################### [100%]
1:amazonmp3 ########################################### [100%]
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Unknown media type in type 'fonts/package'
Unknown media type in type 'interface/x-winamp-skin'
[root@Dell Download]# rpm -qa | grep ^ama
amarok-scripts-1.98-1mdv2009.0
amazonmp3-1.0.3-1


Reply With Quote

