you need to add the SDK to the library path. try running something like:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/SDK/lib
where "/path/to/SDK/lib" is the place where the SDK installed the libOpenCL.so file. On NVidia its
/usr/local/cuda/lib/x86_64/
not sure where AMD installs it.