question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WSL: _openssl.abi3.so: cannot enable executable stack as shared object requires: Invalid argument

See original GitHub issue

Description

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:closed
  • Created 6 years ago
  • Comments:19 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
derekbekoecommented, Aug 17, 2017

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.

1reaction
benc-ukcommented, Aug 17, 2017

Hi, What’s the timeline for a fix? I’ve updated to 2.0.14 and it is still broken

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found