On Jul 31, 2014, at 7:15 PM, Dan Langille <[email protected]> wrote: > I’m in the process of updating the FreeBSD port to 7.0.4 and I have had a > difficult time. The current issue seems to be a null libbaccats library. > > I have managed to get bacula-fd and bacula-sd running. bacula-dir is having > issues. Running with -d 999 gave these messages (the output has been > trimmed): > > bacula-dir: priv.c:48-0 uname=bacula gname=bacula > bacula-dir: message.c:1347-0 Enter Jmsg type=3 > bacula-dir: message.c:811-0 Enter dispatch_msg type=3 msg=bacula-dir JobId 0: > Fatal error: Please replace this null libbaccats library with a proper one.
I think I found the problem. This is from a working 5.x system:
$ ldd /usr/local/lib/libbaccats.so.5
/usr/local/lib/libbaccats.so.5:
libpq.so.5 => /usr/local/lib/libpq.so.5 (0x801208000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x801434000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x801653000)
libm.so.5 => /lib/libm.so.5 (0x801963000)
libc.so.7 => /lib/libc.so.7 (0x80081a000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x801b84000)
libintl.so.9 => /usr/local/lib/libintl.so.9 (0x801d91000)
libssl.so.6 => /usr/lib/libssl.so.6 (0x801f9b000)
libcrypto.so.6 => /lib/libcrypto.so.6 (0x8021f1000)
libthr.so.3 => /lib/libthr.so.3 (0x802599000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x8027bb000)
This is what I have installed:
$ ldd /usr/local/lib/libbaccats.so.7
/usr/local/lib/libbaccats.so.7:
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x801201000)
libm.so.5 => /lib/libm.so.5 (0x801511000)
libc.so.7 => /lib/libc.so.7 (0x80081a000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x801732000)
I have not linked properly. I’m looking in that now.
—
Dan Langille
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
