"Error while loading shared libraries" after trying to i-use-arch-btw #19
-
After I run
Which didn`t really give ME any information so I'm asking for help here. Also a few days ago I reinstalled the OS(arch linux btw) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
The dynamic linker/loader is probably not searching for libraries in /usr/local/lib. Try this:
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.