Hi Rok,

Thanks, but I have done exactly the same... but I get the following:

./configure --with-openssl-libraries=/usr/local/ssl/lib/ 
--with-openssl-includes=/usr/local/ssl/include/

checking for openssl/ssl.h... yes
checking for openssl/err.h... no
checking for openssl/crypto.h... no
checking for openssl/rand.h... no
checking for openssl/engine.h... no
checking for OpenSSL version >= 0.9.7... yes

Does the configure file simply look for the files or does it require a certain 
attribute within the file?

Bit funny it can find ssl.h but it can't find crypto.h when they are in the same 
directory...

btw. I am running on Debian...

How did you compile OpenSSL?

Tom.

> -----Original Message-----
> From: Rok Papez [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 03, 2004 3:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: SSL problem
> 
> 
> Hello Tom!
> 
> Tom Rixom wrote:
> 
> > I installed openssl-0.9.7c on a clean system (no previous 
> openssl installed)
> > and set the directories in the configure command but I 
> seems it cannot
> > find certain files and or attributes in files.
> > 
> > When checking for files it for example says that it can 
> find the openssl.h file
> > but cannot find the files crypto.h, engine.h and so forth. 
> But if I look the
> > files are there are there...
> 
> You need to specify full paths as in:
> ./configure --prefix=/opt/freeradius \
>              --with-openssl-libraries=/opt/openssl-0.9.7c/lib/ \
>              --with-openssl-includes=/opt/openssl-0.9.7c/include/
> 
> checking for openssl/ssl.h... yes
> checking for openssl/err.h... yes
> checking for openssl/crypto.h... yes
> checking for openssl/rand.h... yes
> checking for openssl/engine.h... yes
> checking for OpenSSL version >= 0.9.7... yes
> 
> Make sure the options to configure are passed exactly as 
> above. They are not checked!
> -- 
> Lep pozdrav,
> Rok Papez.
> 
> - 
> List info/subscribe/unsubscribe? See 
http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to