This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The Texture Compression Tool for Linux x64 is actually a 32 bit binary

It doesn't run on 64 bit linux. I verified this by running the 'file' command: it's a ELF 32-bit LSB executable. This is unfortunately blocking my project; is there any way you can upload a proper 64-bit version? Thanks!

Parents
  • Hi Radvani, I just ran this on Ubuntu 12.04.3 LTS x64 and it ran fine for me, I think you just need the relevant 32bit libraries installed. If you run "ldd bin/*" in the extracted folder then it should tell you what it is missing. For example to install the 32 bit libjpeg on Ubuntu it is "apt-get install libjpeg62:i386".

    That said, we have noted this for a future release as it would be nice to not require 32 bit libs.

    Thanks,

    Chris

Reply
  • Hi Radvani, I just ran this on Ubuntu 12.04.3 LTS x64 and it ran fine for me, I think you just need the relevant 32bit libraries installed. If you run "ldd bin/*" in the extracted folder then it should tell you what it is missing. For example to install the 32 bit libjpeg on Ubuntu it is "apt-get install libjpeg62:i386".

    That said, we have noted this for a future release as it would be nice to not require 32 bit libs.

    Thanks,

    Chris

Children
No data