AW: [Arsperl-users] I would like to know how to specify a differe nt port (I'm using 9005 instead o
Brought to you by:
jeffmurphy
|
From: Stapff, T. <thi...@ma...> - 2005-06-29 14:13:29
|
You may specify the port as the 6th parameter of the ars_Login-call = (see the manual):=20 ars_Login( $server, $user, $passwd, undef, undef, $port ) As an alternative you may set the ARTCPPORT-Variable in the system environment before you start the script (or "make test"). In the "bash" shell this would be: export ARTCPPORT=3D9005 Regards Thilo -----Urspr=FCngliche Nachricht----- Von: Hupo Perez [mailto:hp...@gm...]=20 Gesendet: Mittwoch, 29. Juni 2005 15:47 An: ars...@ar... Betreff: [Arsperl-users] I would like to know how to specify a = different port (I'm using 9005 instead of 9000) I downloaded ARSperl-1.83 in my redhat 7.3 with ARS 6.0. Note: of course my make test it is failing (I changed Makefile.PL file and config.cache has got the server_name, admin_user_name and admin_passwd) Thanks in advance. Hugo ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users |