From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: Re: Compile error for libxl on centos 5 Date: Mon, 28 May 2012 09:31:14 +0100 Message-ID: <4FC337D2.4080609@citrix.com> References: <64a2e103e7dc5c0cbbcbb745bbf9e5fa.squirrel@webmail.lagarcavilla.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <64a2e103e7dc5c0cbbcbb745bbf9e5fa.squirrel@webmail.lagarcavilla.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "andres@lagarcavilla.org" Cc: Ian Jackson , Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Andres Lagar-Cavilla wrote: > I am getting libxenlight.so and xl link failures, complaining about > missing login_tty and opentty symbols. The patch below fixes this for me, > in a quick& dirty manner. > > FYI, not proposing this for the tree. I'm not sure to which extent you > want to support an oldish distro, whether libutil is universally necessary > and/or available. There's a test for libutil in configure, that should set the appropriate flags, did you do a make distclean && ./configure after updating your tree? If so, could you please attach your tools/config.log? Thanks, Roger.