LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mc (https://www.linuxquestions.org/questions/linux-newbie-8/mc-170336/)

romel 04-15-2004 12:00 AM

mc
 
I Install redhat 9 and choose minimal option at the time of setup. It takes
only 474 MB space at my HD. Now I want to install the software mc. From my redhat CD I have installed the package mc-4.6.0-4 using "nodeps" option. But when I tried to open mc it says....

[root@pc3 /]# mc
/usr/bin/mc: error while loading shared libraries: libSM.so.6: cannot open
shared object file: No such file or directory
[root@pc3 /]#

Now I just want to know which required library package I should install to
run mc. Cause there are lot of library package at redhat CD. Is there any
way to understand with the file "libSM.so.6" that it required which package.

czarherr 04-15-2004 12:15 AM

run that file through the search engine at rpmfind.net

slakmagik 04-15-2004 12:22 AM

In Slack it's part of the base - xfree86-4.3.0-i486-5.tgz. You probably need the main xfree86 'devel' rpm or something. I'm guessing mc was compiled to count on X? You could try compiling it yourself to avoid that but, again, without devel packages, you're just trading one problem for another.

motub 04-15-2004 03:44 AM

I'm seeing that library as part of XFree86-libs-version. So you ought to be able to install the libs alone, since XFree is dependent on the libs, but the libs don't require that you install the bulk of XFree86 if you don't want to (I hope). So I'd say install the XFree86-libs package and try running mc again. (That'll teach you to mess around with "--nodeps" ;) )

Hope this helps.


All times are GMT -5. The time now is 08:18 AM.