[EMAIL PROTECTED] wrote:
> What happens is that the system linker of my Linux Redhat can not find any
> Freeradius library as you can see :
> bash$ /sbin/ldconfig -v
> ...
> /home/applis/freeradius/lib:
> /usr/lib:
>         libssl.so.0 => libssl.so.0.9.6
>         libcrypto.so.0 => libcrypto.so.0.9.6
>         libz.so.1 => libz.so.1.1.3
>         libutempter.so.0 => libutempter.so.0.5.2
>         ....
> 
> But the rlm_sql and rlm_sql_oracle libraries are there!

  Yes... add the directories where the oracle libraries are to the
environment variable LD_LIBRARY_PATH.

$ LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):/applis/oracle/8.1.6/rdbms/demo
$ export LD_LIBRARY_PATH
$ ./radiusd -X -d /path/to/raddb/

  Alan DeKok.

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

Reply via email to