Erlang Solutions apt package for OTP 25

Hey jko,
I didn’t notice the directory for Jammy in the repo last week. But now, the package directory is available but empty:
http://binaries.erlang-solutions.com/debian/dists/jammy/contrib/binary-amd64/Packages
I take this to mean that v25 for apt jammy is still in the works and might be available soon.

I’ll suggest that once it’s available, we could just attempt an apt-get update and see how it goes.

1 Like

Can you check if you didn’t download a build for 20.04 by mistake?

You are absolutely right. Thanks and sorry for not had pay attention on that.

Looking for the latest v.24 I downloaded the Focal one. Which was the latest one I used when I my previous linux was Ubuntu 20.04.

I noticed the Jemmy build is available only for v.25 , so I assume I will need to move to the latest Erlang version.

1 Like

Hex builds for Jammy are provided for 24.2 and newer, since these are the Erlang/OTP versions that can use system-provided openssl 3. Even in Erlang/OTP 25 its openssl 3 support is still “experimental” so make sure to run your tests, but it’s been working fine for me.

1 Like

Yeah. It worked using your script. In this case I pointed to the desired version and I’ve to add the install folder to the $PATH:
curl -Lo erlang.tar.gz https://repo.hex.pm/builds/otp/ubuntu-22.04/OTP-24.3.4.2.tar.gz

Thanks

1 Like

Any news here? *bump*

1 Like