Re: [clamav-users] Installation problem.

2018-12-10 Thread Robert Chalmers
Ok, try make clean To cleanup the build first. What sort of OS are you on? You may have said but I can’t remember. So, delete the current directory you have it in and make sure you are downloading the correct sources. https://github.com/Cisco-Talos/clamav-faq/blob/master/faq/Installing.md Or h

Re: [clamav-users] Installation problem.

2018-12-10 Thread nikos
Robert, Both ./configure tidy and ./configure clean give:   configure: WARNING: you should use --build, --host, --target checking for clean-g++... no checking for clean-c++... no checking for clean-gpp... no checking for clean-aCC... no checking for clean-CC... no checking for clean-cxx

Re: [clamav-users] Installation problem.

2018-12-09 Thread Robert Chalmers
Ok, try this first. ./configure tidy ./configure clean ./configure make - Robert Chalmers https://robert-chalmers.uk aut...@robert-chalmers.uk @R_A_Chalmers > On 10 Dec 2018, at 7:36 am, nikos wrote: > > Hello list. > > I tried Robert, but nothing change. > > I think is something w

Re: [clamav-users] Installation problem.

2018-12-09 Thread nikos
Hello list. I tried Robert, but nothing change. I think is something with configure file. I copy the configure file from previous version and work with no problem. So there is no problem with the C++ compiler. Can I do the installation with the pre

Re: [clamav-users] Installation problem.

2018-12-07 Thread Dennis Peterson
The missing tools are either not in your path or not installed. You could run yum info */g++ to see if it is installed, and if it is run locate g++ and compare locations to your path with echo $PATH. dp On 12/6/18 11:28 PM, nikos wrote: Hello list. I'm trying to install the now version of cl

Re: [clamav-users] Installation problem.

2018-12-07 Thread Robert Chalmers
My reasons for querying C++ is this in your log > checking for cc++... no > checking whether the C++ compiler works... no and as you are building 101, if you want to stop freshclam dumping an exit error in your logs - it still work, just gives a false error. change this freshclam/freshcla

Re: [clamav-users] Installation problem.

2018-12-07 Thread Gary R. Schmidt
On 2018-12-07 18:28, nikos wrote: Hello list. I'm trying to install the now version of clam and it seems to be compilation problems. I run ./configure --sysconfdir=/etc --enable-milter in the programs folder and I get the error: checking for g++... no checking for c++... no checking for gpp...

Re: [clamav-users] Installation problem.

2018-12-06 Thread Robert Chalmers
There is something wrong with your C++ compiler. Is it actually installed? - Robert Chalmers https://robert-chalmers.uk aut...@robert-chalmers.uk @R_A_Chalmers > On 7 Dec 2018, at 7:28 am, nikos wrote: > > Hello list. > > I'm trying to install the now version of clam and it seems to be

[clamav-users] Installation problem.

2018-12-06 Thread nikos
Hello list. I'm trying to install the now version of clam and it seems to be compilation problems. I run ./configure --sysconfdir=/etc --enable-milter in the programs folder and I get the error: checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no chec

FW: [Clamav-users] Installation Problem

2004-11-03 Thread Chris
] > Sent: 4 November 2004 4:12 PM > To: ClamAV users ML > Subject: Re: [Clamav-users] Installation Problem > > > Chris wrote: > > > > >I am having trouble installing clamav on a linux box (remotely hosted) > > > > > > > And why would you w

Re: [Clamav-users] Installation Problem

