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
https://github.com/Cisco-Talos/clamav-faq/blob/master/manual/UserManual/Installation-Unix.md

Ensure your environment points to your compiler. and libraries etc.

Read the INSTALL.MD 

Other than that, not sure what could be wrong.

-
Robert Chalmers
https://robert-chalmers.uk
aut...@robert-chalmers.uk
@R_A_Chalmers


> On 10 Dec 2018, at 9:01 am, nikos  wrote:
> 
> 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... no
> checking for clean-cc++... no
> checking for clean-cl.exe... no
> checking for clean-FCC... no
> checking for clean-KCC... no
> checking for clean-RCC... no
> checking for clean-xlC_r... no
> checking for clean-xlC... no
> checking for g++... no
> checking for c++... no
> checking for gpp... no
> checking for aCC... no
> checking for CC... no
> checking for cxx... no
> checking for cc++... no
> checking for cl.exe... no
> checking for FCC... no
> checking for KCC... no
> checking for RCC... no
> checking for xlC_r... no
> checking for xlC... no
> checking whether the C++ compiler works... no
> configure: error: in `/home/qbit/Downloads/clamav-0.101.0':
> configure: error: C++ compiler cannot create executables
> See `config.log' for more details
> 
> Thank you.
> 
> 
> Ok, try this first.
> ./configure tidy
> ./configure clean
> ./configure 
> 
> make
> 
> 
> 
> -
> Robert Chalmers
> https://robert-chalmers.uk
> author at 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 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 previous configure file?
> > 
> > I try download it again but nothing change, same problem.
> > 
> > Any suggestions?
> > 
> > Thank you.
> > 
> > 
> > 
> >> On 7/12/2018 7:00 ì.ì., clamav-users-request at lists.clamav.net wrote:
> >> 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/freshclamcodes.h from
> >> 
> >> typedef enum fc_error_tag {
> >> FC_SUCCESS  = 0,
> >> FC_UPTODATE = 1,
> >> 
> >> to
> >> 
> >> typedef enum fc_error_tag {
> >> FC_SUCCESS  = 0,
> >> FC_UPTODATE = 0,
> >> 
> >> The clamav code maintainers are aware of this⤦
> >> 
> >> robert
> >> 
> >>> On 7 Dec 2018, at 07: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... no
> >>> checking for aCC... no
> >>> checking for CC... no
> >>> checking for cxx... no
> >>> checking for cc++... no
> >>> checking for cl.exe... no
> >>> checking for FCC... no
> >>> checking for KCC... no
> >>> checking for RCC... no
> >>> checking for xlC_r... no
> >>> checking for xlC... no
> >>> checking whether the C++ compiler works... no
> >>> configure: error: in `/home/admin/clamav-0.101.0':
> >>> configure: error: C++ compiler cannot create executables
> >>> See `config.log' for more details
> >>> 
> >>> I always install clam from source, as the previous versions. The funny 
> >>> thing is, if exctract and run configure in the previous version 
> >>> clamav-0.100.2 every works fine!
> >>> 
> >>> I have a server with latest centos release, full updated.
> >>> 
> >>> Any suggestions?
> >>> 
> >>> Thank you in advance, Nikos.
> >>> 
> >>> 
> >>> ___
> >>> clamav-users mailing list
> >>> clamav-users at lists.clamav.net
> >>> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
> >>> 
> >>> 
> >>> Help us build a comprehensive ClamAV guide:
> >>> https://github.com/vrtadmin/clamav-faq
> >>> 
> >>> http://www.clamav.net/contact.html#ml
> >> 
> >> Robert Chalmers
> >> https://robert-chalmers.uk
> >> author at robert-chalmers.uk
> >> @R_A_Chalmers
> > ___
> > clamav-users 

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... no
checking for clean-cc++... no
checking for clean-cl.exe... no
checking for clean-FCC... no
checking for clean-KCC... no
checking for clean-RCC... no
checking for clean-xlC_r... no
checking for clean-xlC... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
configure: error: in `/home/qbit/Downloads/clamav-0.101.0':
configure: error: C++ compiler cannot create executables
See `config.log' for more details

Thank you.


Ok, try this first.
./configure tidy
./configure clean
./configure 

make



-
Robert Chalmers
https://robert-chalmers.uk
author at 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 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 previous configure file?
> 
> I try download it again but nothing change, same problem.
> 
> Any suggestions?
> 
> Thank you.
> 
> 
> 
>> On 7/12/2018 7:00 μ.μ., clamav-users-request at lists.clamav.net wrote:
>> 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/freshclamcodes.h from
>> 
>> typedef enum fc_error_tag {
>> FC_SUCCESS  = 0,
>> FC_UPTODATE = 1,
>> 
>> to
>> 
>> typedef enum fc_error_tag {
>> FC_SUCCESS  = 0,
>> FC_UPTODATE = 0,
>> 
>> The clamav code maintainers are aware of this…
>> 
>> robert
>> 
>>> On 7 Dec 2018, at 07: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... no
>>> checking for aCC... no
>>> checking for CC... no
>>> checking for cxx... no
>>> checking for cc++... no
>>> checking for cl.exe... no
>>> checking for FCC... no
>>> checking for KCC... no
>>> checking for RCC... no
>>> checking for xlC_r... no
>>> checking for xlC... no
>>> checking whether the C++ compiler works... no
>>> configure: error: in `/home/admin/clamav-0.101.0':
>>> configure: error: C++ compiler cannot create executables
>>> See `config.log' for more details
>>> 
>>> I always install clam from source, as the previous versions. The funny thing is, if exctract and run configure in the previous version clamav-0.100.2 every works fine!
>>> 
>>> I have a server with latest centos release, full updated.
>>> 
>>> Any suggestions?
>>> 
>>> Thank you in advance, Nikos.
>>> 
>>> 
>>> ___
>>> clamav-users mailing list
>>> clamav-users at lists.clamav.net
>>> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
>>> 
>>> 
>>> Help us build a comprehensive ClamAV guide:
>>> https://github.com/vrtadmin/clamav-faq
>>> 
>>> http://www.clamav.net/contact.html#ml
>> 
>> Robert Chalmers
>> https://robert-chalmers.uk
>> author at robert-chalmers.uk
>> @R_A_Chalmers
> ___
> clamav-users mailing list
> clamav-users at lists.clamav.net
> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
> 
> 
> Help us build a comprehensive ClamAV guide:
> https://github.com/vrtadmin/clamav-faq
> 
> http://www.clamav.net/contact.html#ml

  

___
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


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 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 previous configure file?
> 
> I try download it again but nothing change, same problem.
> 
> Any suggestions?
> 
> Thank you.
> 
> 
> 
>> On 7/12/2018 7:00 μ.μ., clamav-users-requ...@lists.clamav.net wrote:
>> 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/freshclamcodes.h from
>> 
>> typedef enum fc_error_tag {
>> FC_SUCCESS  = 0,
>> FC_UPTODATE = 1,
>> 
>> to
>> 
>> typedef enum fc_error_tag {
>> FC_SUCCESS  = 0,
>> FC_UPTODATE = 0,
>> 
>> The clamav code maintainers are aware of this…
>> 
>> robert
>> 
>>> On 7 Dec 2018, at 07: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... no
>>> checking for aCC... no
>>> checking for CC... no
>>> checking for cxx... no
>>> checking for cc++... no
>>> checking for cl.exe... no
>>> checking for FCC... no
>>> checking for KCC... no
>>> checking for RCC... no
>>> checking for xlC_r... no
>>> checking for xlC... no
>>> checking whether the C++ compiler works... no
>>> configure: error: in `/home/admin/clamav-0.101.0':
>>> configure: error: C++ compiler cannot create executables
>>> See `config.log' for more details
>>> 
>>> I always install clam from source, as the previous versions. The funny 
>>> thing is, if exctract and run configure in the previous version 
>>> clamav-0.100.2 every works fine!
>>> 
>>> I have a server with latest centos release, full updated.
>>> 
>>> Any suggestions?
>>> 
>>> Thank you in advance, Nikos.
>>> 
>>> 
>>> ___
>>> clamav-users mailing list
>>> clamav-users@lists.clamav.net
>>> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
>>> 
>>> 
>>> Help us build a comprehensive ClamAV guide:
>>> https://github.com/vrtadmin/clamav-faq
>>> 
>>> http://www.clamav.net/contact.html#ml
>> 
>> Robert Chalmers
>> https://robert-chalmers.uk
>> aut...@robert-chalmers.uk
>> @R_A_Chalmers
> ___
> clamav-users mailing list
> clamav-users@lists.clamav.net
> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
> 
> 
> Help us build a comprehensive ClamAV guide:
> https://github.com/vrtadmin/clamav-faq
> 
> http://www.clamav.net/contact.html#ml
___
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


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 previous configure file?
  
I try download it again but nothing change,
same problem.
Any suggestions?
Thank you.


On 7/12/2018 7:00 μ.μ.,
  clamav-users-requ...@lists.clamav.net wrote:


  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/freshclamcodes.h from
  

  
typedef
enum fc_error_tag {
 
  FC_SUCCESS          = 0,
 
  FC_UPTODATE         = 1,
  
  
  to
  
  
  
typedef
enum fc_error_tag {
 
  FC_SUCCESS          = 0,
 
  FC_UPTODATE         = 0,

  
The
clamav code maintainers are aware of this…

  
robert

  

  On 7 Dec 2018, at 07: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... no
  checking for aCC... no
  checking for CC... no
  checking for cxx... no
  checking for cc++... no
  checking for cl.exe... no
  checking for FCC... no
  checking for KCC... no
  checking for RCC... no
  checking for xlC_r... no
  checking for xlC... no
  checking whether the C++ compiler works... no
  configure: error: in `/home/admin/clamav-0.101.0':
  configure: error: C++ compiler cannot create executables
  See `config.log' for more details
  
  I always install clam from source, as the previous
  versions. The funny thing is, if exctract and run
  configure in the previous version clamav-0.100.2 every
  works fine!
  
  I have a server with latest centos release, full updated.
  
  Any suggestions?
  
  Thank you in advance, Nikos.
  
  
  ___
  clamav-users mailing list
  clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
  
  
  Help us build a comprehensive ClamAV guide:
  https://github.com/vrtadmin/clamav-faq
  
  http://www.clamav.net/contact.html#ml

  

  
  
  

  Robert Chalmers
https://robert-chalmers.uk
aut...@robert-chalmers.uk
@R_A_Chalmers

  

  

___
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


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 clam and it seems to be compilation 
problems.


I run ./configure --sysconfdir=/etc --enable-milter in the programs folder and 
I get the error:


___
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


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/freshclamcodes.h from

typedef enum fc_error_tag {
FC_SUCCESS  = 0,
FC_UPTODATE = 1,

to

typedef enum fc_error_tag {
FC_SUCCESS  = 0,
FC_UPTODATE = 0,

The clamav code maintainers are aware of this…

robert

> On 7 Dec 2018, at 07: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... no
> checking for aCC... no
> checking for CC... no
> checking for cxx... no
> checking for cc++... no
> checking for cl.exe... no
> checking for FCC... no
> checking for KCC... no
> checking for RCC... no
> checking for xlC_r... no
> checking for xlC... no
> checking whether the C++ compiler works... no
> configure: error: in `/home/admin/clamav-0.101.0':
> configure: error: C++ compiler cannot create executables
> See `config.log' for more details
> 
> I always install clam from source, as the previous versions. The funny thing 
> is, if exctract and run configure in the previous version clamav-0.100.2 
> every works fine!
> 
> I have a server with latest centos release, full updated.
> 
> Any suggestions?
> 
> Thank you in advance, Nikos.
> 
> 
> ___
> clamav-users mailing list
> clamav-users@lists.clamav.net
> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
> 
> 
> Help us build a comprehensive ClamAV guide:
> https://github.com/vrtadmin/clamav-faq
> 
> http://www.clamav.net/contact.html#ml

Robert Chalmers
https://robert-chalmers.uk
aut...@robert-chalmers.uk
@R_A_Chalmers

___
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


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... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
configure: error: in `/home/admin/clamav-0.101.0':
configure: error: C++ compiler cannot create executables
See `config.log' for more details

I always install clam from source, as the previous versions. The funny
thing is, if exctract and run configure in the previous version
clamav-0.100.2 every works fine!

I have a server with latest centos release, full updated.

Any suggestions?

Given that your command line works for me, and that your old version is 
fine, I suspect a problem with what you have downloaded, so try getting 
it again.


Anther thought is that you have run out of space in /home/admin.

And a third is just run configure without any options.

Cheers,
GaryB-)
___
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


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 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
> checking for CC... no
> checking for cxx... no
> checking for cc++... no
> checking for cl.exe... no
> checking for FCC... no
> checking for KCC... no
> checking for RCC... no
> checking for xlC_r... no
> checking for xlC... no
> checking whether the C++ compiler works... no
> configure: error: in `/home/admin/clamav-0.101.0':
> configure: error: C++ compiler cannot create executables
> See `config.log' for more details
> 
> I always install clam from source, as the previous versions. The funny thing 
> is, if exctract and run configure in the previous version clamav-0.100.2 
> every works fine!
> 
> I have a server with latest centos release, full updated.
> 
> Any suggestions?
> 
> Thank you in advance, Nikos.
> 
> 
> ___
> clamav-users mailing list
> clamav-users@lists.clamav.net
> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
> 
> 
> Help us build a comprehensive ClamAV guide:
> https://github.com/vrtadmin/clamav-faq
> 
> http://www.clamav.net/contact.html#ml
___
clamav-users mailing list
clamav-users@lists.clamav.net
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


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 and gcc's documentation says that it
looks there by default. so I am confused as to why its not being found
 

you could try CFLAGS='-I/usr/include' ./configure
host has cpanel installed (they do some weird stuff so maybe they disabled
it)
 

That's probably why :)
If you DO have root access, you could always try clamav RPMs or prebuilt 
binary.

Regards,
Fajar
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] installation problem - important

2004-02-09 Thread Tanmaya Anand
Sir,

All softwares are getting comiled and installed using gcc.
This is the first time i am facing problem with gcc.
I am not able to understand the reason.
Also, Please guide me how to install your precompiled binary.

Thanks in advcance 
Tanmaya

- Original Message - 
From: Fajar 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 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 gcc is working?
 
 You could also try my precompiled build which sould work on RH 7.1
 http://clamav.or.id/snapshot/clamav-devel-latest.linux-libc-2.2.5.tar.gz
 
 Regards,
 
 Fajar A. Nugraha
 
 
 ---
 The SF.Net email is sponsored by EclipseCon 2004
 Premiere Conference on Open Tools Development and Integration
 See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
 http://www.eclipsecon.org/osdn
 ___
 Clamav-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/clamav-users
 



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


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 page (adjusted to be linux-specific):
-Get clamav binaries for your platform. You should already have 
libgmp installed on /usr/lib
 ( this would be 
http://clamav.or.id/snapshot/clamav-devel-latest.linux-libc-2.2.5.tar.gz )
-Uncompress : gunzip -c clamav-devel-latest.linux-libc-2.2.5.tar.gz 
| ( cd / ; tar xvf - )
-Create clamav user (or whatever user you choose) : useradd clamav
-Fix permissions : chown -R clamav /usr/local/share/clamav
-Copy config files : cp /usr/local/etc/clamav.conf.linux 
/usr/local/etc/clamav.conf ; cp /usr/local/etc/freshclam.conf.linux 
/usr/local/etc/freshclam.conf
- Edit clamav.conf: Adjust User, LocalSocket, LogFile, 
LogFileMaxSize and ArchiveMaxFileSize as needed.
 You might want to add StreamSaveToDisk, ScanMail, and ScanOLE2.
 You could leave it as it is and ClamAV will run as user clamav.
-Edit freshclamav.conf: Adjust UpdateLogFile, DatabaseOwner, 
DatabaseMirror, and Checks as needed.
 You could leave it as it is and freshclam will run as user clamav.
-Run /usr/local/bin/freshclam.
-If all goes well, run '/usr/local/bin/freshclam -d' and 
'/usr/local/sbin/clamd'
-Test your installation with '/usr/local/bin/clamscan 
/usr/local/share/clamav/test' and '/usr/local/bin/clamdscan 
/usr/local/share/clamav/test'.
 Both should find ClamAV-Test-Signature.

Please address any future installation problem from this binary to me 
directly, not to clamav-users list.
Regards,

Fajar A. Nugraha

---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


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 offendive here. Really.

There's a good chance you receive helpful answers if you precisely 
describe the circumstances:

- OS Version/Distribution

If you're compiling from source:
- Source version (eg full name of the tarball and where you got it from, 
or date of latest ChangeLog entry if you're compiling from CVS)

If you're using a prebuilt binary:
- Exact version information (eg output from clamscan --version or 
clamav-milter --version)
- What type and version of binary distribution used (rpm, deb, ...) and 
where you downloaded it from

- exact error message and commandline which produced it

This is not offendive, but a mere line-up of what we need to help. This 
_has_ to be posted every now and then.

But on to your problem:
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/null 21
./config.guess: line 1: 16813 Aborted (core dumped) ( $c 
$dummy.c -c -o $dummy.o ) /dev/null 21
This is definitely _not_ related to clamav. GCC core dumps are usually 
related to a bug in gcc itself, or (more likely) due to faulty RAM.
You may want to try memtest86 (it's on all SuSE cd's since 7.x, don't 
know if/how other vendors ship it).

Kind Regards,
  Thomas


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


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 gcc is working?

You could also try my precompiled build which sould work on RH 7.1
http://clamav.or.id/snapshot/clamav-devel-latest.linux-libc-2.2.5.tar.gz
Regards,

Fajar A. Nugraha

---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


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 DVD and change directory to /mnt/cdrom/Redhat/RPMS,
then type rpm -ivh kernel-headers*. You need to do that as root.

I guess that you chose not to install kernel development when installing the 
operating system.

 Rgds,
 Francis

-Nigel

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






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 -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

Rgds,
Francis


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






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, Conductor, Typesetter.
Owner of the brass band group of the Internet. ICQ#20252325
[EMAIL PROTECTED] http://bandsman.co.uk

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]