← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #77839]: Compiling the crypt-ssleay0.57 package failed

 

Question #77839 on crypt-ssleay in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/crypt-ssleay/+question/77839

    Status: Open => Answered

actionparsnip proposed the following answer:
You need to find the packages that provide these files:

crypt_ssleay_version.h:1:25: error: openssl/ssl.h: No such file or directory
crypt_ssleay_version.h:2:28: error: openssl/crypto.h: No such file or directory
crypt_ssleay_version.h:3:25: error: openssl/err.h: No such file or directory
crypt_ssleay_version.h:4:26: error: openssl/rand.h: No such file or directory
crypt_ssleay_version.h:5:28: error: openssl/pkcs12.h: No such file or directory

you can either websearch or use package searching (slow)

sudo apt-get install apt-file; sudo apt-file update; sudo apt-file
search ssl.h

This will take a good while as it is noting down every file in every
package so you can search them. You could search the web at the same
time to see if you can find the package you need

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.