Ralf Schenk
2007-Jan-14 13:23 UTC
[Xen-devel] XEN 3.0.4-1, undefined symbol: xc_get_last_error
Hello ! After compiling xen-3.0.4_1 downloaded from the xensource website (http://bits.xensource.com/oss-xen/release/3.0.4-1/src.tgz/xen-3.0.4_1-src.tgz) I get following error (repeated 5 times) when starting xend: root@xeon4:~# /etc/init.d/xend start Traceback (most recent call last): File "/usr/sbin/xend", line 52, in ? from xen.xend.server import SrvDaemon File "/usr/src/xen-3.0.4_1-src/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py", line 20, in ? ImportError: /usr/lib64/python/xen/lowlevel/xc.so: undefined symbol: xc_get_last_error I thourougly checked, that all older files of xen 3.0.3 were removed and installed again but no success. I checked that every single file from the new xen compilitation in the dist directory was installed and in place. Has anyone experience with this ? I later checked out xen-3.0.4-testing from mercurial, built again and had the same problem.... -- __________________________________________________ Ralf Schenk fon (02 41) 9 91 21-0 fax (02 41) 9 91 21-59 rs@databay.de Databay AG Hüttenstraße 7 D-52068 Aachen www.databay.de Sitz/Amtsgericht Aachen HRB:8437 USt-IdNr.: DE 210844202 Databay - einfach machen. _________________________________________________ Diese E-Mail und etwa angehängte Dateien enthalten vertrauliche Informationen und sind ausschließlich für den Adressaten bestimmt. Sollten Sie irrtümlich diese E-Mail erhalten haben, bitten wir Sie, uns darüber unter info@databay.de zu informieren und die E-Mail ungelesen an uns zurückzusenden und aus Ihrem System zu löschen. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify info@databay.de. If you are not the named recipient, you should return this message without reading further and delete it from your system. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2007-Jan-14 13:37 UTC
Re: [Xen-devel] XEN 3.0.4-1, undefined symbol: xc_get_last_error
On 14/1/07 1:23 pm, "Ralf Schenk" <rs@databay.de> wrote:> I thourougly checked, that all older files of xen 3.0.3 were removed and > installed again but no success. I checked that every single file from > the new xen compilitation in the dist directory was installed and in place. > > Has anyone experience with this ?I haven''t seen this but it looks like the xc_get_last_error symbol is missing from libxenctrl.so.3.0. Try ''ldd /usr/lib64/python/xen/lowlevel/xc.so''. See where it is getting its libxenctrl.so.3.0 from. Then do ''nm x | grep xc_get_last_error'' where x is the location of the libxenctrl library that is being used. If nothing is printed by the grep then the libxenctrl is probably old. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel