The libicu*bmc.so files should probably be in the "api/lib" directory. 
At least they have to be available somewhere on your machine. Moreover, 
they must be found, which means that you might have to run the 
"ldconfig" command on the directory where they are located, or add the 
directory to the LD_LIBRARY_PATH.

Regards,
Thilo


Bruno Manuel Pinto Gomes wrote:
> Hi,
> 
> I'm getting the following error message:
> Can't load 
> '/cm/ot/CMA/CM_TOOL!GMS.NEW_ARS_VERSION/build_G!68.IP.L3/pm/external_perl_lib/i686-linux/auto/ARS/ARS.so'
>  
> for module ARS: 
> /cm/ot/CMA/CM_TOOL!GMS.NEW_ARS_VERSION/build_G!68.IP.L3/pm/external_perl_lib/i686-linux/auto/ARS/ARS.so:
>  
> undefined symbol: ucnv_open_3_2 at 
> /cm/ot/TOOL/PERL!13.0.2/build_G!68.IP.L3/pm/lib/i686-linux/DynaLoader.pm 
> line 206.
>  at /auto/home/gms/work/REMEDY/queryRemedy.pl line 6
> Compilation failed in require at 
> /auto/home/gms/work/REMEDY/queryRemedy.pl line 6.
> BEGIN failed--compilation aborted at 
> /auto/home/gms/work/REMEDY/queryRemedy.pl line 6.
> 
> I google a bit and found this thread 
> http://www.mail-archive.com/arsperl-users@arsperl.org/msg00383.html, 
> which says that I should change the Makefile.PL to this:
> 
> $ARS_LIBS .= " -lpthread -licuuc -licui18n";
> 
> To
> 
> $ARS_LIBS .= " -lpthread -licuucbmc -licui18nbmc";
> 
> I have the last source version of 1.91, so my Makefile.PL is already correct, 
> but I still get the error.
> 
> BTW, I cannot find licuucbmc nor licui18nbmc inside my api/lib directory. 
> Where should they be?
> 
> Thanks in advance.
> 
> Cheers. 
> 
> Bruno Gomes
> PT: +351 966 175 401
> BE: +32 485 937 881
> brunogome...@yahoo.com
> brunogome...@gmail.com
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> 
> 
> ------------------------------------------------------------------------
> 
> 
> 
> --
> Arsperl-users mailing list
> Arsperl-users@arsperl.org
> https://lists.sourceforge.net/lists/listinfo/arsperl-users


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword


--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to