install xojo 64 bit on CentOS_7

Im trying to install Xojo 64bit on CentOS7 but this returns Failed dependencies.
All libraries on CentOS are x86_64 but somehow I have the impression Xojo is trying to install i686 libraries which are conflicting with x86_64

[quote]error: Failed dependencies:
ld-linux-armhf.so.3 is needed by xojo2018r4-2018.04-2.x86_64
ld-linux-armhf.so.3(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libX11.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgio-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libglib-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgobject-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgthread-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libunwind-arm.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libz.so.1 is needed by xojo2018r4-2018.04-2.x86_64[/quote]
I looked at xojo requirements but that is not clear to me
Is there anybody who can tell me what the exact yum commands are

Which package are you using? Deb, rpm or tgz?

rpm

roland,

You can check installed dependencies using this command

rpm -qa | grep glibc glibc-common-2.17-260.el7_6.3.x86_64 glibc-headers-2.17-260.el7_6.3.x86_64 glibc-devel-2.17-260.el7_6.3.x86_64 glibc-2.17-260.el7_6.3.x86_64

Install needed dependencies with yum:

sudo yum install libz 

Might not need sudo if you are logged in as root

The answer I get is:

[quote]glibc-2.17-260.el7_6.3.x86_64
glibc-common-2.17-260.el7_6.3.x86_64
glibc-2.17-260.el7_6.3.i686
[root@catWeb ~]# yum install glibc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

  • base: ftp.belnet.be
  • epel: epel.mirror.wearetriple.com
  • extras: ftp.belnet.be
  • updates: ftp.belnet.be
    Package glibc-2.17-260.el7_6.3.x86_64 already installed and latest version
    [/quote]
    But as you can see there is a mixed of x86_64 and i686
    something is wrong here.

I did install a package x2go which is a graphical equivalent of nomachine or vnc

Maybe I have to reinstall the webserver.
But if I install a basic CentOS7 what do I have to install to make Xojo working.
Could someone tell me what the commands are.
Like:
yum install …
yum install …

If you reinstall the server and on install select Gnome desktop and developer tools most of what you need will already be installed for Xojo

When you go to install Xojo again run ldd against it to find what dependencies might be missing, for instance ldd reports that libunwind is missing so:

yum install libunwind

You do that for any missing dependencies ldd reports

You could have yum remove those .i686 packages

yum remove glibc-2.17-260.el7_6.3.i686

OR

rpm -e glibc-2.17-260.el7_6.3.i686 

ldd only works if there is a file Xojo, the executable that will start Xojo.
But if there are failed dependencies with the rpm of Xojo, there will be no Xojo executable.
Therefor ldd will be no option.

Roland,

you are correct, my brain is on Monday overload

You could always use the Tar file for install then ldd the main executable

but as we have no Idea how you set up your web server. I usually install developer tools and Gnome but they can always be installed after

I think I will start with a minimal install without Gnome and then install Xojo.
But I downloaded it on another server and copied the link which is
https://privatecdn.xojo.com/Xojo/Xojo2018r4/xojo2018r4.rpm?secure=Xu0Hd5eK8jsbzToG3M-vuw==,1551173166
which will result in
rpm -ivh xojo2018r4.rpm?secure=C8J7utZAf1sSWXQbn4lWYQ==,1551030349
I have never seen this kind of rpm. You?

Just remove everything from the question mark on. You’ve got part of the url on there.

Thanks, I will install this afternoon. Hope I will be lucky

Hope all goes well, please report back

I did a minimum installation. MySQL, httpd, Gnome are not installed and I got the following:

[quote] rpm -ivh xojo2018r4.rpm
error: Failed dependencies:
ld-linux-armhf.so.3 is needed by xojo2018r4-2018.04-2.x86_64
ld-linux-armhf.so.3(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
ld-linux.so.2 is needed by xojo2018r4-2018.04-2.x86_64
ld-linux.so.2(GLIBC_2.3) is needed by xojo2018r4-2018.04-2.x86_64
libX11.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libX11.so.6()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.1) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.1.3) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.2) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.2.4) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.3) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.3.3) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.3.4) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.6) is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.1) is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_3.0) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_3.3) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_4.3.0) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libgio-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libglib-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgobject-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgthread-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6(GLIBC_2.1) is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6(GLIBC_2.2) is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.1) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.12) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.2) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.2.3) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.3.2) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.3.3) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
librt.so.1 is needed by xojo2018r4-2018.04-2.x86_64
librt.so.1(GLIBC_2.2) is needed by xojo2018r4-2018.04-2.x86_64
librt.so.1(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libunwind-arm.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind-x86_64.so.8()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1 is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libz.so.1 is needed by xojo2018r4-2018.04-2.x86_64
[/quote]

What do I do now. I’m asking because I don’t dare install anything. I took a snapshot just in case.

ok so start knocking the dependencies off one by one

yum install gcc

GNU C Compiler(GCC) and let yum install the dependencies it needs for that

then try Xojo again and check the dependency list and we can go from there

installed gcc

[quote]error: Failed dependencies:
ld-linux-armhf.so.3 is needed by xojo2018r4-2018.04-2.x86_64
ld-linux-armhf.so.3(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
ld-linux.so.2 is needed by xojo2018r4-2018.04-2.x86_64
ld-linux.so.2(GLIBC_2.3) is needed by xojo2018r4-2018.04-2.x86_64
libX11.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libX11.so.6()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.1) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.1.3) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.2) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.2.4) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.3) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.3.3) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.3.4) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libc.so.6(GLIBC_2.6) is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.1) is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_3.0) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_3.3) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_4.3.0) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libgio-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libglib-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgobject-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgthread-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6(GLIBC_2.1) is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6(GLIBC_2.2) is needed by xojo2018r4-2018.04-2.x86_64
libm.so.6(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.1) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.12) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.2) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.2.3) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.3.2) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.3.3) is needed by xojo2018r4-2018.04-2.x86_64
libpthread.so.0(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
librt.so.1 is needed by xojo2018r4-2018.04-2.x86_64
librt.so.1(GLIBC_2.2) is needed by xojo2018r4-2018.04-2.x86_64
librt.so.1(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libunwind-arm.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind-x86_64.so.8()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1 is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libz.so.1 is needed by xojo2018r4-2018.04-2.x86_64
[/quote]
gcc is still there

ok now install GLIBC as it is maintained separately

[quote] ld-linux-armhf.so.3 is needed by xojo2018r4-2018.04-2.x86_64
ld-linux-armhf.so.3(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libX11.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libX11.so.6()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_3.0) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_3.3) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_4.3.0) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libgio-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libglib-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgobject-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgthread-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libunwind-arm.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind-x86_64.so.8()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libz.so.1 is needed by xojo2018r4-2018.04-2.x86_64
[/quote]

