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“

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570923

Title:
  bacula-dir won't start with "undefined symbol: mysql_init"

To manage notifications about this bug go to:
https://bugs.launchpad.net/bacula/+bug/1570923/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to