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-users

[Xen-users] xen 3.0.4 on FC6 x86_64 install problem with lcrypto

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xen 3.0.4 on FC6 x86_64 install problem with lcrypto
From: zac elston <zelston@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 11 May 2007 16:09:34 -0400
Delivery-date: Fri, 11 May 2007 13:08:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
a clean new FC6 system


downloading xen src tar ball I get 

make[3]: Entering directory `/opt/xen-3.0.4_1-src/tools/blktap/drivers'
gcc -O2 -fomit-frame-pointer -m64 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -Wno-unused -fno-strict-aliasing -I ../../../tools/libxc -I ../../libaio/src -I.. -I../lib -I. -I../../xenstore  -D_GNU_SOURCE -Wp,-MD,.blktapctrl.d -o blktapctrl -L. -L.. -L../lib -L../../../tools/libxc -lblktap -lxenctrl -lcrypto -lz -L../../../tools/xenstore -lxenstore blktapctrl.c
/usr/bin/ld: skipping incompatible /usr/lib/libcrypto.so when searching for -lcrypto
/usr/bin/ld: skipping incompatible /usr/lib/libcrypto.a when searching for -lcrypto
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[3]: *** [blktapctrl] Error 1
make[3]: Leaving directory `/opt/xen-3.0.4_1-src/tools/blktap/drivers'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/opt/xen-3.0.4_1-src/tools/blktap'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/opt/xen-3.0.4_1-src/tools'
make: *** [install-tools] Error 2

I see this problem is discussed at http://www.mail-archive.com/trilug@xxxxxxxxxx/msg37260.html but no solution is given.   


I have
# locate crypto.so
/lib/libcrypto.so.0.9.8b
/lib/libcrypto.so.6
/lib64/libcrypto.so.0.9.8b
/lib64/libcrypto.so.6
/usr/lib/libcrypto.so

[]# ls -al /usr/lib/libcrypto.so
lrwxrwxrwx 1 root root 29 May 11 11:40 /usr/lib/libcrypto.so -> ../../lib/libcrypto.so.0.9.8b


[]# ldconfig -N -X -v|grep '^/.*:$'
/usr/lib64/qt-3.3/lib:
/usr/lib:
/lib:
/lib64:
/usr/lib64:

[c]# rpm -qa |grep openssl
openssl-devel-0.9.8b-8.3.fc6
openssl-0.9.8b-8.3.fc6.i386
openssl-0.9.8b-8.3.fc6.x86_64



has anyone gotten an x86_64 install of xen3.0.4  working or understand how to get around this?


thanks
-zaq

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xen 3.0.4 on FC6 x86_64 install problem with lcrypto, zac elston <=