Tim Winders schrieb:

> I have tried LD_LIBRARY_PATH=/usr/local/ssl I have tried
> 
> --with-openssl-libraries=/usr/local/ssl/lib and 
> --with-openssl-includes=/usr/local/ssl/include, I have
> tried creating 
> symlinks to the openssl files to the /usr/local/lib
> directory, all to no 
> avail.
> 
> This is on a Tru64 5.1b system.  What else can I try to
> make eap/tls 
> build? 

Probably something is trying to use the libs in wrong order
(-lcrypto -lssl instead of -lssl -lcrypto).
   LIBS="-lssl -lcrypto" ./configure ...
might help.

        HTH,
                 Stefan

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

Reply via email to