Subject: | perl Makefile.PL fails on Athlon64 |
Hello.
I tried installing Audio::TagLib from CPAN, but it failed. When I
started to go through the steps by hand, it failed the
perl Makefile.PL
with
ONLY support TagLib version 1.4.* on Linux
But I have TagLib version 1.4.0! I snooped around a bit and discovered
that my libtag.so.1.4.0 is in /usr/lib64, but the pre-check in
Makefile.PL was only looking in /usr/lib. I changed the line
$libpath .= "/lib";
to
$libpath .= "/lib64";
and it built and seems to work fine.
Thanks,
Tim
$ perl -v
This is perl, v5.8.6 built for x86_64-linux-thread-multi
Copyright 1987-2004, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
$ uname -a
Linux calvin.watterson 2.6.15-1.1831_FC4 #1 SMP Tue Feb 7 13:37:59 EST
2006 x86_64 x86_64 x86_64 GNU/Linux