|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: Error Building Xen-Unstable: cannot find "crypto"
this error means you need to install OpenSSL (or modify your -I and -L
flags to include the OpenSSL libs )
On Wed, 20 Sep 2006, Hannes Petschauer wrote:
Date: Wed, 20 Sep 2006 17:56:42 +0200
From: Hannes Petschauer <hapet@xxxxxx>
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: Error Building Xen-Unstable: cannot find "crypto"
Hi!
I'm trying to build Xen-unstable 3.0:
When I do a "make tools", I geht this error-message (also with "make
world").....
gcc -O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -D__XEN_TOOLS__ -fPIC -Wall -Werror -Wno-unused -g3
-fno-strict-aliasing -I ../../../tools/libxc -I ../../libaio/src -I..
-I../lib -I. -I../../xenstore -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_GNU_SOURCE -Wp,-MD,.blktapctrl.d -o blktapctrl -L.
-L.. -L../lib -L../../../tools/libxc -lblktap -lcrypto -lz
-L../../../tools/xenstore -lxenstore blktapctrl.c
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[3]: *** [blktapctrl] Fehler 1
make[3]: Leaving directory `/root/xen-unstable/tools/blktap/drivers'
make[2]: *** [install] Fehler 2
make[2]: Leaving directory `/root/xen-unstable/tools/blktap'
make[1]: *** [install] Fehler 2
make[1]: Leaving directory `/root/xen-unstable/tools'
make: *** [install-tools] Fehler 2
debian:~/xen-unstable#
What is this "crypto"? Do I need to install additional libraries?
Thanks!
Hannes
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|