From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Thu, 6 Sep 2007 15:59:17 -0500 Subject: [Cluster-devel] Re: configure sbindir default In-Reply-To: <46E048A9.5060609@ubuntu.com> References: <20070906155753.GA16573@redhat.com> <46E048A9.5060609@ubuntu.com> Message-ID: <20070906205917.GG16573@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 Thu, Sep 06, 2007 at 08:36:25PM +0200, Fabio Massimo Di Nitto wrote: > David Teigland wrote: > > 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. > I just noticed the discussion on IRC. I will look into it in a more deep > way. There are a lot of default paths that do not really make sense and > we should review. Perhaps, but in this case the default *was* /usr/sbin, which worked, before the new configure which changed it to /sbin.