pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lang/perl5 Makefile is broken for AIX





Joerg Sonnenberger wrote:
On Wed, Feb 11, 2009 at 10:17:29AM -0500, Louis Guillaume wrote:
Is something missing here?

Yeah, two \ :) Fixed now.

Joerg - the package built fine and everything but we're left with the libraries in odd places that the system doesn't find by default:

# ldd $(which perl)
/usr/pkg/bin/perl needs:
Cannot find libperl.a(libperl.o)
         /usr/lib/libnsl.a(shr_64.o)
         /usr/lib/libpthreads.a(shr_xpg5_64.o)
         /usr/lib/libc.a(shr_64.o)
         /usr/lib/libtli.a(shr_64.o)
         /usr/lib/libC.a(shr2_64.o)
         /usr/lib/libC.a(shr3_64.o)
         /unix
         /usr/lib/libcrypt.a(shr_64.o)
         /usr/lib/libc.a(pse_64.o)
         /usr/lib/libC.a(shrcore_64.o)
         /usr/lib/libC.a(ansicore_64.o)

# find /usr/pkg/lib/ -name "libperl*"
/usr/pkg/lib/perl5/5.10.0/powerpc-aix-thread-multi-64all/CORE/libperl.a
/usr/pkg/lib/perl5/5.10.0/powerpc-aix-thread-multi-64all/CORE/libperl.o
/usr/pkg/lib/perl5/5.10.0/powerpc-aix-thread-multi-64all/CORE/libperl_nonshr.a

Louis

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Home | Main Index | Thread Index | Old Index