Skip site navigation (1)Skip section navigation (2)
Date:      03 Oct 2005 10:20:19 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        Mark Edwards <mark@antsclimbtree.com>
Cc:        questions@FreeBSD.org
Subject:   Re: Perl / Webmin: ld-elf.so.1 issue
Message-ID:  <44achq3cnw.fsf@be-well.ilk.org>
In-Reply-To: <D8114FF4-D7D3-4CBA-A3E6-913584C2A2CD@antsclimbtree.com>
References:  <54DDCDA4-B94A-4B26-A01A-C1BFD85D40C7@antsclimbtree.com> <44fyrjqysc.fsf@be-well.ilk.org> <D8114FF4-D7D3-4CBA-A3E6-913584C2A2CD@antsclimbtree.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Edwards <mark@antsclimbtree.com> writes:

> On Oct 3, 2005, at 1:33 AM, Lowell Gilbert wrote:
> 
> > Mark Edwards <mark@antsclimbtree.com> writes:
> >
> >
> >> I am getting the following error in the browser when trying to use
> >> webmin's crontab editing feature:
> >>
> >> /usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol
> >> "PL_exit_flags"
> >> crontab: "/usr/local/lib/webmin/cron/cron_editor.pl" exited with
> >> status 1
> >>
> >> I am running perl 5.8.7 from ports, and I have done the whole routine
> >> with setting use.perl port and perl_after_upgrade.
> >>
> >> I notice that there are two /usr/libexec/ld-elf.so.1 files on my
> >> machine:
> >>
> >> -r-xr-xr-x  1 root  wheel    85940 Feb 11  2005 ld-elf.so.1
> >> -r-xr-xr-x  1 root  wheel    85908 Jun 29  2004 ld-elf.so.1.old
> >>
> >> Is that normal?  I reinstalled the perl port to no avail.
> >>
> >
> > Are your ports up to date?
> > [From an up-to-date ports tree?]
> 
> Yes, up to date from cvs as of a week ago or so.  Can anyone suggest
> a way for me to troubleshoot what exactly the problem is?

Well, that symbol is definitely supposed to be present in your perl
executable.  

[E.g., 
[  > strings /usr/local/bin/perl|grep exit_fl
[  PL_exit_flags
[  >

Do you have any perl-related knobs in make.conf, or in pkgtools.conf
(if you used portupgrade for installing)?




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