On 2017-03-06 at 14:41:57 Josip Deanovic wrote:

> I would use these two steps to check that:
> 1. ldd <path_to_your_bacula-dir_binary>
>    check if you can find something like libmysqlclient in the
>    output.
> 
> 2. Check if your /usr/lib64/libbaccats.so symlink points to the
>    correct library (mysql and not postgres). Modern distributions
>    are usually using alternatives(8) to manage this.

Thanks Josip,

1. ldd /usr/sbin/bacula-dir|grep libmysql
        libmysqlclient.so.18 => /usr/lib64/mysql/libmysqlclient.so.18
        (0x00007fa905d81000)

2. The symlink points correctly which it didn't in my first shots :-)

--
Regards,
Erik P. Olsen, M.Sc. EE
Solsortvej 30
DK-2000 Frederiksberg
Denmark
 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to