Alain St-Denis wrote: > Hi, > > In HBAAPILIB.c replace strings.h with string.h as per the diff below: > > ** HBAAPILIB.c.orig Fri Dec 21 16:39:39 2007 > --- HBAAPILIB.c Fri Dec 21 16:37:13 2007 > *************** > *** 38,44 **** > #define HBAAPI_EXPORTS > #else > #include <dlfcn.h> > ! #include <strings.h> > #endif > #include <stdio.h> > #include <time.h> > --- 38,44 ---- > #define HBAAPI_EXPORTS > #else > #include <dlfcn.h> > ! #include <string.h> > #endif > #include <stdio.h> > #include <time.h> > > That did it for me. > > BTW, are you using hbaping with heartbeat2? > > Alain >
Alain: fantastic! That did it! Thank you! How you came up with that is beyond me! And yes, I'm using it with heartbeat2. Thanks again Alian! regards, Johan
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
