Hey people,
I made a simple application that Initializes a MySQL connection and shuts it down again. Though, I'm getting some nasty linker errors while compiling. I've searched around the whole frickin' net for the answer and it also comes closer in bits and pieces, but not close enough.
There errors I get while compiling are all in the form of undefined reference to `_mysql_<function>_'.
On several sites it was said I have to add -L<path to my libmysqlclient.so> -lmysqlclient, but it seems as if I don't have that file at all. And it just doesn't seem like that, I don't have the file, while I definitely installed MySQL.
Anyone have the solution for me? It'd be greatly appreciated.