dansguardian compile error

Support for security such as Firewalls and securing linux
Post Reply
satheesh
Posts: 3
Joined: 2013/06/01 13:14:10

dansguardian compile error

Post by satheesh » 2013/06/01 17:37:58

Hello sir

while compiling dansguardian in centos5.9 from src with clamav patch,it ends with error as follows

g++ -02 -wall -c ConnectionHandler.cpp
In file included from ConnectionHandler.cpp:24:
VirusScanner.hpp:25:22: erro : libesmtp.h: No such file or directory
make:*** (ConnectionHandler.o) Error 1

please help me on this issue or atleast give a clue why it happens

thanks in advance.

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

dansguardian compile error

Post by toracat » 2013/06/01 17:56:01

[quote]
VirusScanner.hpp:25:22: erro : libesmtp.h: No such file or directory
[/quote]
The first thing I'd try will be to install libesmtp-devel. The package for CentOS-5 seems to be available from the EPEL repository.

Post Reply