-
Notifications
You must be signed in to change notification settings - Fork 30
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
GLIBC_2.1.5 is missing #31
Comments
Which distro are you using? |
debian wheezy which seems to be kind of the problem... the library is missing I think. I read about that issue in a forum already, right now Im trying to find a workaround. |
Its not missing, can't be. Linux runs on it :P http://stackoverflow.com/questions/10863613/how-to-upgrade-glibc-from-version-2-13-to-2-15-on-debian Follow those instructions |
Well my comment could be easily misunderstood, I see. I wanted to say that this particular version is missing because theres only an older version installed. Also your postet tutorial would work, the only issue is the library is a very basic part of Linux and installing a new version would change quit a lot. I am trying to run the epoch server on a newer version and keep the older version installed. It worked so far. Im just getting a different error that was caused by it, I will see if I can fix it. If so I will tell how, if not I will ask again :). Thanks for the help so far. |
ahh right I understand now :) https://packages.debian.org/sid/libc6 download the required file at the bottom and then place it into your arma dir with epoch.sh and then change the location of lib
would be
I believe |
indeed, thats what I have done so far. Unfortinatly I get a new error: __vdso_time: invalid mode for dlopen(). After a bit of research I found out its a bit tricky to use two different versions of GLIBC: The absolute path to ld-linux.so.2 is hard-coded into the executable at link time, and can not be easily changed after the link is done." |
No there isn't requirements to do that as I said in the first post if you follow |
I've used that method many times and I've never had any problems with it so it work without any problems and anything that requires libc < 2.15 will be updated also |
Ok, even though I did not want to update my GLIBC I did so in order to get everything working. So far everything seems to be fine after updating. Even MySQL is still working. I would like to see a version of this server in the future that carries its own libraries to work on a distribution like debian too without the requirement of such an update. Anyways, after fixing a lot of stuff (tolower did not work as it should + a couple of wrong places for files) I was able to start the server. Only Warning I get: "Warning Message: Addon 'dayz_server' requires addon 'dayz_code'". I hope this isnt a real issue. However, I am not able to connect to my server. It is running via screen and according to top there is an app running consuming something like 5% RAM and CPU. I cannot find it via DayZCommander nor can I connect. If I try Im getting into something like a login but the connection attempt stops at "wait for host" and stays there. Last thanks for all the support so far and I hope you can help me fixing that as well :) |
"16:20:34 Mission DayZ Epoch Chernarus read from bank. Thats the connection details I get. I can only connect via DayZCommander and because the server isnt listed/ cannot be seen in the Favorites I can only connect with Vanilla Arma2OA. Also I needed to disable the firewall to even get this piece of connection. I opened ports 2300 to 2305, any idea why I need to disble that firewall? EDIT: opening UDP Ports as well fixed the issue with the firewall. Still "wait for host". |
You shouldn't need steam, everything in the git is all thats required, try using the install file that should solve the error |
also it will take upto 24 hours to show in dz launcher and commander |
Converting ArmA 2 OA directory: |
thats what Im getting if I try using the install script. Also the issue is not that I cant find the Server in DayZCommander. I cant even connect via IP :/ Im just getting this "wait for host" message and Im unable to track it down... |
change install file to this
and the tolower.c file to this |
Okay I could track down the issue: |
Make sure all the files were uploaded correctly |
I didnt upload the files manualy (would have taken me for over 2 days) but rather downloaded them from the official torrent. Therefore I am quite sure my files are okay. |
still getting the same error messages if I run the code you gave me... seems like it is the same code from the files I downloaded. I realy didnt change anything nor did I download any corrupt file. There has to be an error in the installation somewhere... |
So the problem was with my dayz epoch files indeed. The files (the pbo files and stuff) were in /epoch/@dayz_server/ and not in /epoch/@dayz_server/addons/ where they should belong to. I fixed that. Now the server even seems to be running but when I press ok to load the mission file everything gets stuck again. Its saying "receiving mission file 1Kb/53Kb" on the client. The server tries to load the mission file at that time but instantly crashes with this error message: |
I'm out at the moment so I can't look into it much, is the mission file a default one or have you loaded a custom one? |
default mission files downloaded with the linux server files of this topic. And Im happy if we can get this fixed anyways. It doesnt need to be that fast. |
I am about to surrender :( |
do you have a teamspeak I can join and I can walk you through? |
Sorry I could only answer that late I was away for a bit. And yes I do have a teamspeak3: 92.222.119.10. If you could help me with that I would be very happy :) |
What time is suitable for you? |
Actualy you can join whenever you feel like it :) If you see me online "Gamejet" just poke me and Im going to answer. |
Im followed the installation steps of your thread. Pretty much everything worked except I couldnt get app 33900 (no subscription) and v1042update.sql crashed my mysql server. Everything else worked fine and I dont think these things will take effect on anything too bad. Anyways at starting epoch.sh I get the error message "GLIBC_2.1.5" is missing and required by ./epoch.sh. Any idea how to fix this?
The text was updated successfully, but these errors were encountered: