From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Meyering Date: Sun, 21 Jun 2009 15:08:09 +0200 Subject: [Cluster-devel] [PATCH] Avoid link failure... In-Reply-To: <1245572770.3665.362.camel@cerberus.int.fabbione.net> (Fabio M. Di Nitto's message of "Sun, 21 Jun 2009 10:26:10 +0200") References: <87y6row38s.fsf@meyering.net> <1245501153.3665.333.camel@cerberus.int.fabbione.net> <1245515023.22658.8.camel@localhost.localdomain> <1245520629.3665.343.camel@cerberus.int.fabbione.net> <87k536q9td.fsf@meyering.net> <1245572770.3665.362.camel@cerberus.int.fabbione.net> Message-ID: <87zlc1pwee.fsf@meyering.net> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Fabio M. Di Nitto wrote: > On Sun, 2009-06-21 at 10:18 +0200, Jim Meyering wrote: >> Fabio M. Di Nitto wrote: >> ... >> >> > I am able to reproduce this error, but there is something that I don't >> >> > like about it. >> >> > >> >> > When installing in different prefixes, isn't the user supposed to update >> >> > LD_LIBRARY_PATH accordingly? >> >> > >> >> > Once I set LD_LIBRARY_PATH to include the new prefix, this error doesn't >> >> > show because the linker can find libcoroipcc. >> >> You're right. >> I should have set LD_LIBRARY_PATH. >> Thanks for keeping me honest ;-) > > I think you just pushed the wrong patch to git :))) > > Fabio > > PS no big deal.. it's master ;) Thanks for fixing it. I've just pushed the right one (by you) to fence: avoid build failure: css.h: no such file * fence/libfence/Makefile.am (libfence_la_CFLAGS): Fix typo: s/css_CFLAGS/ccs_CFLAGS/