From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Fri, 28 Oct 2011 19:28:50 +0200 Subject: [Cluster-devel] cman start error In-Reply-To: References: <4EAA3315.4040700@redhat.com> Message-ID: <4EAAE652.1080503@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 10/28/2011 07:25 PM, Nick Khamis wrote: > Hello Fabio, > > Thank you so much for your response. I am using pacemaker 1.1.6, which > is the latest version? I added /usr/lib to the system llibrary path, > which contains all the liblogsys.*, and libcoro* libraries, and > re-installed cman, but I am still recieving the error. I used the > follwoing config: > > ./configure --prefix=/usr/local --without_rgmanager > --corosyncincdir=/usr/include/corocync > --corosynclibdir=/usr/var/lib/corosync > openaisincdir=/usr/include/openais --corosyncbin=/usr/sbin/corosync > > One thing I would like to ask, should "corosynclibdir" point to > "/usr/var/lib/corosync " or "/usr/lib"? > /usr/lib all those paths must be consistent across.. also /usr/local has the same issue. you can't mix paths at random. Fabio