Skip Menu |

This queue is for tickets about the Audio-TagLib CPAN distribution.

Report information
The Basics
Id: 18003
Status: resolved
Priority: 0/
Queue: Audio-TagLib

People
Owner: Nobody in particular
Requestors: theaney [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.4.1
Fixed in: 1.62



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
Uh, yeah, by default I assume it should be /lib. In future release I locate it via `taglib-config --prefix', that be better. Thanks for trying;-) On Sun Mar 05 20:14:00 2006, guest wrote: Show quoted text
> > 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
Makefile.PL updated. Fixed in next release. Ticket closed. dongxu