Code:
setup.data/bin/Linux/amd64/setup.gtk2: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
setup.data/bin/Linux/amd64/setup.gtk: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
The setup program seems to have failed on amd64
Fatal error, installer failed to run at all!
ran ldconfig and still fails,
Code:
larry@osprey:~/GoogleEarth$ locate libxml2.so
/usr/lib/libxml2.so.2
/usr/lib/libxml2.so.2.6.24
/usr/lib/libxml2.so
larry@osprey:~/GoogleEarth$ locate libSM.so
/usr/lib/libSM.so.6.0.0
/usr/lib/libSM.so.6
And looking further...This Might Be Why.
Code:
larry@osprey:~/GoogleEarth$ file setup.data/bin/Linux/amd64/*
setup.data/bin/Linux/amd64/setup.gtk: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), for GNU/Linux 2.2.0, stripped
setup.data/bin/Linux/amd64/setup.gtk2: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), for GNU/Linux 2.2.0, stripped
setup.data/bin/Linux/amd64/uninstall: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), for GNU/Linux 2.2.0, stripped
Those should be
Code:
ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.0, dynamically linked (uses shared libs), for GNU/Linux 2.6.0, stripped
oh oopsies, with whom do I file a bug report?