-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.23' #24
Comments
Hi, sorry, CARLA requires Ubuntu 16.04 or later. |
Can it be used in docker? |
We haven't had time to test it yet, but take a look at issue #17 |
Just a note, #17 shows how to build everything in docker. Running UE4 and/or the editor in docker will probably be more involved to ensure access to graphics hardware and make the GUI work, but it might be possible... |
Is there anyone who found solution for this problem. Is there a possibility to build Carla with static link, not dynamic? 1)
$~/CarlaUE4/Binaries/Linux> ./CarlaUE4
./CarlaUE4: /lib64/libm.so.6: version 'GLIBC_2.23' not found (required by ./CarlaUE4)
2)
$~/CarlaUE4/Binaries/Linux> ldd CarlaUE4 | grep libm.so.6
./CarlaUE4: /lib64/libm.so.6: version 'GLIBC_2.23' not found (required by ./CarlaUE4)
libm.so.6 => /lib64/libm.so.6 (0x00007f296a90c000) Thanks for any replies :D |
I'm using ubuntu 14.04.
When I run carla (installed from the release version 0.6.0), I suffered the error as:
xxxxx/CARLA_0.6.0/CarlaUE4/Binaries/Linux/CarlaUE4: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.23' not found (required by xxxxx/CARLA_0.6.0/CarlaUE4/Binaries/Linux/CarlaUE4)
I tried both in the system python3 and anaconda python3, both of them give the error.
Should I install the new glib?
The text was updated successfully, but these errors were encountered: