#NetBSD people! I need some help.
I'm trying to update the port of an old piece of software (#plptools), but I'm having issues with linking it to readline.
It's detecting libedit first, even though FSF readline is installed. The following does nothing:
CPPFLAGS="-I/usr/pkg/include/readline/" LDFLAGS="-L/usr/pkg/lib/" ./configure
Adding LIBS="-lreadline" throws an error early on in ./configure, saying that it can't find libreadline.so.8.
Do you have any advice at all?
The GitHub issue is here: https://github.com/plptools/plptools/issues/22#issuecomment-2954149613