Need help deploying to Red Hat Enterprise Linux (RHEL)

What issue are you talking of? This thread is long since ancient and I use RHEL to compile and host my projects without issue at work?

Yeah, it seems to basically work these days, though Iā€™ve moved on (thankfully).

I didnā€™t see this thread back when it was current, but for future reference, when someone has a problem like this, put env as the first command in your build script. Thatā€™s the only way to know for 100% certain what your PATH etc values actually are. (Many times these kinds of problems are caused by some build server running your script in an environment that is not set up the way you expect itā€“not running the profile or rc files you think it is, or forking a process with environment variables cleared.)

3 Likes

Edelivery failed to detect mix installed by asdf. I hand to add below lines to .profile get it working

. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash

Thatā€™s part of the asdf setup process yep. :slightly_smiling_face: