GLIBC_2.33 errors when trying to install zmq package #66
Description
I'm trying to install package zmq
, which is used within jupyter
. Then when issuing (require 'zmq)
, I am prompted to build it, for which I respond yes.
I keep getting this error:
Debugger entered--Lisp error: (module-open-failed "/home/<username>/.config/emacs-doom-chemacs/.local/elpa/zmq-20230608.1856/emacs-zmq.so" "/snap/emacs/2157/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.33' not found (required by /home/<username>/.config/emacs-doom-chemacs/.local/elpa/zmq-20230608.1856/emacs-zmq.so)")
I'm running on Ubuntu 22.04, running in this snap.
I understand that this has something to do with the version of glibc being different between the system version and the snap version, but I'm not sure what to do about it. I see that there are other issues relating to glibc on other packages, but I'm not sure what to do about it in this particular case. Any advice?