Ethereal-users: Re: [ethereal-users] Moving Executable

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 13 Aug 1999 09:34:56 -0500
On Fri, Aug 13, 1999 at 01:41:10AM -0500, Guy Harris wrote:
> 
> It's probably dynamically linked with the SNMP library; if so, to run
> it, you'd either have to
> 
>         1) install the shared SNMP library on the destination system;
> 
>         2) build it on the destination system (in which case it should
>            run on the source system - but it'll lack SNMP support);
> 
>         3) hand-tweak the Makefile to statically link with the SNMP
>            library, and rebuild it on the system that has the SNMP
>            library (which would require that the system also have a
>            static version of the SNMP library).

Or 4), rebuild it on the original system _without_ SNMP support, using
the "./configure --disable-snmp" option.

--gilbert