Re: [Arsperl-users] Make Errors

2009-02-18 Thread Axton
Your problem probably lies in this: sun4-solaris-64int Axton Grams The opinions, statements, and/or suggested courses of action expressed in this E-mail do not necessarily reflect those of BMC Software, Inc. My voluntary participation in this forum is not intended to convey a role as a

[Arsperl-users] Impersonate User

2008-10-30 Thread Axton
Is the c function ARSetImpersonatedUser implemented in arsperl 1.91? Thanks, Axton Grams - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with M

Re: [Arsperl-users] ARSperl 1.91 make test errors

2008-09-09 Thread Axton
This should be changing with 7.5; except that you will be required to have a 64-bit perl interpreter, except on the windows platform. Axton Grams On Tue, Sep 9, 2008 at 2:21 PM, Rusty Copeland <[EMAIL PROTECTED]>wrote: > perl 64 bit will not load a 32 bit library, in my experience.

Re: [Arsperl-users] ARSperl 1.91 make test errors

2008-09-09 Thread Axton
The path will control which perl is used. Other solutions, maybe you already have a 32-bit perl interpreter on the host. Look under these directories: /usr/perl5/site_perl /usr/perl5/vendor_perl Axton On Tue, Sep 9, 2008 at 1:35 PM, Vaughan, Mark < [EMAIL PROTECTED]> wrote: > Are

Re: [Arsperl-users] Make test errors for ARSperl-1.91 on Solaris 10

2008-09-04 Thread Axton
_errstr; printStatus( $ret, 3, 'set vui' ); Is there more detailed output from the tests that is available? Specifically, where does the output from "print "SET VUI $vuiId_New\n";" and family go? Axton Grams On Thu, Sep 4, 2008 at 10:02 AM, Andrews, Anthony <

Re: [Arsperl-users] Make test errors for ARSperl-1.91 on Solaris 10

2008-09-03 Thread Axton
What version/patch of the api is located in /opt/remedy/api? Axton Grams On Wed, Sep 3, 2008 at 2:49 PM, Andrews, Anthony < [EMAIL PROTECTED]> wrote: > I took the first bit of your advice and did a search for that file to add > it's location to the LD_LIBRARY_PATH. &

Re: [Arsperl-users] Make test errors for ARSperl-1.91 on Solaris 10

2008-09-03 Thread Axton
ibicudatabmc.so.32 is included in your LD_LIBRARY_PATH. Also, it appears you are using a 64-bit perl interpreter. Axton Grams On Wed, Sep 3, 2008 at 1:35 PM, Andrews, Anthony < [EMAIL PROTECTED]> wrote: > I am trying to install ARSperl-1.91 on to a Sun Sparc box running Solaris > 10

Re: [Arsperl-users] ARSPerl-1.74 for Remedy 6.3 on Solaris 10

2008-09-03 Thread Axton
ing the -v option to perl and looking at the first few lines of output, e.g.: This is perl, v5.6.1 built for sun4-solaris-64int This is perl, v5.8.8 built for sun4-solaris This is perl, v5.6.0 built for sun4-solaris-thread-multi Axton Grams On Tue, Sep 2, 2008 at 1:27 PM, Pastori, Chuck <[EM

Re: [Arsperl-users] Compiling ARSPerl-1.91 on RHEL 64bit

2008-09-03 Thread Axton
: - compile arsperl as 32-bit (-m32) - use a 32-bit perl interpreter to load the arsperl pm Axton Grams 2008/9/2 KOBORI Akii <[EMAIL PROTECTED]> > What will you do to operate 32bit perl on RHEL5(x86-64)? > > I am glad when I have you teach it. > > > > > I was only able to g

Re: [Arsperl-users] Compiling ARSPerl-1.91 on RHEL 64bit

2008-05-16 Thread Axton
You can run both 32-bit and 64-bit programs on 64-bit linux. Compile arsperl 32-bit by setting the CPPFLAGS to include -m32: $ export CPPFLAGS="${CPPFLAGS} -m32" Axton Grams On Thu, May 15, 2008 at 7:33 PM, Rusty Copeland <[EMAIL PROTECTED]> wrote: > Chris, > > In the

Re: [Arsperl-users] Moving installation between servers

2008-01-31 Thread Axton
I've always compiled it on the machine with the compiler, the tar'd the build directory, moved it to the new machine, the perform the make install on the target machine. Directory structure, perl version, ars install dir, etc. are all the same between the machines I maintain. Axton Gra

Re: [Arsperl-users] Manually passing arguments to a cgi program

2007-11-13 Thread Axton
man wget see the --post-data option Axton Grams On Nov 13, 2007 12:17 PM, Steve McDonald <[EMAIL PROTECTED]> wrote: > > > Can anyone help me with the syntax for passing arguments to a cgi program > via the unix command line? Someone else is writing the web interface to the >

Re: [Arsperl-users] Need assitance in Installing ARSperl

2007-10-23 Thread Axton
What platform and OS? I've had better luck with native compilers on many platforms (e.g., SUNWspro's cc on Solaris). Axton Grams On 10/23/07, VS, Shreyas <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > Can you please assist me in installing ARSperl as

Re: [Arsperl-users] Inserting a date in ARSPerl

2007-10-17 Thread Axton
"I don't know why they chose 4713 BC as the starting year." http://en.wikipedia.org/wiki/Julian_Period Axton On 10/17/07, Thilo Stapff <[EMAIL PROTECTED]> wrote: > The BMC "Form and Application Objects" Guide says: > > Users can enter dates from Jan

Re: [Arsperl-users] Using ARSPerl to Build a Web Interface

2007-06-29 Thread Axton W Grams/NYLIC
gs like this to mature is for people to use it and report back to the vendor. Axton Grams That's what I get for writing an email in a hurry :) I wasn't all that clear on what I was asking. What I was asking originally was not how to maintain state (that I knew), what I was wonderi

Re: [Arsperl-users] Using ARSPerl to Build a Web Interface

2007-06-26 Thread Axton W Grams/NYLIC
. Axton Grams "Mike Wallick" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 06/26/2007 12:15 PM Please respond to ARSperl User Discussion To arsperl-users@arsperl.org cc Subject [Arsperl-users] Using ARSPerl to Build a Web Interface Hey all. So I'm working on a proo

Re: [Arsperl-users] What's the download path for getting the linux version of the API includes/libs etc, please?

2007-05-11 Thread Axton W Grams/NYLIC
I have them hosted on ARSwiki.org: http://arswiki.org/projects/arapi I only have up to patch 1 for 7.0.1 though. Go to the downloads tab for the packaged api's. Axton Grams "Richard Hellier" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/11/2007 01:38 PM Please re