Re: libsavi library NOT FOUND
Alain Fauconnet <[email protected]>
| Newsgroups | gmane.comp.security.virus.vtools |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 11, 2004 at 05:52:11PM -0300, [email protected] wrote: > Sorry for the delay. > > But here it is: > # ls -l /usr/local/lib/libsavi* > lrwxrwxrwx 1 root root 12 Feb 11 17:45 > /usr/local/lib/libsavi.so -> libsavi.so.3 > lrwxrwxrwx 1 root root 21 Feb 11 17:45 > /usr/local/lib/libsavi.so.2 -> libsavi.so.3.2.05.035 > lrwxrwxrwx 1 root root 21 Feb 11 17:45 > /usr/local/lib/libsavi.so.3 -> libsavi.so.3.2.05.035 > -r-xr-xr-x 1 bin bin 1003380 Feb 11 17:45 > /usr/local/lib/libsavi.so.3.2.05.035 > > And yes, I installed Sophos with -so option. All this looks quite normal. Weird. Can you try to compile the file below with the following command line? gcc -o foo -v -L/usr/local/lib -lsavi foo.c If it fails, post the output. ----------------- foo.c - cut here ---------------------- char SAVIsweepFile (); int main () { SAVIsweepFile (); ; return 0; } ----------------- foo.c - cut here ---------------------- Greets, _A_