Page 1 sur 1

missing libreadline

Publié : lun. févr. 23, 2026 6:43 am
par ftneek
Hello, I noticed the precompiled mac build is missing libreadline from libs_arm64.

Code : Tout sélectionner

/Applications/usr/bin/icas
dyld[79712]: Library not loaded: @executable_path/../libs_arm64/libreadline.8.2.dylib
  Referenced from: <50E04C8A-7EA6-388F-9941-A7481ED4113D> /Applications/usr/bin/icas
  Reason: tried: '/Applications/usr/libs_arm64/libreadline.8.2.dylib' (no such file)
However if I add the missing file or compile myself, it works fine. Would it be possible to fix?

Re: missing libreadline

Publié : lun. févr. 23, 2026 12:15 pm
par parisse
Indeed, the library file is missing, this will be fixed for the next binary packages, thanks for pointing. By the way, if it happens that some library files are missing, the easiest way to add them is to install them from an install with brew.

Re: missing libreadline

Publié : jeu. févr. 26, 2026 6:14 pm
par ftneek
Much appreciated.

By the way, can files still be downloaded from https://www-fourier.univ-grenoble-alpes ... isse/giac/ ? Lately I get "failed: Connection refused."

Code : Tout sélectionner

wget https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac/xcas_mac.dmg
--2026-02-26 10:07:45--  https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac/xcas_mac.dmg
Resolving www-fourier.univ-grenoble-alpes.fr (www-fourier.univ-grenoble-alpes.fr)... 129.88.208.3
Connecting to www-fourier.univ-grenoble-alpes.fr (www-fourier.univ-grenoble-alpes.fr)|129.88.208.3|:443... failed: Connection refused.

Re: missing libreadline

Publié : dim. mars 01, 2026 7:28 pm
par parisse
Our web server is under heavy load since a couple of months, and is sometimes unavailable. Try again later...

Re: missing libreadline

Publié : lun. mars 02, 2026 12:22 am
par ftneek
I was able to download the .dmg file, however when I double click the file a popup window with this message appears:

"The disk image couldn’t be opened
The disk image is corrupted"

Re: missing libreadline

Publié : mer. mars 04, 2026 8:52 am
par parisse
Should be fixed now, I hope.

Re: missing libreadline

Publié : ven. mars 06, 2026 5:45 am
par ftneek
Unfortunately, it seems to be the same situation on my end.

Re: missing libreadline

Publié : sam. mars 14, 2026 3:34 pm
par parisse
Might be a cache issue ?

Re: missing libreadline

Publié : mer. mars 18, 2026 3:02 am
par ftneek
I figured it out, when I did wget for the .dmg file it actually downloaded the .dmg.gz file but was labeled as .dmg. Renaming that file to .dmg.gz or doing wget on .dmg.gz instead worked, however the libreadline file still seems to be missing.