Artix Linux Forum

Artix Linux => Package management => Topic started by: chamano on 16 September 2021, 12:49:21

Title: [SOLVED] julia package wrong symlink
Post by: chamano on 16 September 2021, 12:49:21
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.
Title: Re: julia package wrong symlink
Post by: Artist on 16 September 2021, 18:10:06
thank you for the notification
I'll have a look at the issue
Title: Re: julia package wrong symlink
Post by: Artist on 16 September 2021, 22:40:05
after updating (or installing) julia the issue should no longer occur now