Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2003 16:15:21 -0700
From:      Scott Schappell <archon@silvertree.org>
To:        suleyman <suleyman@comcast.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: PERLIO=stdio error message- newbie doesnt have a clue
Message-ID:  <3F722589.5060000@silvertree.org>
In-Reply-To: <200309241802.35578.suleyman@comcast.net>
References:  <200309241802.35578.suleyman@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F722589.5060000>