On Tue January 24 2012, Lutz Jaenicke wrote:
> I can’t seem to run make on my Ubuntu machine. Have been trying with the
> openssl-1.0.0g.tar.gz
> 
> I’ve also tried to make clean before, and to run ./config no-asm
> 
> Here’s what I’m getting when I run make after the above (I tried to search
> for the file called stdlib.h, and indeed I don’t find it…):
> 

That should be included with the toolchain on your machine, try:
apt-get install build-essentials
(or whatever name the package is on your Ubuntu installation).

And:
apt-get build-deps OpenSSl
(again, correct the arguments to match your Ubuntu installation).
would probably not hurt any either.

Mike
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to