Is anyone using freeradius on OpenBSD (3.3)? It seems like there is something findamentally wrong with config:

1) make did not find krb.h, even though it is in what I assume is a standard location:

        /usr/include/kerberosV/krb5.h

Not a big problem, however, I just configured with Kerberos (I am including this as it might be related to the major problem below):

./configure --with-rlm_mysql --without-rlm_krb5

2) Make and installed next successfully, .. however the built modules DNW.

starting radiusd with -X:

radiusd: entering modules setup
Module: Library search path is /usr/local/lib
radiusd.conf[1367] Failed to link to module 'rlm_exec': No such file or directory

The install created files that *look* to be correct:

lrwxr-xr-x 1 root wheel 11 Aug 18 16:02 /usr/local/lib/rlm_exec-1.0.0.la -> rlm_exec.la
-rw-r--r-- 1 root wheel 21318 Aug 18 16:02 /usr/local/lib/rlm_exec.a
-rwxr-xr-x 1 root wheel 690 Aug 18 16:02 /usr/local/lib/rlm_exec.la


BUT none of them will link. Could this problem be related to these linker warnings:

*** Warning: This library needs some functionality provided by -lresolv.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module rlm_files.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

Any suggestions would be greatly appreciated, .. I can also send the logs from configure & make, if it would help.


        TIA,

        Lee


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

Reply via email to