To run midnight commander you need glib 1.x.x. or newer.
1. Install glib
# wget ftp://ftp.gtk.org/pub/gtk/v2.5/glib-2.5.6.tar.gz
# tar zxvf glib-2.5.6.tar.gz
# cd glib-2.5.6
# ./configure --prefix=/usr
# make
# make install
NOTE. If you're installing Glib 2.x.x configure it with /usr directory.
2. Install Midnight Commander
# wget http://www.ibiblio.org/pub/Linux/ut...mc-4.6.0.tar.gz
# tar zxvf mc-4.6.0.tar.gz
# cd mc-4.6.0
# ./configure
# make
# make install
To run Midnight commander use
#mc