Re: orbit-perl talking to JDK 1.4 server
Jason Shupe <[email protected]> Wed, 5 Jun 2002 13:14:02 -0700
| Newsgroups | gmane.comp.gnome.orbit.perl |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 04, 2002 at 02:27:33PM -0700, D Whitney wrote:
<snip>
> I have added my IP address to /etc/hosts.
> I have this in my ~/.orbitrc
> ORBIIOPIPv4=1
> ORBIIOPUSock=1
<snip>
use the following at the top of your perl instead of editing ~/.orbitrc
as ~/.orbitrc will effect the security of your gnome desktop... (if you
use gnome)
BEGIN { unshift @ARGV, qw(-ORBIIOPIPv4 1); }
dunno about ORBIIOPUSock...