[EMAIL PROTECTED] wrote:
> When I'm trying to compile freeradius-1.0.1 on Solaris *
> I get -lcrypo -lssl  linked in the wrong order:

  That's why the linker line says "-lcrypto -lssl -lcrypto"

> configure:7233: checking for SSL_new in -lssl

  That's the output from "configure", not from compiling the server.

  If "configure" isn't doing the right thing, you can do

$ LIBS="-lcrypto -lssl -lcrypto" ./configure

  and it should work.

  Alan DeKok.

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

Reply via email to