From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Thu, 6 Sep 2007 10:57:53 -0500 Subject: [Cluster-devel] configure sbindir default Message-ID: <20070906155753.GA16573@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit It looks to me like configure should be setting the default sbindir to {prefix}/usr/sbin instead of {prefix}/sbin. As it is now, using openais DESTDIR=/ and the default cluster/configure settings, aisexec is installed to /usr/sbin/aisexec but cman_tool looks for it in /sbin/aisexec and fails. Dave