Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] julia package wrong symlink (Read 472 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] julia package wrong symlink

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.

Re: julia package wrong symlink

Reply #1
thank you for the notification
I'll have a look at the issue

 

Re: julia package wrong symlink

Reply #2
after updating (or installing) julia the issue should no longer occur now