Something I've been doing for 1.1.X for some time, is reflecting the -rpath $ORIGIN link flags into the handful of components which are not already compiled in OOo with that link option which allows prelink to find the dependancies of the OOo libs allowing a successful prelink i.e. http://www.openoffice.org/issues/show_bug.cgi?id=41018 Might be of interest to other packagers/platforms.
The other day, I noticed that the libcurl.so.3 in a Linux OOo 1.9.72 installation depends on libgcc_s.so (which also comes as part of the OOo installation), but does not have an RPATH. At runtime, this is rather harmless, as libcurl.so will only be loaded by OOo after other libs have already been loaded that bring OOo's libgcc_s.so into the process, so I did not bother to file an issue. However, for things like prelink, this might be an issue (but then again, only for installations of OOo that bring with them their own copies of libcurl.so and libgcc_s.so, like the one built by Sun Hamburg).
-Stephan
C.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
