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
This is due to RPATH. Using the build directory as RPATH leads to the packages being built correctly, but the build path leaves remnants in the binaries. In order to not contanimate the packages, the system RPATH needs to be used.
This however leads to the libraries jot being found when building the packages.
The (temporary) solution is to first build the core package and install it, then the http package and then all others.
This is a non-ideal solution which needs further investigation on how to solve properly.
The file exists here:
./output/lib/libmuonpi-core.so.
The text was updated successfully, but these errors were encountered: