From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Meyering Date: Sun, 21 Jun 2009 10:18:22 +0200 Subject: [Cluster-devel] [PATCH] Avoid link failure... In-Reply-To: <1245520629.3665.343.camel@cerberus.int.fabbione.net> (Fabio M. Di Nitto's message of "Sat, 20 Jun 2009 19:57:09 +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> Message-ID: <87k536q9td.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: ... >> > 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 ;-)