|
Firstly... i\'m currently using amaroK 1.0, whcih shipped with suse... and I like it much better than all the other windows apps that I\'ve ever used! congrats to that...
having said that... there are some features in 1.2 whcih i would like to have... hence the upgrade... I have taglib installed... i\'ve downloaded 1.3.1 from their website, and it installed fine... and I know where it is... I dont think there is anything else to download that I could find. There was no taglib-devel package to speak of, but taglib-config does exist on my machine. I keep getting the error that I dont have taglib installed. I dont know how to remedy that. I also have xine installed, and i know the location of xine-config. i\'m not getting an error per-se, but i do notice that the compile script doesnt find it, even when i point to it. any help would be greatly appreciated. Ryan |
Alumni
|
Are taglib-config and xine-config in your path?
$ whereis taglib-config $ echo $PATH The first one should fail if it\'s not in the path, but the second one can verify this for sure. |
|
I did what you stated, and this is what I got back:
ryan@linux:~> whereis taglib-config taglib-config: /usr/local/bin/taglib-config ryan@linux:~> echo $PATH /usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin ryan@linux:~> I dont really know what this tells me though.... Ryan |
|
sorry. forgot half the stuff in there. here is the rest.
ryan@linux:~> whereis xine-config xine-config: /opt/xine/bin/xine-config ryan@linux:~> echo $PATH /usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin ryan@linux:~> Thanks Ryan |
KDE Developer
|
Well, xine-config isn\'t in your PATH. Thats a problem. I don\'t have really any idea how whereis works.
You can do something like PATH=\"/opt/xine/bin:$PATH\" ./configure But if xine-config isn\'t in your path, other stuff might be misconfigured as well. And of course that doesn\'t explain taglib.
Amarok Developer
|
|
I guess the first thing to do would be to add xine to my path... and i\'ve done something like that before... just dont remember how since i\'ve only ever done it once... I think there\'s a file somewhere, or I can use some export command, or maybe i\'ts a combination of both...
Ryan |
|
Registered users: Bing [Bot], blue_bullet, Google [Bot], Sogou [Bot], Yahoo [Bot]