Ethereal-dev: Re: [Ethereal-dev] Someone broke the plugins, by the look of things.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 10 Jan 2003 23:56:44 -0800
On Sat, Jan 11, 2003 at 12:21:52AM -0800, Richard Sharpe wrote:
> I get the following problem with the latest CVS on a FreeBSD 4.3
> system:
> 
> mv -f .libs/packet-rngreq-static.lo packet-rngreq-static.lo
> /bin/sh ../../libtool --mode=link gcc  -DINET6 
> -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I../.. -I../../wiretap 
> -I/usr/local/include -I/usr/local/include/gtk-1.2 
> -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include 
> -I/usr/X11R6/include -L/usr/local/lib -o docsis.la -rpath @PLUGIN_DIR@ 
> -module -avoid-version packet-docsis.lo packet-bpkmattr.lo 
> packet-dsarsp.lo packet-macmgmt.lo packet-rngrsp.lo packet-bpkmreq.lo 
> packet-dscack.lo packet-map.lo packet-tlv.lo packet-bpkmrsp.lo 
> packet-dscreq.lo packet-regack.lo packet-uccreq.lo packet-dscrsp.lo 
> packet-regreq.lo packet-uccrsp.lo packet-dsaack.lo packet-dsdreq.lo 
> packet-regrsp.lo packet-ucd.lo packet-dsareq.lo packet-dsdrsp.lo 
> packet-rngreq.lo  
> libtool: link: only absolute run-paths are allowed

Try re-running the configure script; "@PLUGIN_DIR@" has been replaced by
"@plugindir@".  If that still leaves "@PLUGIN_DIR@" in the Makefiles,
try getting rid of all the "config.cache" files and try again.