Richardm

Richardm

Getting ssl error when running mix release

Hi,

I’m getting the following error when running mix release: ** (Mix) Could not load ssl.app. Reason: :enoent

I’m running on Fedora 42 if that helps?

Richard

Most Liked

dimitarvp

dimitarvp

Sharing Erlang + Elixir versions will help, as will telling us if you have OpenSSL’s libraries installed as well.

Last Post!

chirality

chirality

Same thing here, no ssl on Fedora 43 when running mix release

iex(1)> Mix.Tasks.Release.run([])
** (Mix.Error) Could not load ssl.app. Reason: :enoent

elixir -v

Erlang/OTP 26 [erts-14.2.5.14 [source] [64-bit] [smp:12:12 [ds:12:12:10] [async-threads:1 [jit:ns]

Elixir 1.19.5 (compiled with Erlang/OTP 26)

dnf list --installed | grep -e ‘erlang’ -e ‘elixir’

elixir.x86_64                                      1.19.5-4.fc43                        updates
erlang.x86_64                                      26.2.5.20-1.fc43                     
erlang-asn1.x86_64                                 26.2.5.20-1.fc43                     
erlang-common_test.x86_64                          26.2.5.20-1.fc43                     
erlang-compiler.x86_64                             26.2.5.20-1.fc43                     
erlang-crypto.x86_64                               26.2.5.20-1.fc43                     
erlang-debugger.x86_64                             26.2.5.20-1.fc43                     
erlang-dialyzer.x86_64                             26.2.5.20-1.fc43                     
erlang-diameter.x86_64                             26.2.5.20-1.fc43                     
erlang-doc.x86_64                                  26.2.5.20-1.fc43                     
erlang-edoc.x86_64                                 26.2.5.20-1.fc43                     
erlang-eldap.x86_64                                26.2.5.20-1.fc43                     
erlang-erl_docgen.x86_64                           26.2.5.20-1.fc43                     
erlang-erl_interface.x86_64                        26.2.5.20-1.fc43                     
erlang-erts.x86_64                                 26.2.5.20-1.fc43                     
erlang-et.x86_64                                   26.2.5.20-1.fc43                     
erlang-eunit.x86_64                                26.2.5.20-1.fc43                     
erlang-ftp.x86_64                                  26.2.5.20-1.fc43                     
erlang-inets.x86_64                                26.2.5.20-1.fc43                     
erlang-jinterface.x86_64                           26.2.5.20-1.fc43                     
erlang-kernel.x86_64                               26.2.5.20-1.fc43                     
erlang-megaco.x86_64                               26.2.5.20-1.fc43                     
erlang-mnesia.x86_64                               26.2.5.20-1.fc43                     
erlang-observer.x86_64                             26.2.5.20-1.fc43                     
erlang-odbc.x86_64                                 26.2.5.20-1.fc43                     
erlang-os_mon.x86_64                               26.2.5.20-1.fc43                     
erlang-parsetools.x86_64                           26.2.5.20-1.fc43                     
erlang-public_key.x86_64                           26.2.5.20-1.fc43                     
erlang-reltool.x86_64                              26.2.5.20-1.fc43                     
erlang-runtime_tools.x86_64                        26.2.5.20-1.fc43                     
erlang-sasl.x86_64                                 26.2.5.20-1.fc43                     
erlang-snmp.x86_64                                 26.2.5.20-1.fc43                     
erlang-src.x86_64                                  26.2.5.20-1.fc43                     
erlang-ssh.x86_64                                  26.2.5.20-1.fc43                     
erlang-ssl.x86_64                                  26.2.5.20-1.fc43                     
erlang-stdlib.x86_64                               26.2.5.20-1.fc43                     
erlang-syntax_tools.x86_64                         26.2.5.20-1.fc43                     
erlang-tftp.x86_64                                 26.2.5.20-1.fc43                     
erlang-tools.x86_64                                26.2.5.20-1.fc43                     
erlang-wx.x86_64                                   26.2.5.20-1.fc43                     
erlang-xmerl.x86_64                                26.2.5.20-1.fc43   

I really really want to avoid asdf, I think I will do a docker build if there’s no other options.

Where Next?

Popular in Questions Top

JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? Ecto.Repo — Ecto v3.14.0 has exampl...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New

Other popular topics Top

jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set? Thanks.
New
vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New

We're in Beta

About us Mission Statement