-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)
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