Thanks,
-Hans
Code: Select all
......
copying deluge/ui/web/themes/gray/s.gif -> build/lib.linux-i686-2.6/deluge/ui/web/themes/gray
running build_ext
building 'libtorrent' extension
creating build/temp.linux-i686-2.6
creating build/temp.linux-i686-2.6/libtorrent
creating build/temp.linux-i686-2.6/libtorrent/src
creating build/temp.linux-i686-2.6/libtorrent/src/kademlia
creating build/temp.linux-i686-2.6/libtorrent/bindings
creating build/temp.linux-i686-2.6/libtorrent/bindings/python
creating build/temp.linux-i686-2.6/libtorrent/bindings/python/src
gcc -fno-strict-aliasing -DNDEBUG -march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fwrapv -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.6 -I/usr/include -I/usr/include/python2.6 -c ./libtorrent/src/udp_tracker_connection.cpp -o build/temp.linux-i686-2.6/./libtorrent/src/udp_tracker_connection.o -D_FILE_OFFSET_BITS=64 -DNDEBUG -DTORRENT_USE_OPENSSL=1 -O2 -Wno-missing-braces
gcc -fno-strict-aliasing -DNDEBUG -march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fwrapv -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.6 -I/usr/include -I/usr/include/python2.6 -c ./libtorrent/src/web_peer_connection.cpp -o build/temp.linux-i686-2.6/./libtorrent/src/web_peer_connection.o -D_FILE_OFFSET_BITS=64 -DNDEBUG -DTORRENT_USE_OPENSSL=1 -O2 -Wno-missing-braces
In file included from ./libtorrent/include/libtorrent/storage.hpp:58,
from ./libtorrent/include/libtorrent/peer_connection.hpp:63,
from ./libtorrent/include/libtorrent/web_peer_connection.hpp:60,
from ./libtorrent/src/web_peer_connection.cpp:43:
./libtorrent/include/libtorrent/hasher.hpp:46:25: error: openssl/sha.h: No such file or directory
In file included from ./libtorrent/include/libtorrent/storage.hpp:58,
from ./libtorrent/include/libtorrent/peer_connection.hpp:63,
from ./libtorrent/include/libtorrent/web_peer_connection.hpp:60,
from ./libtorrent/src/web_peer_connection.cpp:43:
./libtorrent/include/libtorrent/hasher.hpp:116: error: ‘SHA_CTX’ does not name a type
./libtorrent/include/libtorrent/hasher.hpp: In constructor ‘libtorrent::hasher::hasher()’:
./libtorrent/include/libtorrent/hasher.hpp:90: error: ‘m_context’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp:90: error: ‘SHA1_Init’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp: In constructor ‘libtorrent::hasher::hasher(const char*, int)’:
./libtorrent/include/libtorrent/hasher.hpp:93: error: ‘m_context’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp:93: error: ‘SHA1_Init’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp:96: error: ‘SHA1_Update’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp: In member function ‘void libtorrent::hasher::update(const char*, int)’:
./libtorrent/include/libtorrent/hasher.hpp:102: error: ‘m_context’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp:102: error: ‘SHA1_Update’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp: In member function ‘libtorrent::sha1_hash libtorrent::hasher::final()’:
./libtorrent/include/libtorrent/hasher.hpp:108: error: ‘m_context’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp:108: error: ‘SHA1_Final’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp: In member function ‘void libtorrent::hasher::reset()’:
./libtorrent/include/libtorrent/hasher.hpp:112: error: ‘m_context’ was not declared in this scope
./libtorrent/include/libtorrent/hasher.hpp:112: error: ‘SHA1_Init’ was not declared in this scope
error: command 'gcc' failed with exit status 1