Ethereal-users: Re: [Ethereal-users] Re: Problems loading libsnmp-0.4.2.1.so

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 7 May 2001 12:16:50 -0700 (PDT)
> What do ls -l /usr/lib/libsnmp* and ls -l /usr/local/lib/libsnmp* print?
> 
> ls -l /usr/lib/libsnmp*  ==>
> 
> lrwxrwxrwx    1 root     root           18 Apr 26 18:00 
> /usr/lib/libsnmp.so.0 -> libsnmp.so.0.4.1.2
> 
> -rwxr-xr-x    1 root     root       256347 Jul 20  2000 
> /usr/lib/libsnmp.so.0.4.1.2
> 
> 
> 
> ls -l /usr/local/lib/libsnmp* ==>
> 
> -rwxr-xr-x    1 root     root       743151 May  4 13:47 
> /usr/local/lib/libsnmp-0.4.2.1.so
> 
> -rw-r--r--    1 root     root      1366020 May  4 13:47 
> /usr/local/lib/libsnmp.a
> 
> -rwxr-xr-x    1 root     root          649 May  4 13:47 
> /usr/local/lib/libsnmp.la
> 
> lrwxrwxrwx    1 root     root           18 May  4 13:47 
> /usr/local/lib/libsnmp.so -> libsnmp-0.4.2.1.so

Then I have absolutely no idea why the run-time linker (I'm presuming
that Ethereal *did* compile, but that it failed to run) didn't find
those header files; I'd suggest asking the supplier of the OS you're
running.