From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 1 09:08:22 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2A016A4CE for ; Wed, 1 Sep 2004 09:08:22 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE9143D45 for ; Wed, 1 Sep 2004 09:08:21 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.12.11/8.12.11) with ESMTP id i8198Dhg029076 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 1 Sep 2004 11:08:14 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.12.11/8.12.11/Submit) id i8198Du6029075; Wed, 1 Sep 2004 11:08:13 +0200 (CEST) (envelope-from karelj) Date: Wed, 1 Sep 2004 11:08:09 +0200 From: "Karel J. Bosschaart" To: Mark Message-ID: <20040901090809.GA29057@kayjay.xs4all.nl> References: <200408311944.i7VJiEck037895@redtick.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408311944.i7VJiEck037895@redtick.homeunix.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-multimedia@freebsd.org Subject: Re: launchcast X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 09:08:22 -0000 On Tue, Aug 31, 2004 at 02:44:14PM -0500, Mark wrote: > more info on my own request: > > found this perl script on hacks.oreilly.com, but no joy A while back I used this script successfully on FreeBSD. > This being the error msg : > Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.4/mach /usr/local/lib/perl5/site_perl/5.8.4 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.4/BSDPAN /usr/local/lib/perl5/5.8.4/mach /usr/local/lib/perl5/5.8.4 .) at ./launch.pl line 5. > > Are PAN mods not loaded with the perl5.8? or is this something diff?? You need to install the devel/p5-POE-Component-Client-UserAgent-0.05 port. It will install quite a bunch of p5- dependencies... However, trying the script now gives me a 'Could not extract medialog.asp url!'. I guess the launch site has changed and the script needs to be adapted accordingly. Karel.