I just compiled a batch of FLTK libraries that supports Xft.
Traditionally, to deal with alternatives in the older extensions.
The approach was to replace the current libraries via the tce.installed script.
This time, I passed --libdir=/usr/local/lib/fltk-xft to configure script as a custom path.
I want to keep them both, and ideally to pick the one I need with /etc/ld.so.conf in the startup script.
What is the proper way for that ?
I tried switching order, then calling ldconfig, but it doesn't yield.
P.S. I had to use attachment cause the forum kept reporting Internal Server Error