I hate to ask the obvious, but I want to make sure I understand this right. If you use the --with-rlm-FOO-lib-dir and -include-dir options, does this mean you can have the source or a module somewhere other than the normal freeradius/src/modules/modules tree? In my case, we're modifying the rlm_eap module, so I would like to have that in a directory under our source control system, and NFS mount the rest of freeradius in a shared directory. I assume both --with-rlm-eap-lib-dir and --with-rlm-eap-include-dir would have to point to the same directory, the top level of rlm_eap?

Regards,
Dave

Simon White wrote:

At 09:47 AM 12/5/2002 +0000, you wrote:


>Looks like you don't have the db libraries, or the configure script
>hasn't been told where to find them, or your db libraries are not
>compatible with those that freeradius needs.

05-Dec-02 at 07:24, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote :

I have the stock libraries that came with FreeBSD and have installed everything using the defaults as to the placement of the libraries. Do you have any idea where I can get the db libraries?

Well, it might just be you have to point the configure script to where
the libraries are

--with-rlm-FOO-lib-dir=DIR Directory to look for library files
used by module FOO
--with-rlm-FOO-include-dir=DIR Directory to look for include files
used by module FOO

if you're sure that the configure script is looking in the right place,
then it's not compatible with the libraries, or can't find the source
files (just the object files) for those libraries, and so can't compile
against them.

Other than that, we're getting beyond my (limited) knowledge of how
libraries interact with freeradius, since I'm not using DB libraries but
rather MySQL with Freeradius.

-- |-Simon White, Internet Services Manager, Certified Check Point CCSA. |-MTDS Internet, Security, Anti-Virus, Linux and Hosting Solutions. |-MTDS 14, rue du 16 novembre, Agdal, Rabat, Morocco. |-MTDS tel +212.3.767.4861 - fax +212.3.767.4863




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

Reply via email to