mit-scheme-kernel icon indicating copy to clipboard operation
mit-scheme-kernel copied to clipboard

kernel won't start / undefined symbol: zmq_msg_init

Open tttaaannnggg opened this issue 3 years ago • 2 comments

(my environment is Ubuntu via WSL 2 )

So far, I haven't been able to locally install the mit-scheme kernel. I've successfully installed MIT Scheme from source, ZeroMQ, and this repo, but when I run the last step of

jupyter console --kernel mit-scheme

I get the following:

;The primitive dld-load-file, while executing the dlopen system call, received the error: /usr/local/lib/mit-scheme-x86-64/zmq-shim.so: undefined symbol: zmq_msg_init.
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.

2 error>
End of input stream reached.

tttaaannnggg avatar Jul 09 '20 20:07 tttaaannnggg

I also get this problem, Did u fix it?

ivanberry avatar May 30 '22 10:05 ivanberry