Catalyst 13.1 Installation Issues
#8
There should not be 32 bit opencl etc lib around on your system. Maybe it is because of the AMDAPP (ocl SDK install). As suggested by @expixoip you should remove *everything* sdk/ocl/amd/ati driver related stuff first (also a clean distro installation might have some of those packages pre-installed, so remove it).
To check what is going on with 32 bit libs (that shouldn't be there), issue these commands:
Code:
sudo updatedb
locate libOpenCL|xargs file
locate openGL|xargs file

You should not have 32 bit libs... maybe you have downloaded the 32 bit amd installer?


Messages In This Thread
Catalyst 13.1 Installation Issues - by obsidian - 06-06-2013, 04:51 AM
RE: Catalyst 13.1 Installation Issues - by philsmd - 06-07-2013, 08:24 AM