libicu on solaris 9s
Laurent Blume
laurent at opencsw.org
Sun Mar 22 19:37:22 CET 2015
Le 2015/03/22 20:34 +0100, Riccardo Mottola a écrit:
> <ork/solaris9-sparc/build-isa-sparcv9/icu/source/test/letest/letest
> ld.so.1: letest: fatal: libicule.so.54: open failed: No such file or
> directory
> Why would this happen (and why on solaris 9 and not 10)?
Because this lib is installed on S10, and not on S9, so you're actually
testing the already installed library, and not the one you just built.
You could check that by running ldd on your new binaries.
> perhaps some -L -R magic that is missing or anyway different in solaris 10?
No, it all works as expected, except it's not what you want.
Good test scripts know how to handle that by setting LD_LIBRARY_PATH.
This one obviously doesn't.
So it's a pointless test. Disable it.
Laurent
More information about the maintainers
mailing list