Results 1 to 3 of 3
when i try and ./configure gtkpod-0.99.4 i get this error:
configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!)...
- 05-03-2006 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 98
gtkpod error
when i try and ./configure gtkpod-0.99.4 i get this error:
configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!)
- 05-03-2006 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
When you manually compile a program you are going to have to resolve your own dependencies. Evidently from you message:
id3tag is not installed on your system and gtkpod cannot be installed without it. Find the app and install it, I did a quick google search and found it quite a few places so you won't have trouble finding it, and since the error notes that it is a lib, search for libid3tag rather than just id3tag.Code:configure: error: *** id3tag >= 0.15 lib not found (0.14 will not work!)
Consequently, if you are having trouble with compiling programs yourself, and I assume that you are because of this question, you should find a way to get the app through your distros package management system, or go to the apps website to take a look at the dependencies so that you can manually resolve those before going on.Operating System: GNU Emacs
- 05-04-2006 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 98
i found a .tar.gz file of it and installed it but it still gave me that error


Reply With Quote
