<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <pre wrap="">Hello,

I get this error when trying to build Keepalived 1.2.1 on a CentOS-4 box:

# gcc -g -O2 (..) -D_WITH_LVS_ -D_WITH_VRRP_ -c smtp.c
In file included from ../include/vrrp.h:31,
                  from ../include/smtp.h:34,
                  from smtp.c:27:
<b>../include/vrrp_ipaddress.h:32:27: linux/if_addr.h: No such file or directory</b>
In file included from ../include/vrrp.h:31,
                  from ../include/smtp.h:34,
                  from smtp.c:27:

In a CentOS-5 box 'linux/if_addr.h' file is owned by "kernel-headers" package and I can build Keepalived 1.2.1 without problems, but in CentOS-4 there is no such file, how can I solve this? thanks!

Regards,

--
Santi Saez
<a class="moz-txt-link-freetext" href="http://powerstack.org/">http://powerstack.org/</a>
</pre>
  </body>
</html>