Problem installing catalyst 13.1 in debian
#10
(07-07-2013, 09:40 PM)eljolot Wrote: But your using The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux? I see in the error that is "zenity" that is other distro.

(06-09-2013, 03:28 PM)qpens8 Wrote: Hi

after your instruction i got

AMD Catalyst(TM) Proprietary Driver Installer/Packager
=====================================================================
Detected configuration:
Architecture: x86_64 (64-bit)
X Server: X.Org 6.9 or later 64-bit
loki_setup: directory: (null)
/usr/bin/zenity: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS32
The error could, but has most likely nothing to do with the different distro, it is just saying that the calling program (a 64bit one) is loading the wrong (a 32bit one) library.
Probably the just compiled 64bit library is not set or included into your environment, most likely because the patched code and installer script is not complete/tested and it is a work in progress or unfinished, so it would not modify your $LD_LIBRARY_PATH variable or /etc/ld.so.conf.d/ and possibly break something untill is tested and known to be stable.
Just include it yourself and it should work:
add a file with the .conf suffix in the /etc/ld.so.conf.d/ directory with the following two lines:
/usr/lib
/usr/lib64


Messages In This Thread
RE: Problem installing catalyst 13.1 in debian - by MaKr0 - 07-15-2013, 06:33 PM