p5-GSSAPI does not build

Steinar Børmer steinab at ifi.uio.no
Sun Apr 9 20:23:23 UTC 2006


Anton Berezin wrote:

| On Sun, Apr 09, 2006 at 01:32:54PM +0200, Steinar Bormer wrote:
| > Greetings,
| > 
| > /usr/ports/security/p5-GSSAPI does not build.  The reason seems to
| > be that the Makefile.PL calls for:
| > 
| > ABSPERL = /usr/ports/security/p5-GSSAPI/work/GSSAPI-0.21/0
| > 
| > This "0" does not exist, as can be seen right before the 
| > "*** Error code 127" in the following:
| 
| > # uname -sr
| > FreeBSD 6.0-RELEASE-p6
| > 
| > # which perl
| > /usr/bin/perl
| > 
| > # /usr/bin/perl --version
| > This is perl, v5.8.8 built for i386-freebsd-64int
| > (with 1 registered patch, see perl -V for more detail)
| 
| > ===>  Configuring for p5-GSSAPI-0.21
| > perl: warning: Setting locale failed.
| > perl: warning: Please check that your locale settings:
| >         LC_ALL = (unset),
| >         LANG = "no_NO.ISO8859-1"
| >     are supported and installed on your system.
| > perl: warning: Falling back to the standard locale ("C").
| 
| I'd like to know two things:
| 
| - is it a jail?
| - what is the output of ldd /usr/local/bin/perl5.8.8 ?

Thanks, that did the trick.  perl was built with libc.so.5.  A rebuild
of perl was all I needed.

-- 
SB

When in doubt, use brute force.
                -- Ken Thompson


More information about the freebsd-ports mailing list