rpath joy

Patrice Dumas pertusus at free.fr
Mon Jun 12 10:29:00 UTC 2006


On Mon, Jun 12, 2006 at 11:20:52AM +1200, Michael J. Knox wrote:
> No, I don't have a build.log, I am just builing this in my normal 
> rpmbuild root like so"rpmbuild -bi ntop.spec"

>From which src.rpm?

> I found a patch from PLD Linux that addresses the problem, the do:
> 
> --- ntop/plugins/Makefile.am	2004-11-11 10:12:52.000000000 +0000
> +++ ntop.new/plugins/Makefile.am	2005-01-01 21:09:57.376911224 +0000
> @@ -42,16 +42,6 @@
>  #
>  # The meat for ntop
>  #
> -noinst_PROGRAMS = \
> -                  icmpPlugin.so \
> -                  lastSeenPlugin.so \
> -                  netflowPlugin.so \
> -                  pdaPlugin.so \
> -                  rrdPlugin.so \
> -                  snmpPlugin.so \
> -                  sflowPlugin.so \
> -                  xmldumpPlugin.so
> -
>  lib_LTLIBRARIES = \
>                    libicmpPlugin.la \
>                    liblastSeenPlugin.la \
> --- ntop-3.2/plugins/Makefile.am~	2006-01-02 02:11:46.000000000 +0200
> +++ ntop-3.2/plugins/Makefile.am	2006-01-02 02:47:33.000000000 +0200
> @@ -42,7 +42,7 @@
>  #
>  # The meat for ntop
>  #
> -lib_LTLIBRARIES = \
> +plugin_LTLIBRARIES = \
>                    libicmpPlugin.la \
>                    liblastSeenPlugin.la \
>                    libnetflowPlugin.la \
> 
> seems the change from lib_LTLIBRARES to plugin_LIBRARIES fixes it?

Indeed with plugin_LTLIBRARIES libtool will do the usual install in 
the plugin dir, but there should be some changes elsewhere, as previously
there was something installed in the plugin dir - even though not by 
libtool?

--
Pat




More information about the fedora-extras-list mailing list