Re: [Arsperl-users] Using ARS perl and moving from Solaris to Linux

2011-02-04 Thread Conny.Martin
the api files ars OS-dependent! You'll have to use the api files which comes with the server installation. Kind Regards Conny -Ursprüngliche Nachricht- Von: J.P. Brannan [mailto:j...@cornell.edu] Gesendet: Freitag, 4. Februar 2011 21:52 An: ARSperl User Discussion Betreff:

Re: [Arsperl-users] ARSperl with ARS 7.5 running on 64bit

2010-02-08 Thread Conny.Martin
Hi Sean, IMHO there should be no problem connecting with a 6.3 Api client to a 7.5 server. Give it a try. Kind Regards Conny Von: Sean Harrodine [mailto:sean_rem...@yahoo.co.uk] Gesendet: Montag, 8. Februar 2010 17:20 An: arsperl-users@arsperl.org Betreff:

Re: [Arsperl-users] Error using ARSperl

2009-11-14 Thread Conny.Martin
in 7.5 not all the necessary libs are in /install_dir/api/lib directory. Some of them reside in /install_dir/bin IMHO the following libraries are missing libicuucbmc.so.32 libicudatabmc.so.32 libicui18nbmc.so.32 HTH Kind Regards Conny -Ursprüngliche Nachricht- Von: Lane Vance

Re: [Arsperl-users] ARSperl installation on Linux: undefined symbol:ucnv_open_3_2

2009-05-29 Thread Conny.Martin
Sree, your'e missing some libraries. Note (probably harmless): No library found for -licuucbmc Note (probably harmless): No library found for -licui18nbmc You should also append -licudatabmc to $ARS_LIBS These 3 libs must exist in /x/home/soggu/ARS/lib

Re: [Arsperl-users] ars_GetListEntry

2009-04-13 Thread Conny.Martin
Steve, the example is not correct. (@entries = ars_GetListEntry($ctrl, $schema, $qual, 0 , 0)) should work. Kind Regards Conny Von: Steve McDonald [mailto:steve_mcdon...@choicehotels.com] Gesendet: Montag, 13. April 2009 20:21 An: ARSperl User Discussion

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-25 Thread Conny.Martin
You will have to call all functions with UTF8-encoded data. If you do not, your data will get corrupted. Kind Regards Conny Von: Michiel Beijen [mailto:mich...@beefreeit.nl] Gesendet: Mittwoch, 25. März 2009 08:53 An: ARSperl User Discussion Betreff: Re:

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-24 Thread Conny.Martin
setting the encoding via lang parameter doesn't work. Try setting env-Variable LANG=en_US.utf8 Or you can use the attached patch, which introduces a new parameter (charSet) to ars_Login where you can specify the encoding. Possible (tested) values are utf8 1252 1250 HTH Kind Regards