Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Marten

#1
in /usr/local/etc/raddb/radiusd.conf I canged

#libdir = /usr/local/lib/freeradius-3*
libdir = /usr/local/lib/freeradius-3.0.25

Then got this notification:

/usr/local/etc/rc.d/radiusd debug
/usr/local/etc/raddb/mods-enabled/pap[13]:  \
Failed to link to module 'rlm_pap': /usr/local/lib/freeradius-3.0.25/rlm_pap.so: Undefined symbol "EVP_sha3_224"


That points in the direction of crypto libs...

Since I change most systems from OpenSSL to LibreSSL, changed that back to Open SSL, and now Radius starts...

My gues is that FreeRadius has no LibreSSL included.... 


cheers Marten
#2
Hi ,

I have patched an test-box to 22.1.10 en then installed FreeRadius, enabled it and have the same issue.


/usr/local/etc/rc.d/radiusd debug ends with:

~~~
/usr/local/etc/raddb/mods-enabled/pap[13]: Failed to link to module 'rlm_pap': Cannot open "/usr/local/lib/freeradius-3*/rlm_pap.so"


and

ls -lh /usr/local/lib/freeradius-3*/rlm_pap.so
-rwxr-xr-x  1 root  wheel    29K Jul  6 03:24 /usr/local/lib/freeradius-3.0.25/rlm_pap.so

Kind regards Marten