On Monday 2013-01-28 12:33, Pablo Neira Ayuso wrote: >> These RPATH entries are indeed undesired for libraries is in a system >> location, which is why libtool produces another copy of the library on >> installation. The makefile however missed using libtool during >> installation (introduced with commit v1.4.17-1-g68e77a2). >> This patch now resolves this. > >I hit this with this patch: > >make[1]: ... >libtool: install: warning: relinking `libxt_AUDIT.la' After looking into this, this output is normal and occurs everytime a .la links to another just-produced .la. This is because ./extensions/libxt_AUDIT.so links to "/home/jengelh/code/iptables/libxtables/.libs/libxtables.so.9" (DT_NEEDED in readelf), but on install needs just "libxtables.so.9" when installed. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html