You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiling and installing glyr OOTB from Git on Fedora 27 with cmake mostly at the default settings ends up with the library (.so) under /usr/local/lib, and the cmake-typical empty RPATH.
So glyrc does not find its library.
The fix for me is to add this line to CMakeLists.txt:
Greetings,
compiling and installing glyr OOTB from Git on Fedora 27 with cmake mostly at the default settings ends up with the library (.so) under /usr/local/lib, and the cmake-typical empty RPATH.
So glyrc does not find its library.
The fix for me is to add this line to
CMakeLists.txt
:This may be Linux/glibc specific as it relies on ld.so understanding the $ORIGIN token.
The text was updated successfully, but these errors were encountered: