> I have solaris 2.6 running on a ultra 5. When I try the snoop command I
> get the following message:
> ld.so.1: snoop: fatal: libxfn.so.2: open failed: No such file or
> directory
> Killed.
> Any help would be appreciated
> Thanks,
> Jonathan
> Sent via Deja.com
> http://www.deja.com/
Hi Jonathan,
The error message implies that the "snnop"
application uses the "lib.so.1" library which,
in turn, looks for the "libxfn.so.2" library but
cannot find it. Check the value of your
environment variable LD_LIBRARY_PATH and make
sure it includes the path for the "libxfn.so.2"
library. Beware that there may be more than one
copy of this library. One may actually be a link
and not a real shared object.
HTH,
Avi.