Re: compiling grip with id3lib for id3v2 support
Michael Mauch <[email protected]> Sat, 2 Jul 2005 17:31:50 +0200
| Newsgroups | gmane.comp.multimedia.grip.user |
|---|---|
| Message-ID | <20050702153150.GA17890@elmicha.333200002251-0001.dialin.t-online.de> |
Bill DePhillips wrote: > The grip website explains that you must compile grip yourself with the > id3lib to enable id3v2 support. Sounded easy enough. > > I located and compiled id3lib, installed it. Then I downloaded the > grip source and ran configure it. It complained with the following > warning: > > checking for library containing ID3Tag_Link... no > configure: WARNING: id3lib not found - disabling id3v2 support > > I understand that compilers/linkers only search where they are told to > search for libraries but I was unable to figure out how to see where > configure was searching and how to add the /usr/local/bin directory, > which is where id3lib installed itself to. That's wrong: "bin" is for binaries only, libraries go into "lib" and include files into "include". > How can I make configure find id3lib? > Or, if it's easier, can I install id3lib do a different place? If you configured id3lib without a --prefix, it should have gone into the right place under /usr/local. Check if you have /usr/local/lib/libid3* and /usr/local/include/id3*. > Any ideas, suggestions, would be much appreciated. If you never installed a something for yourself on that machine, it's possible that you are missing a line with "/usr/local/lib" (without the quotes) in /etc/ld.so.conf. Add that line, then run ldconfig. Regards... Michael ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click