Thread: [Arsperl-users] is it possible to run the arsperl on another machine that where the Remedy is insta
Brought to you by:
jeffmurphy
|
From: Serouche R. <ser...@dc...> - 2007-01-29 11:52:39
|
it is maybe a stupid question. But please confirm or deny. Thank you. Serouche |
|
From: Michiel B. <mic...@gm...> - 2007-01-29 15:58:12
|
yes, you can, but the platform has to be supported by Remedy (that means; the API files must be available for that platform). You can then install ARSPerl as per the instructions on the website. -- Michiel On 1/29/07, Serouche Rahimpour <ser...@dc...> wrote: > it is maybe a stupid question. > But please confirm or deny. > Thank you. > Serouche > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > |
|
From: Serouche R. <ser...@dc...> - 2007-01-30 08:58:03
|
many thanks to you Michiel and also to Brent Bowman, Scott and Mark for the feedbacks. Hopefully I'll be able to do something useful with them. By the time I have another problem which is somehow related to this actual post. Here it is: > make test cc -c -I/opt/remedy/api/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xdepend -DVERSION=\"1.84\" -DXS_VERSION=\"1.84\" -KPIC -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -g -DARS32 -DARS452 -DPERL_PATCHLEVEL_IS=6 -DPERL_SUBVERSION_IS=1 -DPERL_BASEREV_IS=50 ARS.c sh: cc: not found *** Error code 1 make: Fatal error: Command failed for target `ARS.o' I am suspecting an issue with the c compiler. But at this stage I don't dare to contact my sys admins for some reasons. Or better to say I would prefer resolving my problems myself. Anyway therefore I though maybe I could try another machine. But before spending time on this new task I'd like to have some outputs from you guys. I assume as experts you gonna give me some useful thoughts. Many thanks in advance. Serouche Michiel Beijen wrote: > yes, you can, but the platform has to be supported by Remedy (that > means; the API files must be available for that platform). > You can then install ARSPerl as per the instructions on the website. > > -- > Michiel > > On 1/29/07, Serouche Rahimpour <ser...@dc...> wrote: > >> it is maybe a stupid question. >> But please confirm or deny. >> Thank you. >> Serouche >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Arsperl-users mailing list >> Ars...@ar... >> https://lists.sourceforge.net/lists/listinfo/arsperl-users >> >> > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
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 |