Hi it seems easy but it drives me crazy:
I have a perl module using Text:Unaccent which I compiled. I installed libiconv as well. Now when I run a script using my module it gives me:
Can't load '/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Text/Unaccent/Unaccent.so' for module Text::Unaccent: libiconv.so.2: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/DynaLoader.pm line 230.
What is wrong? I have libiconv.so and libiconv.2.so in /usr/lib and /usr/local/lib
When I print the LD_LIBRARY_PATH enviroment variable I get /usr/lib:/usr/local/lib
Please help ? :)