Hello. I'm trying to use a linux build of gtk3 based software (seamonkey browser) on FreeBSD 14.2. After installing the necessary linux-rl9-* packages from pkg it works flawlessly, except that I can't use gtk immodule. I'm using korean/imhangul-gtk3 for korean input. I believe it's because the immodule (/usr/local/lib/gtk-3.0/immodules/im-hangul.so) is a FreeBSD binary and not linux's and I need a linux version of it under its rootfs. However, this isn't a widely used package and I don't have any other Rocky Linux 9 machine I can compile/copy from. Is there an easy way to compile this? Thanks.