hashcat Forum
how to install ATI_Stream_SDK in ubuntu - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html)
+--- Thread: how to install ATI_Stream_SDK in ubuntu (/thread-274.html)



how to install ATI_Stream_SDK in ubuntu - estefano - 02-04-2011

Hi :

im verry noob in linux, but im see the best speed for my HD5970 is whit linux, so im install last ubuntu 10.10 and install ati catalyst 10.12

but cant install ATI_Stream_SDK 2.3

some body can help me ?

Br


RE: how to install ATI_Stream_SDK in ubuntu - atom - 02-04-2011

you just need to unpack the SDK and execute the following command (replace path with your installation path):

32bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86"

64bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86_64"

note this is not permanent. you need to add it either to some logon script or execute it each time you logon


RE: how to install ATI_Stream_SDK in ubuntu - estefano - 02-04-2011

(02-04-2011, 11:05 AM)atom Wrote: you just need to unpack the SDK and execute the following command (replace path with your installation path):

32bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86"

64bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86_64"

note this is not permanent. you need to add it either to some logon script or execute it each time you logon

Im try but not succes, some more clear info can u geve me ? im need loged as "root" for ejecuted this commands ?

Br



RE: how to install ATI_Stream_SDK in ubuntu - atom - 02-04-2011

continued here: http://hashcat.net/forum/thread-276.html