Robert Schultz schrieb:
> Hello.
> 
> I am trying to run freeRADIUS 1.0.0 with openssl 0.9.7d.
> While doing
> 
> ./configure --with-openssl-libraries=/usr/local/lib
> --with-openssl-includes=
> /usr/local/include
> or
> ./configure
> --with-openssl-libraries=/usr/local/openssl/lib
> --with-openssl-i
> ncludes=/usr/local/openssl/include

CFLAGS=-I/usr/local/openssl/include LDFLAGS="-L/usr/local/openssl/lib
-lssl -lcrypto" ./configure
might work better.

        HTH,
                Stefan

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

Reply via email to