Just wondering -- did you consider Kinetic Link?
http://www.kineticdata.com/Products/KineticLink.html
(free/opensource)


(There is nothing wrong with using ARSPerl -- just suggesting an alternative -- if it solves your problem)


I think it would avoid all this hassle.


And -- if you are just looking for a scripting language to go against Remedy -- I have a Kinetic Link wrapper - that makes interaction with Ruby to Remedy - even easier.


require 'rubygems'
require 'kinetic/link'

Kinetic::Link.set_connection("Demo","","klinkserver","arserver")

@user = Kinetic::Link.entries("User")




-John



-John




On Mar 18, 2010, at 11:08 AM, William Abdo wrote:

**
Hi All,
I hope your day is going well.
Maybe I am missing the obvious thing here or something like that.
I am wondering if anyone else has experienced this issue and can maybe point me in the correct direction. On 32 bit Redhat Linux, running ARSperl 1.92 (beta) It does not seem to find my libraries.

When I do the perl Makefile.PL I see the following exerts of results.
Perl Makefile.PL
...

Generating serverTypeInfoHints.h ..
Converting C header files to perl modules ..
Configuring with options:
        ARSVERSION  = 7.50
        ARSAPI      = /usr2/api75p2/api
AUTODEFINES = -m32 -g -DDEBUG -D_REENTRANT -lpthread -Wno- unused-variable -Wuninitialized -DARS32 -DARS452 -malign-double - DPERL_PATCHLEVEL_IS=8 -DPERL_SUBVERSION_IS=8 -DPERL_BASEREV_IS=50 ARS_LIBS = -lnsl -lpthread -L/usr2/api75p2/api/lib - libicuucbmc -libicui18nbmc -libicudatabmc
Note (probably harmless): No library found for -libicuucbmc
Note (probably harmless): No library found for -libicui18nbmc
Note (probably harmless): No library found for -libicudatabmc
Writing Makefile for ARS
=== ARSperl 'make test' configuration. ===
...

As you can see there are No Errors, just  Notes  issued.....
So I do the make with questions about the No Library Found lines

make
...
...
gcc: -lpthread: linker input file unused because linking not done

There are No Errors on the make with the exception of the above message is issued.....

Make Install is successful with no errors or messages.

Then the Perl script dies on the "Use ARS;"  line  in the script.

In my thinking, the "No library found" is the key.
When I check the lib path "-L/usr2/api75p2/lib " they are there as the following 32 bit names:.
ibicui18nbmc.so      libicui18nbmc.so.32
libicuucbmc.so         libicuucbmc.so .32
libicudatabmc.so     libicudatabmc.so.32

Did I miss checking something or is there something in the Makefile.PL I missed configuring?

Any assistance is appreciated.




Respectfully,

William Abdo
Verio - Boca Raton
Remedy Administration Group
561-912-2434


_Platinum Sponsor: [email protected] ARSlist: "Where the Answers Are"_

--
John Sundberg

Kinetic Data, Inc.
"Building a Better Service Experience"
Recipient of the WWRUG09 Innovator of the Year Award

[email protected]
651.556.0930  I  www.kineticdata.com








_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

Reply via email to