Ok, try this first. ./configure tidy ./configure clean ./configure <options>
make ----- Robert Chalmers https://robert-chalmers.uk [email protected] @R_A_Chalmers > On 10 Dec 2018, at 7:36 am, nikos <[email protected]> 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 μ.μ., [email protected] 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 <[email protected]> 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 >>> [email protected] >>> 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 >> [email protected] >> @R_A_Chalmers > _______________________________________________ > clamav-users mailing list > [email protected] > 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 [email protected] 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
