|
From: Mimi Z. <zo...@li...> - 2010-08-10 23:55:07
|
On Mon, 2010-08-09 at 16:04 +0500, waqar afridi wrote: > Hi List > > > I have compiled ima_boot_aggregate.c from test suite, now when I try > to run it, it gives the following message > > > # ./ima_boot_aggregate /sys/kernel/security/ima/binary_runtime_measurements > > > ima_boot_aggregate 1 TCONF : System doesn't have openssl/sha.h > > > here's the Locate Command I ran for sha.h > > > #locate sha.h > > > /root/Desktop/openssl-0.9.8o/crypto/sha/sha.h > /root/Desktop/openssl-0.9.8o/include/openssl/sha.h > /usr/include/openssl/sha.h > /usr/local/ssl/include/openssl/sha.h > /usr/src/linux-2.6.35/arch/s390/crypto/sha.h > /usr/src/linux-2.6.35/include/config/crypto/dev/padlock/sha.h > /usr/src/linux-2.6.35/include/crypto/sha.h > /usr/src/linux-headers-2.6.28-11/include/crypto/sha.h > /usr/src/linux-headers-2.6.28-11-generic/include/config/crypto/dev/padlock/sha.h > > > I have installed openssl from synaptic manager and also from source > but can't solve this problem > just in case I am using ubuntu 9.04 > > > Any kind of help will be appreciated. > > > Thanx in advance > > -- > Waqar Afridi On Fedora the package is openssl-devel. (You might also need openssl-static.) It seems, but I haven't tried it, that on Ubuntu you need libssl-dev. Mimi |