2004-11-03 Thread Fajar A. Nugraha
Chris wrote: I am having trouble installing clamav on a linux box (remotely hosted) And why would you want to do that (I assume you don't have root access)? but I have checked, and the configure.log file says that cpp cant find stdio.h and a few others. these include files are in /usr/include an

[Clamav-users] Installation Problem

2004-11-03 Thread Chris
Hi All I think I am in the right forum for this. so please excuse me if I am not I am having trouble installing clamav on a linux box (remotely hosted) I am getting an error when I do a shell install the error is "cpp has failed sanity checks" Now please excuse my lack of knowledge about gcc

Re: [Clamav-users] installation problem - important

2004-02-09 Thread Fajar A. Nugraha
Tanmaya Anand wrote: Sir, All softwares are getting comiled and installed using gcc. This is the first time i am facing problem with gcc. That IS weird then. Also, Please guide me how to install your precompiled binary. Installation instruction is on http://clamav.or.id. Snip from web pa

Re: [Clamav-users] installation problem - important

2004-02-09 Thread Tanmaya Anand
jar A. Nugraha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 08, 2004 5:46 PM Subject: Re: [Clamav-users] installation problem - important > Tanmaya Anand wrote: > > > hi all , > > > > I am a new to clamav. > > I am using lin

Re: [Clamav-users] installation problem - important

2004-02-08 Thread Fajar A. Nugraha
Tanmaya Anand wrote: hi all , I am a new to clamav. I am using linux 7.1 on a PIII machine. When i try the command ./configure --sysconfdir=/etc I get the following message *checking for C compiler default output... configure: error: C compiler cannot create executables * Are you sure your

Re: [Clamav-users] installation problem - important

2004-02-08 Thread Thomas Lamy
Tanmaya Anand wrote: hi all , Hi! I am a new to clamav. Welcome! I am using linux 7.1 on a PIII machine. There is no such thing as "Linux 7.1". There exist at least SuSE Linux 7.1 and RedHat Linux 7.1, but these differ a lot (and SuSE dropped support for 7.1 a year ago). I don't want to be

[Clamav-users] installation problem - important

2004-02-08 Thread Tanmaya Anand
hi all ,   I am a new to clamav. I am using linux 7.1 on a PIII machine. When i try the command ./configure --sysconfdir=/etc I get the following message checking build system type... ./config.guess: line 1: 16810 Aborted (core dumped) ( $c $dummy.c -c -o $dummy.o ) >/dev/n

Re: [clamav-users] Installation problem

2002-12-01 Thread Nigel Horne
On Saturday 30 Nov 2002 3:24 am, Francis wrote: > Result of "rpm -qa | fgrep kernel" as shown below : > kernel-2.4.18-14 > kernel-utils-2.4-8.13 > kernel-pcmcia-cs-3.1.31-9 > kernel-doc-2.4.18-14 > kernel-source-2.4.18-14 > kernel-debug-2.4.18-14 > kernel-uml-2.4.18-14 OK. Mount the installation

Re: [clamav-users] Installation problem

2002-11-30 Thread Francis
> > > Do you have kernel headers installed ? > > Try the following command at the terminal prompt (you do not need to be root to > do this) "rpm -qa | fgrep kernel", then post the results here. > Do have directories /usr/include/linux & /usr/include/asm with a lot of .h files. Result of "rpm -q

Re: [clamav-users] Installation problem

2002-11-29 Thread Nigel Horne
On Friday 29 Nov 2002 7:50 am, Francis wrote: > > Do you have kernel headers installed ? Try the following command at the terminal prompt (you do not need to be root to do this) "rpm -qa | fgrep kernel", then post the results here. All the best, -Nigel -- Nigel Horne. Arranger, Composer, Con

Re: [clamav-users] Installation problem

2002-11-29 Thread Tomasz Kojm
On Fri, Nov 29, 2002 at 03:50:47PM +0800, Francis wrote: > I don't know the 'kernel headers' !! How to check this ? > I've just installed everything from RH 8.0 via GUI. > I think it is the lastest kernel. I'm not familiar with RH, but you should have the following directories: /usr/include/linu

Re: [clamav-users] Installation problem

2002-11-29 Thread Francis
- Original Message - From: "Tomasz Kojm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 4:01 PM Subject: Re: [clamav-users] Installation problem > On Thu, Nov 28, 2002 at 10:23:31AM +0800, Francis wrote: > > > Machine

Re: [clamav-users] Installation problem

2002-11-28 Thread Tomasz Kojm
On Thu, Nov 28, 2002 at 10:23:31AM +0800, Francis wrote: > Machine is Intel P4 1.8GHz, with 512MB RAM, Linux Redhat 8.0 installed. > I tried also the new dazuko-1.1.1, still not work. Do you have kernel headers installed ? Best regards, Tomasz Kojm -- oo. [EMAIL PROTECTED]

Re: [clamav-users] Installation problem

2002-11-28 Thread Francis
- Original Message - From: "Chris Nigh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 12:36 AM Subject: RE: [clamav-users] Installation problem > I'm a newbie just start the installation. When I come to the configuration

RE: [clamav-users] Installation problem

2002-11-27 Thread Chris Nigh
> I'm a newbie just start the installation. When I come to the configuration with > "make dazuko-1.1.0" or " make dazuko-smp" as followed the user manual. > Lot of warning messages displayed like " warning : implicit declaration of > function 'xxx' and then finally followed by "Error 1" > Co

[clamav-users] Installation problem

2002-11-27 Thread Francis
Hi,   I'm a newbi just start the installation.  When I come to the configuration with "make dazuko-1.1.0" or " make dazuko-smp" as followed the user manual.  Lot of warning messages disaplayed like " warning : implicit declaration of function 'xxx' and then finally followed by "Error 1"