Tomasz Kojm wrote:

On Tue, 26 Oct 2004 09:48:57 -0500
Dale Bohl <[EMAIL PROTECTED]> wrote:



Interestingly, ClamAV 0.75 works fine on IRIX 6.5.24m. That tells
me something in ClamAV changed from 75 to 80



Definitely!



LOL :)

You don't have to be THAT straightforward, Tomasz :)

Anyway, here's a long shot :
Since the original error was about unresolvable symbol, have you tried

CC='gcc -static --static' ./configure

yet?
There was an unrelated issue, with a different unresolvable symbol on Cygwin/Win32,
which strangely enough doesn't happen if you use that instead of just ./configure.


As for temporary file error on 0.80, as I recall 0.80 can use one of four locations for its temp file :
- /tmp
- TMPDIR environment variable
- the value of P_tmpdir, defined in system include (usually stdio.h)
- anything generated by tmpfile() (usually located in P_tmpdir. Again, system dependent)


Make sure all four possible places are writeable by clamav user.
If that does not work, try running clamscan --debug to get a more verbose error message.


Regards,

Fajar
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to