Hi, Just upgraded to 4.3.0 from 4.1.2 on Debian 6 but when I issue xl list I get xl: error while loading shared libraries: libxenlight.so.4.3: cannot open shared object file: No such file or directory I checked the /usr/lib64 dir but there are no libraries in there, im a bit stumped as the compile went ok as far as I could tell. Any ideas? Thanks Ian _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Aug-19 21:04 UTC
Re: error with 4.3.0 install
On 20/08/2013 03:56, Ian Tobin wrote:> > Hi, > > Just upgraded to 4.3.0 from 4.1.2 on Debian 6 but when I issue xl list > I get > > xl: error while loading shared libraries: libxenlight.so.4.3: cannot > open shared object file: No such file or directory > > I checked the /usr/lib64 dir but there are no libraries in there, im a > bit stumped as the compile went ok as far as I could tell. > > Any ideas? > > Thanks > > Ian > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-usersAs root, execute the following command. # find / -name libxenlight.so.4.3 Find the directory libxenlight.so.4.3 is in, e.g. /usr/lib/libxenlight.so.4.3. Type in the directory /usr/lib into the file /etc/ld.so.conf. Then execute ldconfig as root. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming) _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Mon, Aug 19, 2013 at 08:56:43PM +0100, Ian Tobin wrote:> Hi, > > > > Just upgraded to 4.3.0 from 4.1.2 on Debian 6 but when I issue xl list I > get > > > > xl: error while loading shared libraries: libxenlight.so.4.3: cannot > open shared object file: No such file or directory > > > > I checked the /usr/lib64 dir but there are no libraries in there, im a > bit stumped as the compile went ok as far as I could tell. >We changed the default location to /usr/local. Please refer to: http://wiki.xenproject.org/wiki/Xen_4.3_Release_Notes Build Requirements Wei.> > > Any ideas? > > > > Thanks > > > > Ian > > > > >> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users
Hi, Ok I see now, I have used the work around option as im doing an upgrade which has now worked. Thanks for your help Ian -----Original Message----- From: Wei Liu [mailto:wei.liu2@citrix.com] Sent: 19 August 2013 22:05 To: Ian Tobin Cc: xen-users@lists.xensource.com; wei.liu2@citrix.com Subject: Re: [Xen-users] error with 4.3.0 install On Mon, Aug 19, 2013 at 08:56:43PM +0100, Ian Tobin wrote:> Hi, > > > > Just upgraded to 4.3.0 from 4.1.2 on Debian 6 but when I issue xl list I > get > > > > xl: error while loading shared libraries: libxenlight.so.4.3: cannot > open shared object file: No such file or directory > > > > I checked the /usr/lib64 dir but there are no libraries in there, im a > bit stumped as the compile went ok as far as I could tell. >We changed the default location to /usr/local. Please refer to: http://wiki.xenproject.org/wiki/Xen_4.3_Release_Notes Build Requirements Wei.> > > Any ideas? > > > > Thanks > > > > Ian > > > > >> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users