Re: red hat 9 and ** libsavi library NOT FOUND
"David Mitchell" <[email protected]>
| Newsgroups | gmane.comp.security.virus.vtools |
|---|---|
| Organization | Alphalink (Australia) Pty Ltd |
| Message-ID | <[email protected]> |
----- Original Message ----- From: "Covington, Chris" <[email protected]> > I have what appears to be a common problem with sophie 3.04rc2: > > [root@grendel sophie-3.04rc2]# ls -l /usr/local/lib/libsavi* > lrwxrwxrwx 1 root root 21 Feb 18 16:57 > /usr/local/lib/libsavi.so.2 -> libsavi.so.3.2.07.046 > lrwxrwxrwx 1 root root 21 Feb 18 16:57 > /usr/local/lib/libsavi.so.3 -> libsavi.so.3.2.07.046 > -r-xr-xr-x 1 bin bin 1384344 Feb 18 16:57 > /usr/local/lib/libsavi.so.3.2.07.046 > > but when I run configure I get ** libsavi library NOT FOUND Make a symlink /usr/local/lib/libsavi.so to /usr/local/lib/libsavi.so.3 and you should be fine. Installing Sweep with the -so option does this for you :) Cheers, Dave