• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Debian 6.0 Compiler Error, whats missing?

Danger II

tibiara.com
Joined
Nov 21, 2012
Messages
1,773
Solutions
13
Reaction score
707
Location
Germany
Using Debian 7 (64 bit, Thread Topic is wrong, sorry), anyone a idea whats missing?
I thought about libboost, but their all updated on 1.42



Code:
tools.o: In function `transformToMD5(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
/linux/../../src/tools.cpp:35: undefined reference to `MD5Init(MD5_CTX*, unsigned long)'
/linux/../../src/tools.cpp:36: undefined reference to `MD5Update(MD5_CTX*, unsigned char const*, unsigned int)'
/linux/../../src/tools.cpp:37: undefined reference to `MD5Final(MD5_CTX*)'
tools.o: In function `transformToSHA1(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
/linux/../../src/tools.cpp:52: undefined reference to `SHA1::SHA1()'
/linux/../../src/tools.cpp:56: undefined reference to `SHA1::Input(unsigned char const*, unsigned int)'
/linux/../../src/tools.cpp:57: undefined reference to `SHA1::Result(unsigned int*)'
/linux/../../src/tools.cpp:67: undefined reference to `SHA1::~SHA1()'
/linux/../../src/tools.cpp:67: undefined reference to `SHA1::~SHA1()'
tools.o: In function `transformToSHA256(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
/linux/../../src/tools.cpp:73: undefined reference to `SHA1::SHA1()'
/linux/../../src/tools.cpp:77: undefined reference to `SHA1::Input(unsigned char const*, unsigned int)'
/linux/../../src/tools.cpp:78: undefined reference to `SHA1::Result(unsigned int*)'
/linux/../../src/tools.cpp:88: undefined reference to `SHA1::~SHA1()'
/linux/../../src/tools.cpp:88: undefined reference to `SHA1::~SHA1()'
tools.o: In function `transformToSHA512(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)':
/home/tfs/solutions/linux/../../src/tools.cpp:94: undefined reference to `SHA1::SHA1()'


linux/../../src/tools.cpp:98: undefined reference to `SHA1::Input(unsigned char const*, unsigned int)'
/linux/../../src/tools.cpp:99: undefined reference to `SHA1::Result(unsigned int*)'
/linux/../../src/tools.cpp:109: undefined reference to `SHA1::~SHA1()'
/linux/../../src/tools.cpp:109: undefined reference to `SHA1::~SHA1()'
 
Back
Top