Hello,

I use
-Freeradius release 0.9.3
-openssl SNAP 20040303

When i Tried to run the following wrapper around radiusd

#!/bin/sh -x
LD_LIBRARY_PATH=/usr/local/openssl/lib
LD_PRELOAD=/usr/local/openssl/lib/libcrypto.so
export LD_LIBRARY_PATH LD_PRELOAD
/usr/local/radius/sbin/radiusd $@

I got an error about shared libraries.
cannot open /usr/local/openssl/lib/libcrypto.so

I've tried to add this line
/usr/local/openssl/lib in the /etc/ld.so.conf and run ldconfig -v but without any success.


Can anyone help me

Thks



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

Reply via email to