Re[2]: [Clamav-users] problem during compilling clamav-0.90.1

2007-03-19 Thread sergio
Sorry, but it didnt help. Hello Walter, Friday, March 16, 2007, 6:21:39 PM, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sergio, do you have libgmp on your system ? If yes, do the following: setenv CFLAGS -O2 -I/usr/local/include setenv LDFLAGS -s -L/usr/local/lib

Re[2]: [Clamav-users] problem during compilling clamav-0.90.1

2007-03-19 Thread sergio
And, I found that I dont have libthread library on my server. Maybe, this is my problem. But if thats right, I dont know how to install this library to my pc... Hello Walter, Friday, March 16, 2007, 6:21:39 PM, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sergio, do you have

Re: [Clamav-users] problem during compilling clamav-0.90.1

2007-03-19 Thread Walter Bürger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sergio, I assume you mean 'libpthread' instead of 'libthread'. Please try this: # ./configure --sysconfdir=/etc --disable-pthreads --with-user=amavis - --with-group=amavis --enable-experimental Please substitute --with-user= and --with-group=

[Clamav-users] problem during compilling clamav-0.90.1

2007-03-16 Thread sergio
Hello clamav-users, I tried to install new clamav on my freebsd-4.8. ./configure with enable-experimental was good. but make ends with error code 1. Clamav-0.90.1 is not installable on freebsd-4.8,yes? Help please. Thanks. -- Best regards, Sergio Bortsov(Global Ukraine Lan ISP),

[Clamav-users] problem during compilling clamav-0.90.1

2007-03-16 Thread sergio
Hello clamav-users, I tried to install new clamav on my freebsd-4.8. ./configure with enable-experimental was good. but make ends with error code 1. Clamav-0.90.1 is not installable on freebsd-4.8,yes? Help please. Thanks. -- Best regards, Sergio Bortsov(Global Ukraine Lan ISP),

Re: [Clamav-users] problem during compilling clamav-0.90.1

2007-03-16 Thread Nigel Horne
sergio wrote: Hello clamav-users, I tried to install new clamav on my freebsd-4.8. ./configure with enable-experimental was good. but make ends with error code 1. Clamav-0.90.1 is not installable on freebsd-4.8,yes? Help please. Thanks. My compile farm only has 4.11, but clamAV

Re: [Clamav-users] problem during compilling clamav-0.90.1

2007-03-16 Thread Matthias Häker
sergio schrieb: Hello clamav-users, I tried to install new clamav on my freebsd-4.8. ./configure with enable-experimental was good. but make ends with error code 1. Clamav-0.90.1 is not installable on freebsd-4.8,yes? Help please. Thanks. I have Clamav-0.90.1 running and

Re[2]: [Clamav-users] problem during compilling clamav-0.90.1

2007-03-16 Thread sergio
Hello Matthias, Friday, March 16, 2007, 1:40:44 PM, you wrote: sergio schrieb: Hello clamav-users, I tried to install new clamav on my freebsd-4.8. ./configure with enable-experimental was good. but make ends with error code 1. Clamav-0.90.1 is not installable on freebsd-4.8,yes?

Re: [Clamav-users] problem during compilling clamav-0.90.1

2007-03-16 Thread Walter Bürger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sergio, do you have libgmp on your system ? If yes, do the following: setenv CFLAGS -O2 -I/usr/local/include setenv LDFLAGS -s -L/usr/local/lib ./configure ... The -L/usr/local/lib is to make sure, if libgmp is in /usr/local/lib, it will be