Rod Farmer schrieb:
> 
> Hi everyone,
> 
>         I have just untarred openssl in the /usr/loca directory on my box

So you have a /usr/local/openssl-0.9.3a directory then?

> and am trying desperately to install openssl with the make command.
> 
> I have tried cc, gcc and linux-elf configurations with make and pmake.
>  
> All of them exit when they can't find crpytlib.o. 

There should be a file called cryptlib.c in the crypto/ sub dir.
1.) if it isn't then you had problems unpacking your distribution
2.) if there is one then make doesn'T know a rule how to build
    a .o file from a .c file which means your development env is
    somehow broken.

> Also it tells me thta it
> has created /usr/local/include/openssl but it hasn't at all.

If you don't do a make install then this dir will not be created...
Where have you been told about it?
 
> Does anyone have any idea how I might be able to get the thing to compile so
> I can then attempt to get mod_ssl running?

-- 
Holger Reif                  Tel.: +49 361 74707-0
SmartRing GmbH               Fax.: +49 361 7470720
Europaplatz 5             [EMAIL PROTECTED]
D-99091 Erfurt                    WWW.SmartRing.de
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to