Atrfter upgrading mc not works

You are sure you did reinstall all packages?
Or was it a minor upgrade?

Just to make sure you are not chasing a ghost here...
 
nm -D /usr/local/lib/libglib-2.0.so.0|grep g_free
nm: /usr/local/lib/libglib-2.0.so.0: no symbols
This should absolutely have symbols. A shared library cannot work without.

What does this print?
Code:
size /usr/local/lib/libglib-2.0.so.0
ls -l `which mc`
 
Back
Top