Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. /usr/lib/libmysqlcppconn.a(mysql_client_api.cpp.o): In function `sql::mysql::NativeAPI::LibmysqlStaticProxy::affected_rows(st_mysql*)':
  2. (.text+0x182): undefined reference to `mysql_affected_rows'
  3. /usr/lib/libmysqlcppconn.a(mysql_client_api.cpp.o): In function `sql::mysql::NativeAPI::LibmysqlStaticProxy::autocommit(st_mysql*, char)':
  4. (.text+0x1ab): undefined reference to `mysql_autocommit'
  5. /usr/lib/libmysqlcppconn.a(mysql_client_api.cpp.o): In function `sql::mysql::NativeAPI::LibmysqlStaticProxy::close(st_mysql*)':
  6. (.text+0x1ca): undefined reference to `mysql_close'
  7.  
  8. .... (it goes on)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement