It looks like you  are trying to compile ARSperl against the 7.1 API 
which doesn't work with ARSperl 1.90.
(I'm deducing this from the AR_SERVER_INFO_DB_MAX_ATTACH_SIZE constant 
in the error message; correct me if I'm wrong about this.)

ARSperl 1.90 can be compiled with the 7.0 API, which should run against
a 7.1 server without problems. (If you don't have the libraries, you can
download them from http://arswiki.org/projects/arapi/downloads).

Alternatively you might download the developer version of ARSperl via
CVS, which can be compiled with the ARS 7.1 API (See the section
"Anonymous CVS Access" at http://sourceforge.net/cvs/?group_id=116013).


Moreover, you'll have to change line 114 of Makefile.PL from
    $ARS_LIBS .= " -lpthread -licuuc -licui18n";
to
    $ARS_LIBS .= " -lpthread -licuucbmc -licui18nbmc";



Regards,
Thilo


[EMAIL PROTECTED] wrote:
> Hi All,
> 
> Trying to setup ARSperl 1.90. Getting an error:
> 
> Generating serverTypeInfoHints.h .
> cant map "The" to an artype for "AR_SERVER_INFO_DB_MAX_ATTACH_SIZE"
> something went wrong when i ran ""/opt1/app/perl/bin/perl" infra/exsi.pl 
> < "/opt1/app/dbsmwvztdd03/api/include/ar.h" > serverTypeInf
> 
> oHints.h" (rv = 65280, expected 0) at Makefile.PL line 242.
> 
> 
> Not sure how to proceed.  Could you direct me to the correct location to 
> get better installation/trouble shooting information. Any help would be 
> appreciated
> 
> Thank you,
> Tom
> 
> 
> The information contained in this message and any attachment may be
> proprietary, confidential, and privileged or subject to the work
> product doctrine and thus protected from disclosure.  If the reader
> of this message is not the intended recipient, or an employee or
> agent responsible for delivering this message to the intended
> recipient, you are hereby notified that any dissemination,
> distribution or copying of this communication is strictly prohibited.
> If you have received this communication in error, please notify me
> immediately by replying to this message and deleting it and all
> copies and backups thereof.  Thank you.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Arsperl-users mailing list
> Arsperl-users@arsperl.org
> https://lists.sourceforge.net/lists/listinfo/arsperl-users


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to