Re: Can't install phix
- Posted by petelomax Nov 10, 2022
- 6033 views
achury said...
Why not on the open source Eu 3.x ?
Have you see the source code of Eu 3.x?
achury said...
I have never used phix.
Well then, there be your mistake. Maybe someone here can tell you how to check you've got glibc <= 2.35 (or >= 2.37) so you can give it a spin.
achury said...
Now become forced to move to Eu4 in order to run on linux64 machines.
Not so. Not an expert, but "sudo dpkg --add-architecture i386" or "sudo apt-get install multiarch-support" or "sudo apt-get install ia32-libs" or suchlike should allow 32 bit programs to run on 64 bit linux, which I assume is your problem.
achury said...
Why not try to made phix 100% compatible with Eu3 code, so become the natural sucessor on the 3.x line?
Have you see the source code of Eu 3.x?