;_;
After literally years, figured this out:
There were random old crappy *system-level* libs in /usr/local/lib, and they were *in use*:
rlpowell@vrici> sudo ldd /usr/bin/* | grep /usr/local/lib | awk '{ print $3 }' | sort | uniq -c
[sudo] password for rlpowell:
ldd: /usr/bin/miniterm-2.7.py: No such file or directory
ldd: warning: you do not have execution permission for `/usr/bin/mono-sgen-gdb.py'
2 /usr/local/lib/libQtCore.so.4
1 /usr/local/lib/libQtGui.so.4
82 /usr/local/lib/libfontconfig.so.1
101 /usr/local/lib/libfreetype.so.6
5 /usr/local/lib/libguile-2.0.so.22
Removing that crap plus a re-install cleared the problem right up.
;___; I can't believe it was something so dumb. Sorry about that!
|