Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2011 19:52:08 +0100
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: problem with Perl on FreeBSD - Undefined symbol "PL_sv_undef"
Message-ID:  <20110130185208.GB58420@elch.exwg.net>
In-Reply-To: <0a1701cbc0aa$527c4400$f774cc00$@muni.cz>
References:  <0a1701cbc0aa$527c4400$f774cc00$@muni.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

## Petr Holub (hopet@ics.muni.cz):

> # slaptest
> Error Can't load '/usr/local/lib/perl5/5.8.9/mach/auto/Fcntl/Fcntl.so' for module Fcntl:
> /usr/local/lib/perl5/5.8.9/mach/auto/Fcntl/Fcntl.so: Undefined symbol "PL_sv_undef" at


This looks as if your modules do not match your version of perl, i.e.
some leftover when trying different versions of perl, or when switching
between different variants (threaded/non-threaded or something) of one
perl version. I'd try rebuilding all perl modules or even everything
which uses libperl (might even be all ports which depend on perl, but
then you are rebuilding everything).

Regards,
Christoph

-- 
Spare Space



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110130185208.GB58420>