Comment 22 for bug 1570923

Revision history for this message
Marcos (markinholiveira) wrote :

I compiled following a pt_BR guide, and it says that, for Ubuntu Xenial, we have to do this before running make:
edit file "bacula-7.4.0/src/cats/Makefile" and modifiy the variable MYSQL_LIBS to:
(64bit)
MYSQL_LIBS = /usr/lib/x86_64-linux-gnu/libmysqlclient.a
(32bit)
MYSQL_LIBS = /usr/lib/i386-linux-gnu/libmysqlclient.a
Then continue running make and make install. Otherwise we would get the error "libbaccats…: undefined symbol“