From owner-freebsd-questions@FreeBSD.ORG Wed Sep 24 16:16:14 2003 Return-Path: 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 5F9F316A4B3 for ; Wed, 24 Sep 2003 16:16:14 -0700 (PDT) Received: from arthur.silvertree.org (arthur.silvertree.org [64.139.44.194]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D4F443FBF for ; Wed, 24 Sep 2003 16:16:13 -0700 (PDT) (envelope-from archon@silvertree.org) Received: (qmail 90448 invoked from network); 24 Sep 2003 23:16:13 -0000 Received: from localhost.silvertree.org (HELO silvertree.org) (127.0.0.1) by localhost.silvertree.org with SMTP; 24 Sep 2003 23:16:13 -0000 Message-ID: <3F722589.5060000@silvertree.org> Date: Wed, 24 Sep 2003 16:15:21 -0700 From: Scott Schappell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030916 X-Accept-Language: en-us, en MIME-Version: 1.0 To: suleyman References: <200309241802.35578.suleyman@comcast.net> In-Reply-To: <200309241802.35578.suleyman@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: PERLIO=stdio error message- newbie doesnt have a clue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 23:16:14 -0000 suleyman wrote: >I am trying to get dvdrip to run. This is the error message I get >"bash-2.05b$ dvdrip > >You're using Perl 5.8.0 without PERLIO set to 'stdio'. >Most Perl 5.008 installations currently have a bug. >dvd::rip doesn't work with them if PERLIO isn't set. > >I will set PERLIO=stdio for you and restart dvd::rip... > >You can get rid of this messages, by setting PERLIO=stdio >in your ~/.profile, or whatever your shell uses." > >I have added this line "PERLIO=stdio" > >in my .login .cshrc and my .profile files >I usually get this in term $ >then type bash to get bash-2.05b$ >either way after typing dvdrip i get the same message. >Could someone please direct me to info about this. >Thanks, >Suleyman >p.s.-In the last 3 months I have used redhat, suse, gentoo & debian. Finally I >tried FreeBSD 4.8- I love it so far though I have a lot to learn :-) > >_______________________________________________ >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" > > You're running bash, and that has to be in the environment. in your .bashrc and .bash_profile (or equivalent) use PERLIO=stdio; export PERLIO Try that.