Hi everyone,
this time, I managed to make a persistent installation in a usb 32Gb drive.
But now I want to configure this for faster pyrit usage.
I found that this is the way to do it, that is similar to CUDA.
I follow this tutorial:
http://www.backtrack-linux.org/wiki/...Install_OpenCL
When I do the point:
Code:
root@bt:~# svn co https://calpp.svn.sourceforge.net/svnroot/calpp calpp
root@bt:~# cd calpp/trunk
root@bt:~# cmake .
I get this following error:
Code:
root@bt:~# cd calpp/trunk/
root@bt:~/calpp/trunk# cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Could NOT find Boost
CMake Error at CMakeLists.txt:15 (MESSAGE):
Unable to find boost library
-- Configuring incomplete, errors occurred!
root@bt:~/calpp/trunk#
When I wanted to install the libboost1.40-all-dev, it tells me:
Code:
root@bt:~# apt-get install libboost1.40-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libboost1.40-all-dev: Depends: libboost-iostreams1.40-dev but it is not going to be installed
Depends: libboost-regex1.40-dev but it is not going to be installed
E: Broken packages
Can anyone help me with this?
Just need to solve this so I can install pyrit and cpyrit and then test all.
Thanks in advance