From owner-freebsd-questions@FreeBSD.ORG Fri May 19 23:41:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B9A816A444 for ; Fri, 19 May 2006 23:41:49 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D2643D62 for ; Fri, 19 May 2006 23:41:47 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k4JNfjOT043440; Fri, 19 May 2006 18:41:46 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <446E57B4.1020300@daleco.biz> Date: Fri, 19 May 2006 18:41:40 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060509 SeaMonkey/1.0.1 MIME-Version: 1.0 To: Pelle Andersson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Webmin fails after last portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 23:41:50 -0000 Pelle Andersson wrote: > Hello List! > After the last portupgrade, Webmin is failing: > > freebsd410# /usr/local/etc/rc.d/./webmin.sh start > Starting webmin. > /usr/libexec/ld-elf.so.1: > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Authen/PAM/PAM.so: > Undefined symbol "SvPV_nolen" > > > ld-elf.so.1 exists: > freebsd410# find /* -name ld-elf.so.1 > /usr/libexec/ld-elf.so.1 > > > cd /usr/ports/sysutils/webmin && make deinstall && make reinstall clean > (did not do the trick) > > > uname -a: > freebsd410# uname -a > FreeBSD frodo.filmbetyg.nu 4.10-RELEASE-p23 FreeBSD 4.10-RELEASE-p23 #10: > Thu May 18 13:11:54 CEST 2006 > root@freebsd410:/usr/obj/usr/src/sys/FBOPTI i386 > > > Im not sure if this is a specific FreeBSD error, or a problem with Perl (or > other). > Doesn't not know what "SvPV_nolen" is either. Googling does not make me any > smarter :-/ Was this a complete portupgrade? That perl looks quite old. Did you catch this in ports/UPDATING? 20050624: AFFECTS: users of lang/perl5.8 AUTHOR: tobez@FreeBSD.org lang/perl5.8 has been updated to 5.8.7. You should update everything depending on perl. The easiest way to do that is to use perl-after-upgrade script supplied with lang/perl5.8. Please see its manual page for details. HTH, Kevin Kinsey -- Q: How many marketing people does it take to change a lightbulb? A: I'll have to get back to you on that.