El Domingo, 24 de Diciembre de 2006 03:37, john q public escribió:
>  have built and installed libid3 (3.8.3) in both /usr/lib and
> /usr/local/lib
>
> root:# ldconfig -p | grep id3
>         libid3.so (libc6) => /usr/lib/libid3.so
>         libid3.so (libc6) => /usr/local/lib/libid3.so
>         libid3-3.8.so.3 (libc6) => /usr/lib/libid3-3.8.so.3
>         libid3-3.8.so.3 (libc6) => /usr/local/lib/libid3-3.8.so.3
>
> and have tried to build easytag to no avail
>
>
> john:~/src/easytag-1.1$ ./configure
> ....
> checking for library containing ID3Tag_Link... no
> configure: error: id3lib not found


Hi.

I don't have this installed, but in other cases, I happened to have this kind 
of problems because of pkg-config. Some libs install files 
in /usr/local/pkg-config, other in /usr/lib/pkgconfig... and so on. I think 
pkg-config changed some rules not too much ago, and some libs might not be 
updated. I'd suggest you checking this. I also have a link 
pkg-config->pkgconfig. Some people here told me that this shouldn't be 
needed, but I found that my life was easier with it.

        Alberto
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to