The list is getting shorter!

now install libX11

I have the impression they never tested this at Xojo

[quote]error: Failed dependencies:
ld-linux-armhf.so.3 is needed by xojo2018r4-2018.04-2.x86_64
ld-linux-armhf.so.3(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libX11.so.6 is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libatk-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo-gobject.so.2()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2 is needed by xojo2018r4-2018.04-2.x86_64
libcairo.so.2()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libdl.so.2(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_3.0) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_3.3) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GCC_4.3.0) is needed by xojo2018r4-2018.04-2.x86_64
libgcc_s.so.1(GLIBC_2.0) is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk-3.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgdk_pixbuf-2.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libgio-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libglib-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgobject-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgthread-2.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libgtk-3.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpango-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0 is needed by xojo2018r4-2018.04-2.x86_64
libpangocairo-1.0.so.0()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libunwind-arm.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind-x86_64.so.8()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8 is needed by xojo2018r4-2018.04-2.x86_64
libunwind.so.8()(64bit) is needed by xojo2018r4-2018.04-2.x86_64
libutil.so.1(GLIBC_2.4) is needed by xojo2018r4-2018.04-2.x86_64
libz.so.1 is needed by xojo2018r4-2018.04-2.x86_64
[/quote]

I’m sure they did but it is to hard to test for every environment because to many variables

install libunwind , libutil and libz