Hello,
I’ve had to prebuild some libraries from source (which I’m perfectly fine with) but my small problem is that linkers are unable to find the built libraries in /usr/local/lib as Solus doesn’t use the local hierarchy.
Normally there are two options I believe, one is to push your custom .conf in the /etc/ld.so.conf.d directory which also I believe is missing in Solus.
what are my options here?
would using ldconfig -n append the new path to search for dynamic libs there? Or adding LD_LIBRARY_PATH to bashrc? (Can you add more than one? I was always confused with this path flag tbh) those libraries utilise pkgconfig as well which I probably forgot to add PKG_CONFIG_PATH…
Thank you!