Skip to content

Error while loading shared libraries: libdmrconf.so.0.9: cannot open shared object file: No such file or directory #175

Answered by hmatuschek
clewisit asked this question in Q&A
Discussion options

You must be logged in to vote

The path is correct. Home-brewed software should be installed under /usr/local/.

However, this path is frequently not searched for libraries by default. To change that, add the line /usr/local/lib to /etc/ld.so.conf or create a new file in /etc/ld.so.conf.dcontaining that line. Then run sudo ldconfig to update the linker.

This should do the trick.

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by hmatuschek
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@n7ekb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #174 on November 11, 2021 17:02.