WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Re: [Xen-users] xenguest-install.py reports "no module n

To: Sadique Puthen Peedikayil <xenguy@xxxxxxxxx>
Subject: Re: [Xen-devel] Re: [Xen-users] xenguest-install.py reports "no module named libvirt" in FC5 x86 mode
From: "Daniel P. Berrange" <berrange@xxxxxxxxxx>
Date: Wed, 27 Sep 2006 13:25:25 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx, shobha ranganathan <shobha_ranganathan@xxxxxxxxx>
Delivery-date: Wed, 27 Sep 2006 05:26:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <451A0EA7.2060804@xxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20060926214135.77243.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <451A0EA7.2060804@xxxxxxxxx>
Reply-to: "Daniel P. Berrange" <berrange@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.1i
On Wed, Sep 27, 2006 at 11:09:51AM +0530, Sadique Puthen Peedikayil wrote:
> libxenstore.so is part of xen-libs package which you don't need while 
> compiling from src rpms.
> 
> If you are going to compile xen from source, you should have to install 
> the libvirt rpm using --nodeps option and compile it.
> 
> rpm --install libvirt-0.0.6-1.i386.rpm --nodeps

No, there is absolutely *NO* need to install libvirt when compiling the
Xen RPM - there is no compile time dependancy, and you certainly should
not use --nodeps when installing RPMs.

> shobha ranganathan wrote:
> >I download xen3.0.2-23.src.rpm and build the dom0 Kernel in Fedora 
> >COre 5 in x86 mode. I did not build a domU kernel at all.

Did you install both xen & xen-libs ?

> >I tried to run ./xenguest-install.py in dom0 kernel after booting into 
> >it.. I got this error
> >"No module named libvirt".
> > 
> >I then tried installing libvirt-0.0.6-1.i386.rpm using
> >"rpm --install libvirt-0.0.6-1.i386.rpm"
> > 
> >I get failed dependencies error such as
> >"libxenstore.so is needed by libvirt-0.0.6-1.i386
> >xen is needed by libvirt-0.0.6-1.i386"
> > 
> >what am I missing here ? I have libxenstore.so in /usr/lib.

The version of Xen you installed  probably has a newer libxenstore.so
which includes versioning, while the libvirt you installed was linked
against the older non-versioned libxenstore.so. What does 

  rpm -q --provides xen xen-libs | grep xenstore

Show ?

BTW, you'll also want libvirt-python RPM too

Regards,
Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-           Perl modules: http://search.cpan.org/~danberr/              -=|
|=-               Projects: http://freshmeat.net/~danielpb/               -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>