Skip to content

"Error while loading shared libraries" after trying to i-use-arch-btw #19

Closed Answered by overmighty
consler asked this question in Q&A
Discussion options

You must be logged in to vote

The dynamic linker/loader is probably not searching for libraries in /usr/local/lib. Try this:

export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
i-use-arch-btw -h

You can also use the i-use-arch-btw-git AUR package which installs into /usr like other packages, so it doesn't require you to change the LD_LIBRARY_PATH environment variable. When you install the project manually with CMake commands, it installs into /usr/local by default.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by overmighty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants