Re: [Arsperl-users] ARSperl installation on Linux: undefined symbol:ucnv_open_3_2
Brought to you by:
jeffmurphy
|
From: <Con...@t-...> - 2009-05-29 08:30:25
|
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 aradmin@affhc151:/apps/ars/ars710p2/api/lib> ll libicu* lrwxrwxrwx 1 aradmin ars 19 2008-05-06 13:31 libicudatabmc.so -> libicudatabmc.so.32 lrwxrwxrwx 1 aradmin ars 21 2008-05-06 13:31 libicudatabmc.so.32 -> libicudatabmc.so.32.0 -rwxr-xr-x 1 aradmin ars 9802163 2007-10-22 20:08 libicudatabmc.so.32.0 lrwxrwxrwx 1 aradmin ars 19 2008-05-06 13:31 libicui18nbmc.so -> libicui18nbmc.so.32 lrwxrwxrwx 1 aradmin ars 21 2008-05-06 13:31 libicui18nbmc.so.32 -> libicui18nbmc.so.32.0 -rwxr-xr-x 1 aradmin ars 1255872 2006-08-24 21:39 libicui18nbmc.so.32.0 lrwxrwxrwx 1 aradmin ars 17 2008-05-06 13:31 libicuiobmc.so -> libicuiobmc.so.32 lrwxrwxrwx 1 aradmin ars 19 2008-05-06 13:31 libicuiobmc.so.32 -> libicuiobmc.so.32.0 -rwxr-xr-x 1 aradmin ars 45645 2006-08-24 21:39 libicuiobmc.so.32.0 lrwxrwxrwx 1 aradmin ars 17 2008-05-06 13:31 libicuucbmc.so -> libicuucbmc.so.32 lrwxrwxrwx 1 aradmin ars 19 2008-05-06 13:31 libicuucbmc.so.32 -> libicuucbmc.so.32.0 -rwxr-xr-x 1 aradmin ars 935836 2006-08-24 21:39 libicuucbmc.so.32.0 Kind Regards Conny ________________________________ Von: Oggu, Sree [mailto:so...@pa...] Gesendet: Freitag, 29. Mai 2009 01:12 An: ars...@ar... Cc: Devarasu, Ragu; Voderhobli,Kishor Betreff: [Arsperl-users] ARSperl installation on Linux: undefined symbol:ucnv_open_3_2 * I am trying to install ARSperl-1.91 on linux using perl 5.8.5. ARSVERSION = 7.10 $ uname -a Linux aus-ppdoicm-01 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 athlon i386 GNU/Linux * Enclosed are - file that has the output of steps to build ARSperl. - version of perl used * Steps to build and install ARSperl resulted as follows - perl Makefile.PL - succeeded - make - succeeded - make test - failed - Googling for this error brought me to this thread. However, the suggestion they made does not apply to us as $ARS_LIBS .= " -lpthread -licuucbmc -licui18nbmc"; http://www.mail-archive.com/ars...@ar.../msg00253.html Any help to resolve this is greatly appreciated. Sree |