Re: Problems with rsh command

2002-08-19 Thread Tanton Gibbs
One thing you might check is your PERL5LIB environment variable when you rsh vs when you login. It could be that rsh does not run your .profile and therefore does not set up your environment variables thereby prohibiting perl from seeing the appropriate libraries. - Original Message -

RE: Problems with rsh command

2002-08-19 Thread Nikola Janceski
the time anyway. -Original Message- From: Tanton Gibbs [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 3:44 PM To: Nikola Janceski; Beginners (E-mail) Subject: Re: Problems with rsh command One thing you might check is your PERL5LIB environment variable when you rsh

RE: Problems with rsh command

2002-08-19 Thread Nikola Janceski
Janceski [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 3:50 PM To: 'Tanton Gibbs'; Beginners (E-mail) Subject: RE: Problems with rsh command nope.. then it would be able to get that far. Remember I have: use XML::Simple; Which calls other modules (XML::SAX etc.) but stranger

Re: Problems with rsh command

2002-08-19 Thread drieux
On Monday, August 19, 2002, at 12:42 , Nikola Janceski wrote: [..] but if run it via an rsh command (on the same host for now): /bin/rsh host1 /yyy/TreeInfo/tmp/gather_os_info.pl I get the following error: Can't locate object method new via package XML::SAX::PurePerl (perhaps you forgot to

Re: Problems with rsh command

2002-08-19 Thread drieux
On Monday, August 19, 2002, at 02:40 , Nikola Janceski wrote: host1 is one host. the only host that I have been testing this on. via command line it works. via rsh command line it doesn't. via rsh to command prompt, then command lining it, it works. if you do an rsh farhost you