krolig / mc

Binary builds Midnight Commander for mac OS
http://www.midnight-commander.org
26 stars 3 forks source link

Issues with macOS Big Sur (11.0.1) #1

Open wolfferine opened 3 years ago

wolfferine commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

wolfferine commented 3 years ago

Hi,

Hope you're doin okay. Thanks for the notification. Where can we get the updated binary?

I did look on GitHub, but can find the commit.

Thnx in advance, kind regards, Charles (Wolfferin)


From: Kroleg notifications@github.com Sent: Wednesday, December 9, 2020 4:12 PM To: krolig/mc mc@noreply.github.com Cc: Charles Wolff cfwolffschoemaker@live.com; Mention mention@noreply.github.com Subject: Re: [krolig/mc] Issues with macOS Big Sur (11.0.1) (#1)

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/krolig/mc/issues/1#issuecomment-741834252, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHXY5YM7XKFM76SVMFM3JYTST6HUHANCNFSM4T7YLATA.

krolig commented 3 years ago

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)