From owner-freebsd-questions@FreeBSD.ORG Sat Jan 22 00:56:24 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50C5B106564A for ; Sat, 22 Jan 2011 00:56:24 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 0816D8FC0C for ; Sat, 22 Jan 2011 00:56:23 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.186]) by mail.unitedinsong.com.au (Postfix) with ESMTP id A59B45C44 for ; Sat, 22 Jan 2011 11:03:26 +1000 (EST) Message-ID: <4D3A2A6E.5020206@herveybayaustralia.com.au> Date: Sat, 22 Jan 2011 10:53:02 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101227 Thunderbird/3.0.11 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4D3A2411.7020401@webtent.org> In-Reply-To: <4D3A2411.7020401@webtent.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: switching to perl-threaded 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: Sat, 22 Jan 2011 00:56:24 -0000 On 01/22/11 10:25, Robert Fitzpatrick wrote: > I guess I did a stupid thing to 'make deinstall' and then 'make > reinstall' to change my perl option for WITH_THREADS. Now it seems all > my modules are lost as my LWP::Simple does not work anymore. I then > tried to pkg_delete that, successful, and 'perl -MCPAN -e "install > LWP::Simple' only to fail with a lot of these... > > >> Can't load '/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/HTML/Parser/Parser.so >> > What is the best way to handle getting my modules working under threaded > perl? That module in particular was done through CPAN because I couldn't > seem to find a port for it. > > Thanks, Robert > -- > Robert > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > cd /usr/ports/lang/perl && make config (turn on threads) portupgrade -rf lang/perl