Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

libperl.a - Debian PPC - Perl 5.8.4

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
mirage4d
Posts: 2
Joined: 2007-03-21 15:39

libperl.a - Debian PPC - Perl 5.8.4

#1 Post by mirage4d »

Hi,

I have a perl Makefile that is failing because it can't link to /usr/lib/libperl.a.
I know this library is shuffled around a bit somewhat with different distros (within /usr/lib/perl/CORE for instance in Slackware), but I can't seem to locate it in Debian PPC. Just wondering if someone can point me to it, or enlighten me as to if it is even present in Debian PPC. Thanks.

shoof
Posts: 379
Joined: 2006-09-08 20:41
Location: My chair

#2 Post by shoof »

It should be in /usr/lib/libperl.a . You may not have the libperl-dev package installed.

Just for future reference you can easily find out where a file is located and which packages contains it by installing apt-file, then apt-file update, apt-file search libperl.a

mirage4d
Posts: 2
Joined: 2007-03-21 15:39

#3 Post by mirage4d »

Nailed it.

Thanks for the info.

Post Reply