ID:161597
Apr 19 2008, 7:46 am
|
|
12:44:14 (413.01 KB/s) - `libstdc++.so.5' saved [737816/737816] [root@gameo byond]# DreamDaemon --version DreamDaemon: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /root/byond/bin/libbyond.so) [root@gameo byond]# [root@gameo byond]# [root@gameo byond]# [root@gameo byond]# sudo mv libstdc++.so.5 /lib [root@gameo byond]# export LD_LIBRARY_PATH=/root/byond/bin [root@gameo byond]# DreamDaemon --version DreamDaemon: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /root/byond/bin/libbyond.so) [root@gameo byond]# i did everything it said to in the help file and i still get same error please help me to fix lol. |
Apr 20 2008, 11:29 pm
|
|
So no help?
|
In response to Gokussj99
|
|
The error means exactly what it says, you don't have at least version 2.4 of glibc. The latest versions of BYOND were compiled using this version so they require it to work. Running 'apt-get install gcc' should get you the very latest glibc version.
|