[Edit: including info about Kicad version, my system and install method]
I downloaded Kicad 5.0 rc2-22 and installed it via CMAKE, with NGSpice simulation enabled. My system is Fedora 28 Linux.
When I try some features, Kicad prompts me that it couldn’t find some shared object files.
Example:
I open Eeschema, select “place symbol” and click somewhere to place a component. It loads the component libraries, as can be seen in the first screenshot. And when it finishes loading these libraries, it opens a message box, shown in the second screenshot.
However, this missing file is located inside /usr/local/lib64. I suspect Kicad is looking inside /usr/lib64 and not /usr/local/lib64. What is the best approach to fix this problem?
Also remember this is a support form by users for users. Developers are reached via the bugtracker or mailing list. More details see: I found a bug. What now?
I don’t think this is a bug. I have very little experience with software development. I’m only building from source because I want to use a Spice simulator with frontend integrated, in Linux. Probably I’m doing something wrong.