Re: [Arsperl-users] is it possible to run the arsperl on another machine that where the Remedy is i
Brought to you by:
jeffmurphy
|
From: <cla...@be...> - 2007-01-29 14:45:21
|
It is possible but you need to have the ARS API=20 libraries on that system and you need to make sure that=20 they are somwhere in your library path. For example, on solaris if you have the library files in=20 /usr/ar/api/. (You can do the unstallation by taring up=20 the api directory on the server and copying it to your=20 client system) When you run 'crle' the '/usr/ar/api/lib' directory should show up=20 in the output. In crle the last two lines of output is the=20 command line to set up the library environment in it's current state. If your library path is not in the list of directories listed after the '-l'=20 in the command line just add :/usr/ar/api/lib to the end of the directory listing=20 and run that command line. Example: crle -c /var/ld/ld.config -l /lib:/usr/lib:/usr/local/lib:/U01/app/oracle/product/920/lib:/usr/ar/api /lib Clayton > -----Original Message----- > From: ars...@ar...=20 > [mailto:ars...@ar...] On Behalf Of=20 > Serouche Rahimpour > Sent: January 29, 2007 6:52 AM > To: ARSperl User Discussion > Subject: [Arsperl-users] is it possible to run the arsperl on=20 > another machine that where the Remedy is installed >=20 > it is maybe a stupid question. > But please confirm or deny. > Thank you. > Serouche >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the=20 > chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge &CID=3DDEVDEV > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users >=20 |