Jump to content
  • 0

Linux Server Error: Warning Message: Bad file format ().


Captain_Chris

Question

4 answers to this question

Recommended Posts

  • 0

Why not posting these kind of questions in the Linux Server Forum?

 

./epoch: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by ./epoch)

 

You need a newer version of glibc...I think starting from 2.16 should work.

 

I gave some hints on how to start the server with that here:

https://www.youtube.com/watch?v=VvVGNCRG1z8  (Chapter 6).

 

and here:

https://www.youtube.com/watch?v=71xCShQ_HFM   (Chapter 12).

Link to comment
Share on other sites

  • 0

Why not posting these kind of questions in the Linux Server Forum?

 

./epoch: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.15' not found (required by ./epoch)

 

You need a newer version of glibc...I think starting from 2.16 should work.

 

I gave some hints on how to start the server with that here:

https://www.youtube.com/watch?v=VvVGNCRG1z8  (Chapter 6).

 

and here:

https://www.youtube.com/watch?v=71xCShQ_HFM   (Chapter 12).

 

I followed your instructions and it still won't boot, any ideas?

updated log file: http://pastebin.com/0Bq0n68t

Sorry for posting here but i had found a similar post about my problem in this forum and posted here hoping i could get an answer.

Link to comment
Share on other sites

  • 0

3 Options to update glibc,  

 

As Linux depends on this, you can't screw it up or you will have to reinstall with the possibility of loosing everything *I have experience in this* < I wrecked the server.. 

 

 

Option 1 - Easier - But possibly won't work, worth a try :)

  1. Download libc6

  2. Run dpkg command to install them into a directory (/home/libcpkg/ for example):

    $ dpkg -x libc6_2.16-0ubuntu3_amd64.deb /home/libcpkg/

  3. In the epoch.sh change

 LD_LIBRARY_PATH=.:/usr/lib32:$LD_LIBRARY_PATH;

 to the following 

LD_LIBRARY_PATH=/home/libcpkg/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH;

 

Option 2 - Could work but never tried it so not sure if it wipes files or not - Backup just incase

In terminal as root type

 

sudo do-release-upgrade

 

This will upgrade to the latest release *Don't quote me on that*

 

Option 3 - Will work but you will need to setup your system again - Only do as a last resort :)

Fully reinstall the latest version of your distro Debian 7.7.0 has glibc 2.16 built in I believe

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...