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
I've finally located and solved the problem and managed to install raisim. For people who may encounter the same problem on Ubuntu18.04, in my case it's not about gcc / libstdc++6 version in #9 (comment),
but instead a problem about the lib soft linking to a older GLIBC version(2.27 in my case) on the machine. This requires updating the GLIBC to 2.29 and then soft link libm-2.29.so to libm.so.6. In my case, I didn't realize that soft linking libm-2.29.so to libm.so.6 was not successful with ln -sf after installing GLIBC2.29, where there wasn't any warning or error. After sudo ln -sf, it works well.
Thanks,
Yilin
YiLin32Wang
changed the title
Failure of building RaiSim with cmake and make
Failure of building RaiSim with GLIBC version error
Apr 23, 2023
Hi,
Thanks for the interesting work!
I'm trying to build install the physics simulation engine following the INSTALLATION.md.
However, I'm stuck with the error when running
make install -j4
, where it appears as followed:which seems like some issues with the GLIBC version. However, the error remains even after I update my GLIBC to 2.29.
I'm wondering if you have ever seen this problem or have any ideas about this?
Thanks!
The text was updated successfully, but these errors were encountered: