Hi,
The julia executable from the julia package depends on libopenlibm.so from the openlibm package.
There is a symlink from /usr/lib/julia/libopenlibm.so to /usr/lib/libopenlibm.so.3 in the julia package, but openlibm now provides libopenlibm.so.4.
Relinking to the new file fixes the issue and julia runs.
thank you for the notification
I'll have a look at the issue
after updating (or installing) julia the issue should no longer occur now