https://bz.apache.org/ooo/show_bug.cgi?id=127434
--- Comment #6 from [email protected] --- The component_* symbols are definitely exported from that library: $ nm -D libucpdav1.so |grep ' T ' 000000000004b8e8 T _fini 000000000000ea98 T _init 000000000000f988 T component_getFactory 000000000000f978 T component_getImplementationEnvironment AFAICT that component_getImplementationEnvironmentExt symbol was never exported from any ucb library. Why would system serf make a difference? Our main/RepositoryExternal.mk is not particularly revealing. Please provide the output of "ldd" and "nm -D" on your libucpdav1.so with internal serf. -- You are receiving this mail because: You are the assignee for the issue.
