Skip to content
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

Closed
onlytailei opened this issue Nov 15, 2017 · 5 comments
Closed

/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.23' #24

onlytailei opened this issue Nov 15, 2017 · 5 comments

Comments

@onlytailei
Copy link

onlytailei commented Nov 15, 2017

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?

@nsubiron
Copy link
Collaborator

Hi, sorry, CARLA requires Ubuntu 16.04 or later.

@onlytailei
Copy link
Author

Can it be used in docker?

@nsubiron
Copy link
Collaborator

We haven't had time to test it yet, but take a look at issue #17

@NikolausDemmel
Copy link

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...

@micmarty
Copy link

micmarty commented Nov 6, 2018

Is there anyone who found solution for this problem.
I don't root priviliges + manual glibc 2.23 build fails every time 🥇

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants