Hi everybody reading this article... I started playing a game on windows (called King Arthur's Gold 2D)
But under linux (currently F17c) i allways get an error when starting:
rungame.sh: ./KAG: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Please somebody what can I do??? I searched my entire system, but i don't have the ld-linux.so.2 ... :(

The library should be part of "glibc" package, which is a fundamental system package, I doubt that you lack it.

To find the ld-linux.so.2 try to run this command:

$ locate ld-linux

It is possible that the file in question appears in the wrong directory, like /lib64 or something. You can then make a symlink to that file in the /lib folder.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.