I am trying to compile some code, and I seem to be running into a whole
lot of problems. Searching with google has been fruitless.
Maybe some of you might have an idea of what this means, or could point
me in the right direction:
/usr/lib/libmysqlpp.a(connection.o)(.text+0x19d): In function
`mysqlpp::Connection::use(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
: undefined reference to `mysql_query'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x1d0): In function
`mysqlpp::Connection::use(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
: undefined reference to `mysql_error'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x258): In function
`mysqlpp::Connection::use(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
: undefined reference to `mysql_use_result'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x425): In function
`mysqlpp::Connection::store(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
: undefined reference to `mysql_query'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x458): In function
`mysqlpp::Connection::store(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
: undefined reference to `mysql_error'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x4e0): In function
`mysqlpp::Connection::store(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
: undefined reference to `mysql_store_result'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x5e6): In function
`mysqlpp::Connection::exec(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)':
: undefined reference to `mysql_query'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x614): In function
`mysqlpp::Connection::exec(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)':
: undefined reference to `mysql_error'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x7b1): In function
`mysqlpp::Connection::execute(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
: undefined reference to `mysql_query'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x7e4): In function
`mysqlpp::Connection::execute(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, bool)':
: undefined reference to `mysql_error'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x932): In function
`mysqlpp::Connection::info()':
: undefined reference to `mysql_info'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x983): In function
`mysqlpp::Connection::shutdown()':
: undefined reference to `mysql_shutdown'
/usr/lib/libmysqlpp.a(connection.o)(.text+0x9ac): In function
`mysqlpp::Connection::shutdown()':
: undefined reference to `mysql_error'
/usr/lib/libmysqlpp.a(connection.o)(.text+0xa9f): In function
`mysqlpp::Connection::reload()':
: undefined reference to `mysql_refresh'
/usr/lib/libmysqlpp.a(connection.o)(.text+0xac8): In function
`mysqlpp::Connection::reload()':
: undefined reference to `mysql_error'