Chad Harp wrote:
Which version of libintl are the failing applications linked against?

My applications are linked to libintl.so.8

There are currently three active shared libraries, only libintl.so.8 provides libiconv_set_relocation_prefix:
>
$ nm libintl.so.2 | grep libiconv_set_relocation_prefix
$ nm libintl.so.3 | grep libiconv_set_relocation_prefix
$ nm libintl.so.8 | grep libiconv_set_relocation_prefix
[186] | 0| 0|FUNC |GLOB |0 |UNDEF |libiconv_set_relocation_prefix


Well, libintl.so.8 doesn't provide libiconv_set_relocation_prefix but have it as a undefined symbol, i.e to be provided by some other library.

Can you provide a specific test case so I can replicate the problem? (Application, use case, etc)

Unfortunately my applications needs a Oracle database and a bunch of data in it to get to the part of the code where there is a problem.
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to