WSL: _openssl.abi3.so: cannot enable executable stack as shared object requires: Invalid argument
See original GitHub issueDescription
Many simple commands e.g. az webapp list
or az appservice plan list
fail with a Python openssl error
/opt/az/lib/python3.6/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: cannot enable executable stack as shared object requires: Invalid argument
Traceback (most recent call last):
File "/opt/az/lib/python3.6/site-packages/azure/cli/main.py", line 36, in main
I’ve just updated to the latest v2.0.12 CLI. The create
options also fail
Environment summary
Install Method: How did you install the CLI? (e.g. pip, interactive script, apt-get, Docker, MSI, nightly)
apt-get under WSL
CLI Version: What version of the CLI and modules are installed? (Use az --version
)
azure-cli (2.0.12)
OS Version: What OS and version are you using?
Windows 10 (Latest update v1703, build: 15063.482)
Shell Type: What shell are you using? (e.g. bash, cmd.exe, Bash on Windows)
Bash for Windows
Issue Analytics
- State:
- Created 6 years ago
- Comments:19 (7 by maintainers)
Top Results From Across the Web
cannot enable executable stack as shared object requires ...
I just ran into this issue when trying to get Swift 3.0.1 running under WSL on Windows 14965. Had to clear the executable...
Read more >Cannot enable executable stack as shared object requires
When executes the command sudo ./letsencrypt-auto -a manual certonly appears this error: Error: couldn't get currently installed version for ...
Read more >Python3.4 error - Cannot enable executable stack as shared ...
I've been trying to install OpenCV in a Bash on Windows (Windows Subsystem for Linux, wsl) environment ...
Read more >invalid command 'sslengine' Code Example - Code Grepper
Queries related to “invalid command 'sslengine'”. Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server ...
Read more >WSL Bugs and Problems [closed] - Unix StackExchange
do you have similar experiences? what is your solution? thank you. windows-subsystem-for-linux · Share.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @jwendl. I verified it on WSL also. So I have published a patch with version
2.0.14-2
.sudo apt-get update && sudo apt-get install azure-cli
to update.Closing issue. Please comment if you still have issues.
Hi, What’s the timeline for a fix? I’ve updated to 2.0.14 and it is still broken