• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Amazon MP3 runterladen mit amazonmp3 oder ähnlichem

Suse 11.3 x64 Kde 4.4

Versuche seit gestern bei Amazon Cds per Mp3 zu kaufen und
downzuloaden. Leider rohen Erfolg.

Bei dem Programm amazonmp3 fehlt noch ein lib...

Bei clamz-

Code:
/clamz-0.4> ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for update-mime-database... update-mime-database
checking for update-desktop-database... update-desktop-database
checking for XML_ParserCreate in -lexpat... no
configure: error: libexpat not found

Fehlt also libexpat

Bei Yast finde ich libexpat0, libexpat1, diese sind auch installiert.
Libexpat finde ich nirgends.

Bei Pymazon:

Für die Benutzung benötigt man die Programme PyCrypto und PyQt4 bzw. PyGtk.
Diese finde ich leider nirgends.


Ausserdem kommt folgende Fehlermeldung:
Code:
 python setup.py install
running install
running build
running build_py
running build_scripts
running install_lib
creating /usr/local/lib/python2.6
error: could not create '/usr/local/lib/python2.6': Permission denied
 

Jägerschlürfer

Moderator
Teammitglied
schau dir das hier bitte mal an. Evtl hilft es dir schon weiter,...
http://www.linux-community.de/Internal/Artikel/Online-Artikel/MP3s-von-Amazon-im-AMZ-Format-herunterladen
 
OP
G

Gandalf333

Hacker
Habe per Yast

libexpat-devel noch installiert

Code:
./configure                                                                                                                                                                                                           
checking for gcc... gcc                                                                                                                                                                                                                                     
checking whether the C compiler works... yes                                                                                                                                                                                                                
checking for C compiler default output file name... a.out                                                                                                                                                                                                   
checking for suffix of executables...                                                                                                                                                                                                                       
checking whether we are cross compiling... no                                                                                                                                                                                                               
checking for suffix of object files... o                                                                                                                                                                                                                    
checking whether we are using the GNU C compiler... yes                                                                                                                                                                                                     
checking whether gcc accepts -g... yes                                                                                                                                                                                                                      
checking for gcc option to accept ISO C89... none needed                                                                                                                                                                                                    
checking for a BSD-compatible install... /usr/bin/install -c                                                                                                                                                                                                
checking for update-mime-database... update-mime-database                                                                                                                                                                                                   
checking for update-desktop-database... update-desktop-database                                                                                                                                                                                             
checking for XML_ParserCreate in -lexpat... yes                                                                                                                                                                                                             
checking for pkg-config... /usr/bin/pkg-config                                                                                                                                                                                                              
checking pkg-config is at least version 0.9.0... yes                                                                                                                                                                                                        
checking for LIBCURL... configure: error: Package requirements (libcurl) were not met:                                                                                                                                                                      
                                                                                                                                                                                                                                                            
No package 'libcurl' found                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                            
Consider adjusting the PKG_CONFIG_PATH environment variable if you                                                                                                                                                                                          
installed software in a non-standard prefix.                                                                                                                                                                                                                
                                                                                                                                                                                                                                                            
Alternatively, you may set the environment variables LIBCURL_CFLAGS                                                                                                                                                                                         
and LIBCURL_LIBS to avoid the need to call pkg-config.                                                                                                                                                                                                      
See the pkg-config man page for more details.
 
OP
G

Gandalf333

Hacker
Habe jetzt noch libcurl-devel
und libcgrypt-devel nachinstalliert:

Code:
make
gcc -g -O2 -W -Wall   -I.  -DHAVE_CONFIG_H -c ./clamz.c
gcc -g -O2 -W -Wall   -I.  -DHAVE_CONFIG_H -c ./options.c
gcc -g -O2 -W -Wall   -I.  -DHAVE_CONFIG_H -c ./playlist.c
gcc -g -O2 -W -Wall   -I.  -DHAVE_CONFIG_H -c ./download.c
gcc -g -O2 -W -Wall   -I.  -DHAVE_CONFIG_H -c ./vars.c
gcc -g -O2 -W -Wall  -o clamz clamz.o options.o playlist.o download.o vars.o -L/lib64 -lgcrypt -lgpg-error -lcurl   -lexpat
 
OP
G

Gandalf333

Hacker
Jetzt klappt es per clamz, wenn auch etwas umständlich:

Lade die amz- Datei von amazon herunter:

Bei mir wird sie in /home/franK/Downloads gespeichert.

Dann über bash/ Konsole, wechsle ich ins Downloads-Verzeichnis.

über umbennen der Datei, kopiere ich den genauen amz- Dateinamen

In der Konsole gebe ich:

clamz plus den genauen amz-Dateinamen ein.

Wie gesagt, etwas umständlich.
Vielleicht bekomme ich noch Tipps zur Vereinfachung.
 

hoschi_of

Newbie
http://www.amazon.com/gp/dmusic/help/amd.html?ie=UTF8&forceos=LINUX&ASIN=&isTrack=&TOUAgree=0

Probier mal den amerikanischen, den deutschen hab ich auch nicht zu laufen bekommen.
Der amerikanische läuft auch unter amazon.de, nehme ich auch selber zum Musik laden.
 
Oben