Strange amaroK problem :(

Postate qui se avete consigli per migliorare i pacchetti disponibili in questo sito o se avete problemi con installazione, funzionamento o altro.

Moderatore: Staff

Regole del forum
1) Citare in modo preciso il nome del pacchetto.
2) Specificare se discussione/suggerimento o richiesta d'aiuto.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

Strange amaroK problem :(

Messaggio da victorche »

I am using Slackware Current /kernel 2.6.15.3, KDE 3.5.1/ with all the updates. I have amarok-1.3.8 installed /.tgz package from Slacky.it/... And I have a strange error:
root@home:~# amarokapp
amarokapp: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
Any ideas, please :roll:

albatrosla
Packager
Packager
Messaggi: 1339
Iscritto il: sab 27 mar 2004, 0:00
Slackware: current
Desktop: fluxbox.git
Località: Collegno, but made in Friûl
Contatta:

Messaggio da albatrosla »

Amarok player needs a SQL manager installed 'cause it stores the playlist into a SQL database. So you must install mysql in order to let it work properly...

Avatar utente
Sidereus
Linux 2.x
Linux 2.x
Messaggi: 343
Iscritto il: gio 10 feb 2005, 0:00
Località: Cremona

Messaggio da Sidereus »

you can link the librarie :

Codice: Seleziona tutto

ln -s /usr/lib/libmysqlclient.so /usr/lib/libmysqlclient.so.14
or recompile amarok. I think this is the best metod because I tried to link the library, but amarok crashes continuously (is it correct ? :lol:) with the new xine-lib.
If you want to keep the package, I suggest you to use the xine-lib that are is this repository, because with them, amarok doesn't crash.

Have a nice day
Sidereus


p.s. Sorry for my bad english :P

Salvo
Linux 0.x
Linux 0.x
Messaggi: 30
Iscritto il: sab 7 gen 2006, 17:55

Messaggio da Salvo »

Try this package:
http://salvo84.altervista.org/amarok-1. ... 1salvo.tgz
It's compiled in a slackware current.

Salvo
Linux 0.x
Linux 0.x
Messaggi: 30
Iscritto il: sab 7 gen 2006, 17:55

Messaggio da Salvo »

i don't know because of it, but you must put the link in your address bar

victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

Messaggio da victorche »

Albatros_la ha scritto:Amarok player needs a SQL manager installed 'cause it stores the playlist into a SQL database. So you must install mysql in order to let it work properly...
I have MySQL installed, because I have a full install of my Slack. It is 5.0.18
But as far as I know, amaroK can use Sqlite also... I don't understand why it has to deal with something like MySQL at all... It is just a player I think :roll:

Anyway, I'll try linking this lib file...

victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

Messaggio da victorche »

Excuse me for the double posting, but... it is the same with RealPlayer :(
Well not the same error, but it is not working too.

Keeping your Slack up to date is a good idea, but sometimes there are problems with the packages installed :roll:

Avatar utente
pyro
Linux 0.x
Linux 0.x
Messaggi: 70
Iscritto il: gio 18 nov 2004, 0:00
Località: Pisa, Italy
Contatta:

Messaggio da pyro »

victorche ha scritto:Excuse me for the double posting, but... it is the same with RealPlayer :(
Well not the same error, but it is not working too.

Keeping your Slack up to date is a good idea, but sometimes there are problems with the packages installed :roll:

Yes, I had the same problem. It's because I upgraded mysql, and library changed from libmysqlclient.so.14 to libmysqlclient.so.15.

Now there's two possibilities:

1. to make a symbolic link to the new library eg:

ln -s /usr/lib/libmysqlclient.so.15 /usr/lib/libmysqlclient.so.14

(it is the dirty choise, but it's work)

2. recompile amarok, (there's a new version on amarok.kde.org).
(it is the slack way)

victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

Messaggio da victorche »

Salvo ha scritto:Try this package:
http://salvo84.altervista.org/amarok-1. ... 1salvo.tgz
It's compiled in a slackware current.
Thanks a lot!
pyro ha scritto: Yes, I had the same problem. It's because I upgraded mysql, and library changed from libmysqlclient.so.14 to libmysqlclient.so.15.

Now there's two possibilities:

1. to make a symbolic link to the new library eg:

ln -s /usr/lib/libmysqlclient.so.15 /usr/lib/libmysqlclient.so.14

(it is the dirty choise, but it's work)

2. recompile amarok, (there's a new version on amarok.kde.org).
(it is the slack way)
Well thank you too... It is really funny. The packages are made for the latest stable. And the package mainteiners have their reason for this.

So the first choice is to have the latest stable /with no updates at all/, and then you can update all the other packages as fast as a new version is released.

The second option is to keep your OS up to date. But then... Your OS is updated, but some packages may not work.

So there isn't an option of having both updated and working :roll:

What about RealPlayer? Any ideas about this one?

Thanks in advance!

victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

Messaggio da victorche »

And... About RealPlayer. Here is the error message:
oot@home:~# realplay
*** glibc detected *** free(): invalid pointer: 0x08219b58 ***
/usr/bin/realplay: line 75: 7523 Aborted artsdsp $REALPLAYBIN "$@"
Any ideas? :roll:

Rispondi