I think it couldn't find the local libc_s7.so, so it
loaded some other version:

access("/opt/snd-20/libc_s7.so", F_OK) = -1 ENOENT (No such file or directory)
access("/home/jhearon/libc_s7.so", F_OK) = 0
openat(AT_FDCWD, "/home/jhearon/libc_s7.so", O_RDONLY|O_CLOEXEC) = 3

So, you're running the no-gui Snd, but not from the directory it was
built in, and (I think) you have an older version of Snd on /home/jhearon.
I think in this case, repl.scm needs to be smarter about versions.
(It's repl.scm that is trying to load libc_s7.so).  Hmmm...

_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to