On 12/23/06, john q public <[EMAIL PROTECTED]> wrote:
> Joel Means wrote:
>
> >-----BEGIN PGP SIGNED MESSAGE-----
> >Hash: SHA1
> >
> >john q public wrote:
> >
> >
> >>I have built and installed libid3 (3.8.3) in both /usr/lib and
> >>/usr/local/lib
> >>
> >>
> >>
> >- --snip--
> >
> >
> >>john:~/src/easytag-1.1$ ./configure
> >>...
> >>checking for library containing ID3Tag_Link... no
> >>configure: error: id3lib not found
> >>
> >>
> >- --snip--
> >
> >
> >>so what are they looking for?
> >>
> >>
> >>
> >
> >They are looking for id3lib (http://id3lib.sourceforge.net/).  You
> >installed libid3 (http://freshmeat.net/projects/libid3/).  They are
> >different.
> >Joel
> >-----BEGIN PGP SIGNATURE-----
> >Version: GnuPG v1.4.3 (GNU/Linux)
> >Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >
> >iD4DBQFFjewmSwR1CJetyVERAqtqAJdRq+HJ2iE/1nQ84SRz6Gx8Bu3EAJ47oKXw
> >Ymq8m+0IB6fDKa0SDFfRRQ==
> >=KdIJ
> >-----END PGP SIGNATURE-----
> >
> >
> Well I wish it were that simple but is so happens I only called it
> libid3 because thats what the actual library files are
> called. My bad. Trust me I installed (again and again) id3lib 3.8.3 not
> libid3
>
> Regards and thanks
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>

I have a standard installation of id3lib and easytag configured and
built without complaint. I used no special configure nor compile
options/flags.

my id3lib installation...
/usr/lib/libid3.so -> libid3-3.8.so.3.0.0
/usr/lib/libid3.a
/usr/lib/libid3-3.8.so.3 -> libid3-3.8.so.3.0.0
/usr/lib/libid3.la
/usr/lib/libid3-3.8.so.3.0.0

from easytag-1.1/configure
...
checking for library containing ID3Tag_Link... -lid3 -lz -lstdc++
checking for id3lib version... 3.8.3

I would get rid of one of those id3lib installations.
I can't reproduce the error, but reading config.log, looks like
configure had to try several times to find the right flags for ID3Tag_Link.
Maybe you can use the flags above from a successful configure in
some creative fashion...
-- 
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