[CM] Cmdist Digest, Vol 145, Issue 5

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Thu Jun 11 13:42:02 PDT 2020


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



More information about the Cmdist mailing list