Re: [Bacula-users] Bat Segmentation Fault - Solved

2008-01-18 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Another commonly helpful step in situations like this: ldd -v /usr/bin/bat ...should tell you if there are libraries missing. You should see something like this: [EMAIL PROTECTED]:~$ ldd -v /usr/bin/bat linux-gate.so.1 => (0xe000)

[Bacula-users] Bat Segmentation Fault - Solved

2008-01-17 Thread Greg Miller
OK, I finally figured out where I went wrong with this. Bat is now working correctly. Apparently, the problem had something to do with missing X11 components on my system (dependency info incorrect in some package?). After performing a yum groupinstall "X Window System", everything just work