HELP! - Running Perl from an Active Link.
Brought to you by:
jeffmurphy
|
From: Mark B. <mar...@bc...> - 1998-12-08 01:23:19
|
Hi All,
I have been debugging for most of the day and am at wits end. I have
boiled my problem down to the following script:
#!/usr/local/bin/perl
#use ARS;
#$ctrl = ars_Login("arsserver", "mark_borghardt", "password") || die
"can't login to the server: $ars_errstr";
printf("asdf\n");
exit 0;
This script is run via an active link set fields. If I run it as shown
it works perfectly.
If I uncomment the "use ARS" and "$ctrl ..." lines I get a server
timeout error. If I run the script from the UNIX command line it ALWAYS
works.
I have checked the environments and made them as equal as possible.
LD_LIBRARY_PATH and ARHOME are the same.
Any ideas?
--
Mark Borghardt Email: ma...@wi...
Micronix Computer Consulting Home: (604) 552-9741
* Think outside the box *
BCTel Advanced Communications Phone: (604) 454-5211
Email: mar...@bc...
---------------------------------------------------------------------------
To unsubscribe from this list, send mail to maj...@lu...
with a body of "unsubscribe arsperl". The subject line is ignored.
---------------------------------------------------------------------------
|