Has anyone got this to work! in BT5 R1 | 64bit KDE
I keep getting
./oclHashcat-plus32.bin: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
The path is defined! correctly to libOpenCL
my gpu is configured correctly is working fine in pyrit. (HD Radeon 6770 , AMD FX-4100 CPU)
snip of .bashrc
Code:
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
# . /etc/bash_completion
#fi
export HISTCONTROL=ignoreboth
fi
export PATH=$PATH:/etc/alternatives/gem-bin
export AMDAPPSDKROOT=/opt/AMD-APP-SDK-v2.5-RC2-lnx64/
export AMDAPPSDKSAMPLESROOT=/opt/AMD-APP-SDK-v2.5-RC2-lnx64/
export LD_LIBRARY_PATH=${AMDAPPSDKROOT}lib/x86_64:${LD_LIBRARY_PATH}
export ATISTREAMSDKROOT=$AMDAPPSDKROOT
also if any help
HTML Code:
root@bt:/pentest/passwords/oclhashcat+# ./oclHashcat-plus32.bin
./oclHashcat-plus32.bin: error while loading shared libraries: libOpenCL.so.1: wrong ELF class: ELFCLASS64
root@bt:/pentest/passwords/oclhashcat+# ./oclHashcat-plus64.bin
bash: ./oclHashcat-plus64.bin: cannot execute binary file
all the latest updates from repo have been applied.
I'd appreciate any help been as i've been at this for hours and my brains mangled with it.