[Linux-HA] Compiling heartbeat-1.99.5 on Fedora Core 4
Guilsson
guilsson at gmail.com
Mon Jul 18 11:36:46 MDT 2005
Hi
I have a Fedora Core 4 (FC4) full installation (4 CDs) and
totally updated (yum -y update).
I installed libnet via tar.gz (wget
http://www.packetfactory.net/libnet/dist/libnet.tar.gz).
I'm trying to compile heartbeat-1.99.5 with no success:
I read the previous post about compiling on FC4, talking about GLIB. In advance:
# rpm -qa|grep glib|sort
glib-1.2.10-16
glib2-2.6.4-1
glib2-devel-2.6.4-1
glibc-2.3.5-10
glibc-common-2.3.5-10
glibc-devel-2.3.5-10
glibc-headers-2.3.5-10
glibc-kernheaders-2.4-9.1.94
glibc-profile-2.3.5-10
glibc-utils-2.3.5-10
glib-devel-1.2.10-16
The error I got:
# ./configure && make
-----------------------------------------------------------------------------------
cc1: warnings being treated as errors
md5.c: In function 'md5_auth_calc':
md5.c:343: warning: pointer targets in passing argument 2 of
'MD5Update' differ in signedness
md5.c:346: warning: pointer targets in assignment differ in signedness
gmake[3]: *** [md5.lo] Error 1
gmake[3]: Leaving directory
`/colorado/pkgs/linux-ha/heartbeat-1.99.5/lib/plugins/HBauth'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/colorado/pkgs/linux-ha/heartbeat-1.99.5/lib/plugins'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/colorado/pkgs/linux-ha/heartbeat-1.99.5/lib'
make: *** [all-recursive] Error 1
-----------------------------------------------------------------------------------
But when I tried:
-----------------------------------------------------------------------------------
# ./configure --disable-fatal-warnings && make
-----------------------------------------------------------------------------------
compiled OK.
Can I trust on the binaries created ?
Guilsson
More information about the Linux-HA
mailing list