Re: Radius challenges in FreeBSD 14.0 Re: FreeBSD 14.0-RC4 Now Available
Date: Mon, 06 Nov 2023 08:50:18 UTC
On Mon, Nov 06, 2023 at 09:04:15AM +0100, Baptiste Daroussin wrote: > On Mon, Nov 06, 2023 at 12:50:43AM -0700, The Doctor wrote: > > On Mon, Nov 06, 2023 at 08:43:05AM +0100, Baptiste Daroussin wrote: > > > On Sun, Nov 05, 2023 at 12:11:06PM -0700, The Doctor wrote: > > > > On Sun, Nov 05, 2023 at 10:32:44AM -0700, The Doctor wrote: > > > > > On Fri, Nov 03, 2023 at 11:42:32PM +0000, Glen Barber wrote: > > > > > > The fourth RC build of the 14.0-RELEASE release cycle is now available. > > > > > > > > > > > > Installation images are available for: > > > > > > > > > > > > o 14.0-RC4 amd64 GENERIC > > > > > > > > > > > > > > > > > > > > > > I am having a problem witb Freeradius and GNU radius. > > > > > > > > > > Anyone else? > > > > > > > > > > > > > > > > > > I found the problem. Replace /usr/lib/libncursesw.so as a symbolic > > > > link to /lib/libncursesw.so.9 > > > > > > can you provide more inputs here, please where do you get your freeradious or > > > gnu radius implementation from, what is failing an so on? > > > > > > Best regards, > > > Bapt > > > > freeradius looks like a TLS issue with openssl 3 > > > > . > > > > gnu Radius was biuld by me and not a port. > > > > Trying to recode is a challenge. > > > > What is happening is that > > > > the so file is not being recognised so > > I have to symlink in order to get GNU radius 1.6.X to work . > > > > It will work with /lib/libncursesw.so.9 if the so file is found in > > /usr/lib . > > OK I will dig into gnu-radius, and fix the port if needed! thank you > > Best regards, > Bapt I just checked here, and I built gnu-radius on a vanilla freebsd 14.0 rc4 and a vanilla 15 current, and in both case it perfectly links to libncursesw.so.9 and does not require any change of the .so, at least from all the binary analysis that I have done, do you have a specific command that will expose the issue? Can you provide me you gnu-radius package as created by pkg create gnu-radius ? Best regards, Bapt