[Pacemaker] Pacemaker Build Issues on CentOS 5.3 64-bit
Johan Verrept
Johan.Verrept at able.be
Thu Oct 29 14:17:08 UTC 2009
On Thu, 2009-10-29 at 10:00 -0400, Eliot Gable wrote:
> Once I modify configure.ac to remove this flag and regenerate
> everything,
you could have used:
./configure --disable-fatal-warnings
> I run into linking errors because the Makefile LIBS= line tells
> Pacemaker to use /usr/lib and /lib64 instead of /usr/lib64 and /lib64.
> I tried to fix this in configure.ac, but I’m not really an expert when
> it comes to manipulating configure.ac files, so I couldn’t get it to
> work. Instead, I find myself manually modifying nearly every Makefile
> that gets generated to make it use /usr/lib64 instead of /usr/lib.
have you tried:
./configure --libdir=/usr/lib64
or
./configure LDFLAGS=-L/usr/lib64
J.
More information about the Pacemaker
mailing list