From owner-freebsd-questions@FreeBSD.ORG Sat Jan 22 00:44:54 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 4C1A7106564A for ; Sat, 22 Jan 2011 00:44:54 +0000 (UTC) (envelope-from robert@webtent.org) Received: from mail.webtent.org (mail.webtent.org [72.64.244.50]) by mx1.freebsd.org (Postfix) with ESMTP id 172138FC08 for ; Sat, 22 Jan 2011 00:44:53 +0000 (UTC) Received: by mail.webtent.org (Postfix, from userid 27458) id 111BAE0817; Fri, 21 Jan 2011 19:25:55 -0500 (EST) Received: from [192.168.1.72] (unknown [192.168.1.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: robert@mail.webtent.org) by mail.webtent.org (Postfix) with ESMTPSA id D9754E07B6 for ; Fri, 21 Jan 2011 19:25:54 -0500 (EST) Message-ID: <4D3A2411.7020401@webtent.org> Date: Fri, 21 Jan 2011 19:25:53 -0500 From: Robert Fitzpatrick Organization: WebTent Networking, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-WebTent-Disclaimer: robert@webtent.org X-Copyrighted-Material: Please visit http://www.webtent.org/privacy.html X-WebTent-ESMTP: Please visit http://www.webtent.com/email for more information Subject: 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:44:54 -0000 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