Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with macOS Big Sur (11.0.1) #1

Open
wolfferine opened this issue Nov 23, 2020 · 4 comments
Open

Issues with macOS Big Sur (11.0.1) #1

wolfferine opened this issue Nov 23, 2020 · 4 comments

Comments

@wolfferine
Copy link

wolfferine commented Nov 23, 2020

Installed "Midnight Commander-4.8.25-x86_64-ncurses.dmg", when opening the terminal en entering the "mc" command, I get an error:

zsh: command not found: mc

The MC binaries are installed in "/opt/kroleg/mc/bin". When trying to run it directly from this directory, you still get an error:
Error opening terminal: xterm-256color.

The Midnight Commander (ncurses) was uninstalled and installed "Midnight Commander-4.8.25-x86_64-slang.dmg"
Still the terminal command "mc" gives an error:

zsh: command not found: mc

Running it directly from the installation folder "/opt/kroleg/mc/bin" is successful. As a workaround open ".profile"

sudo nano .profile

And add the following line:

export PATH=$PATH:/opt/kroleg/mc/bin

Close and re-open the "Terminal" app
now execute the command "mc"

@RogerPaladin
Copy link

Midnight Commander-4.8.25-x86_64-ncurses.dmg same error as @wolfferine.
I resolved issue installing Midnight Commander-4.8.25-x86_64-slang.dmg and manually create .zshrc
nano ~/.zshrc
And add the following line as @wolfferine wrote:
export PATH=$PATH:/opt/kroleg/mc/bin

@krolig
Copy link
Owner

krolig commented Dec 9, 2020

Dear friends!
I have updated the post-install script in x86_64 builds mc-4.8.25 for macOS 11
Please test them.

@wolfferine
Copy link
Author

wolfferine commented Dec 19, 2020 via email

@krolig
Copy link
Owner

krolig commented Dec 20, 2020

Hi, dear Charles Wolff!

Download links are located here: https://github.com/krolig/mc/releases/tag/4.8.25

(I just updated the previously uploaded files)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants