This forum has been archived. All content is frozen. Please use KDE Discuss instead.

taglib1.3

Tags: None
(comma "," separated)
nooby
Karma
0

taglib1.3

Fri Oct 15, 2004 12:43 am
hi all
thanks in advance for all answers you can give tome
i have an mdk 10.0 and i have alredy instlalled amarok 1.0.0
now i m trying to install amarok 1.1.1 but it require taglib1.3
so i have installed it with the .tar.gz
i have down a locate and the answer is that i have the libtag.so.1.3.0 installed on the directory
usr/local/lib and i have libtag.so.1.0.0 my old version in usr/lib
what do you think i have to do?
when i m doing the command
./configure --prefix=`kde-config --prefix` as indicate in the READ LE of amarok
the answer of the configure is that
========================
=== amaroK - ERROR ==========================================================
========================
=
= amaroK cannot be built because your TagLib version is too old. Please
= obtain the latest version from: http://ktown.kde.org/~wheeler/taglib/
===================================
=== AMAROK WILL NOT BE BUILT ================================================
==================================
=
= Some mandatory dependencies are either not installed or not installed
= correctly. See the amaroK README for help with this issue. Further assistance
= can be found at http://amarok.kde.org or in amarok on irc.freenode.net.
= You will still be able to build other modules from kde-extragear1.
=
===============================================================================
thank you and sorry for thiis long post
onety-three
Karma
0

Re:taglib1.3

Fri Oct 15, 2004 1:25 am
Taglib 1.3 is in cooker already.

Anyway, if you want to compile it yourself you should use
[code:1]./configure --prefix=/usr[/code:1]
when installing Taglib in Mandrake. Worked for me.
nooby
Karma
0

Re:taglib1.3

Fri Oct 15, 2004 2:48 am
thank
it seem to be ok for compile taglib and amarok 1.1.1
the configure for amarok say that amarok can be built ...
but when i lauch amarok inthe directory amarok 1.1.1 it launch amarok 1.0
do you think i have to delete directory amarok 1.0?
thank you very much
onety-three
Karma
0

Re:taglib1.3

Fri Oct 15, 2004 4:43 pm
Uh... that's strange. Did you really follow the instructions given in amaroK's README?
[code:1]./configure --prefix=`kde-config --prefix`
make
make install[/code:1]
Take care, for the last step you have to be superuser or the install will fail with some errors because normal users aren't allowed to change anything in /usr.

BTW, I'm a Linux-n00b, too. Don't expect too much from me :(
nooby
Karma
0

Re:taglib1.3

Fri Oct 15, 2004 6:04 pm
of course i have followed the nstructions in the READ ME of amarok
and i have down it in root
nooby but i have a brain ..Lol
in the configure
Xinelib1.04rc was ask required so i have installed too even i think it was not neccessary
thst is more strange is that
when i start amarok on root it's the amarok 1.0 but not the same graphical aspect as normal
another subject, in the list on the right on amarok i have my list of my artist and song
when i change the tag of the artist or the song it doesn't change on the list on the right.
thank a lot
onety-three
Karma
0

Re:taglib1.3

Fri Oct 15, 2004 7:03 pm
OK, I don't have a clue what your problem is, then. Anyway, the different look of amaroK when run as root is caused by the root-user having another home directory (and that's the place where your customizations are saved). No need for worries.

Anybody here with more experience than me who is willing to help?
nooby
Karma
0

Re:taglib1.3

Fri Oct 15, 2004 10:43 pm
i have made a ln -s of my libGL.la in usr/lib to usr/X11R6/lib/ because my amarok install give an error about that
so now the install is oK but i have another problem
amarok start but at the start it give this message

Cette pile des appels apparaît être inutilisable.
C'est probablement dû au fait que votre paquetage a été construit d'une manière qui empêche de créer des piles d'appels corrects, ou que le cadre de pile a été sérieusement corrompu dans l'incident.

Using host libthread_db library "/lib/tls/libthread_db.so.1".
Using host libthread_db library "/lib/tls/libthread_db.so.1".
0xffffe410 in ?? ()
#0 0xffffe410 in ?? ()
sorry it s in french cause i m
this traduction is
this list of call is unusable
it s probably due to that your package has been build with a way who prevent to create a list of valid calls or the setting of the calls has been corrupted in the incident
nooby
Karma
0

Re:taglib1.3

Fri Oct 15, 2004 10:43 pm
i have made a ln -s of my libGL.la in usr/lib to usr/X11R6/lib/ because my amarok install give an error about that
so now the install is oK but i have another problem
amarok start but at the start it give this message

Cette pile des appels apparaît être inutilisable.
C'est probablement dû au fait que votre paquetage a été construit d'une manière qui empêche de créer des piles d'appels corrects, ou que le cadre de pile a été sérieusement corrompu dans l'incident.

Using host libthread_db library "/lib/tls/libthread_db.so.1".
Using host libthread_db library "/lib/tls/libthread_db.so.1".
0xffffe410 in ?? ()
#0 0xffffe410 in ?? ()
sorry it s in french cause i m
this traduction is
this list of call is unusable
it s probably due to that your package has been build with a way who prevent to create a list of valid calls or the setting of the calls has been corrupted in the incident
User avatar
Jerome
Registered Member
Posts
31
Karma
0

Re:taglib1.3

Sat Oct 16, 2004 5:39 am
Hi,

If amaroK want the libGL.so file, libGL.la will not help , I think


3mor3j
nooby
Karma
0

Re:taglib1.3

Sat Oct 16, 2004 6:22 am
i have done the ./configure --prefix=/usr, make and make install for taglib
and its ok
i have down ./configure --prefix=`kde-config --prefix` for amaroth
and the answer was that i could do make but when i have down make
i have errors and one with libGL.La
i have installed libvisual 0.1.6 and xine-lib1.04rc=> optional
i have down the configure again but i have always the problem with libGL.la
in fact i have the file libGL.la in usr/lib and i have a message that it search it in usr/X11R6/lib
i have tried a symbolik link with ln -s but the configure see the link and there is always an error
I Have tried to copy in root libGL.la from usr/lib to usr/X11R6/lib/
and i have tried again the ./configure --prefix=`kde-config --prefix`
make , make install and launch amarok and it's OK it work
thanks for your help and i hope this post help someone else
it's perhaps not very clean but it work


Bookmarks



Who is online

Registered users: bancha, Bing [Bot], daret, Evergrowing, Google [Bot], lockheed, sandyvee, Sogou [Bot]