Yes!
Actually, with RedHat, I edit the file /etc/ld/so.conf.
I add the path to the Oracle libraries. That's the key!
I reload the links with the command
ldconfig
I restart the radiusd, and it passes!

I can even remove the path to the Freeradius libs
/applis/freeradius/lib
The result is the same. I would have expect the /freeradius/lib necessary in
the ld library path, and not the oracle one! That was my error.

Thank you Alan, very much.
Best Regards,

Edith



----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 17, 2001 9:52 PM
Subject: Re: Compiling freeradius 0.2 and oracle 8.1.6


> [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
>
>


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

Reply via email to