From mboxrd@z Thu Jan 1 00:00:00 1970 From: david m. richter Date: Wed, 1 Oct 2008 15:39:26 -0400 Subject: [Cluster-devel] Re: cluster3 build: libdlm.h and PATH_MAX In-Reply-To: <1d07ca700810011215p10d441bge4495cd10a74d754@mail.gmail.com> References: <1d07ca700810011215p10d441bge4495cd10a74d754@mail.gmail.com> Message-ID: <1d07ca700810011239g2d6d3c4dg357684cbaf0596b2@mail.gmail.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Oct 1, 2008 at 3:15 PM, david m. richter wrote: > hello, > > I should've asked on IRC before you folks all left for your > conference, but these are two things I'd forgotten about until now > (because I'm setting up a new cluster from scratch). > > > [libdlm.h] > First, I'm building cluster3 and run into difficulties with finding > libdlm.h. In order to coax the build along, I had to modify: > - cluster/dlm/tool/Makefile > - cluster/dlm/libdlmcontrol/Makefile > - cluster/group/dlm_controld > .. by adding cluster/dlm/libdlm/ as an include directory. Ah, missed a couple more I had to change: - cluster/rgmanager/src/clulib/Makefile - cluster/rgmanager/src/daemons/Makefile .. but I generally don't build rgmanager, and the build there didn't finish completely; there may be other instances. [snip] thanks, d .