OK, I figured this out: I must have accidentally gotten the wrong xbase47.tgz fileset. problem solved. Thanks for all the help though.
David On Sun, Aug 8, 2010 at 7:26 PM, David Hardy <planetm...@gmail.com> wrote: > I just tried to compile symon from source and got: > > cc -o symux symux.o readconf.o symuxnet.o share.o -L/usr/X11R6/lib > -lfontconfig -L../lib -L/usr/local/lib -lsym -lrrd > /usr/X11R6/lib/libfontconfig.so.6.0: file not recognized: File format not > recognized > collect2: ld returned 1 exit status > *** Error code 1 > > I just re-untarred xbase47.tgz, too, so that's a little odd. > > David > > > On Sun, Aug 8, 2010 at 7:22 PM, David Hardy <planetm...@gmail.com> wrote: > >> # more .systrace/usr_local_libexec_symux >> >> Policy: /usr/local/libexec/symux, Emulation: native >> native-issetugid: permit >> native-mprotect: prot eq "PROT_READ" then permit >> native-mmap: prot eq "PROT_READ|PROT_WRITE" then permit >> native-__sysctl: permit >> native-fsread: filename eq "/var/run/ld.so.hints" then permit >> native-fstat: permit >> native-mmap: prot eq "PROT_READ" then permit >> native-close: permit >> native-fsread: filename eq "/usr/lib/libc.so.53.1" then permit >> native-read: permit >> native-mquery: permit >> native-mmap: prot eq "PROT_READ|PROT_EXEC" then permit >> native-fsread: filename eq "/usr/lib/libfontconfig.so.6.0" then >> permit >> native-write: permit >> native-exit: permit >> native-fsread: filename eq "/usr/local/lib/librrd.so.3.0" then >> permit >> >> Not sure how to decode that, but I still get the same error, even after >> removing /usr/X11R6/lib from shlib_dirs, and running 'ldconfig -m >> /usr/X11R6/lib '. >> >> I'm pretty stumped here. >> >> -David >> >> >> >> >> >> >> >> On Sat, Aug 7, 2010 at 10:00 AM, Kevin Chadwick <ma1l1i...@yahoo.co.uk>wrote: >> >>> On Fri, 6 Aug 2010 15:21:31 -0600 >>> David Hardy <planetm...@gmail.com> wrote: >>> >>> > #systrace -A /usr/local/libexec/symux >>> > /usr/local/libexec/symux: can't load library 'libfontconfig.so.6.0' >>> > >>> > not sure that helps us. >>> > >>> > thanks, bTW. >>> > >>> > -David >>> > >>> >>> I presume you also did >>> >>> /bin/cat .systrace/usr_local_libexec_symux