linux 64 app 32 bit

I have a linux server (CentOS release 6.6 (Final))
Linux 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
I’m trying to run a app console 32 bit
I installed on this version
yum -y install glib2.i686 libgcc.i686 libstdc++.i686
This gives the error:

[quote] 3. You have duplicate versions of glib2 installed already.
You can use “yum check” to get yum show these errors.

   ...you can also use --setopt=protected_multilib=false to remove
   this checking, however this is almost never the correct thing to
   do as something else is very likely to go wrong (often causing
   much more problems).

   Protected multilib versions: glib2-2.28.8-10.el6.i686 != glib2-2.28.8-4.el6.x86_64

Error: Protected multilib versions: libstdc+±4.4.7-23.el6.i686 != libstdc+±4.4.7-11.el6.x86_64
Error: Protected multilib versions: libgcc-4.4.7-23.el6.i686 != libgcc-4.4.7-11.el6.x86_64
[/quote]

The server I’m talking about crashed. The previous installation worked with this supplementary installation of 32-bit components
What is going wrong

For every 32-bit lib, there’s a corresponding 64-bit version. What this error is telling you is that the libs you are trying to install are newer than the ones on the machine. You’ll probably need to do a yum update before installing the new libs to keep everything in sync.

I made a very simple console version which does only print “Hello world”
I compiled it with ‘Xojo 2018r3 64 bit’ which gives

and with Version ‘2017r1.1 64 bit’

[quote]./MyApplication: /lib64/libc.so.6: version `GLIBC_2.14’ not found (required by /home/roland/MyApplication Libs/XojoConsoleFramework64.so)
[/quote]

De server: Centos 6.10 updated.

Roland, don’t know if this will help (libunwind) on your Centos but take a look:
https://forum.xojo.com/conversation/post/384375

[quote=412991:@roland brouwers]I made a very simple console version which does only print “Hello world”
I compiled it with ‘Xojo 2018r3 64 bit’ which gives

and with Version ‘2017r1.1 64 bit’

De server: Centos 6.10 updated.[/quote]
This would indicate that your system doesn’t have our minimum system requirements.

http://documentation.xojo.com/resources/system_requirements_for_current_version.html#Linux_Notes

Alberto:
No package libunwind.x84_64 available.

Greg:
As I can read in this Notes, then Centos 7 is required.

Does this mean that Xojo 2018r3 doesn’t run on Centos 6 ???

If this is the case, is there a way to compile with another version of Xojo.
I already tried 2017r1.1 but that doesn’t work either.

Rolan, yes I suspected that maybe libunwind is not available for Centos 6, sorry for that.

You can visit: http://developer.xojo.com/system-requirements-2017r1
It say that minimum is Centos 6, but if you want 64bit you need Centos 7