LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cant install programs (https://www.linuxquestions.org/questions/linux-newbie-8/cant-install-programs-223870/)

Cozb 08-29-2004 08:52 AM

Cant install programs
 
when i try to install a rpm program i say:

rpm -ivh XXX.rpm
it says:
libstdc++-libc6.2-2.so.3 is needed by wine-cvs-unstripped-022703-1
or
libdc.so.0 is needed by dcgui-qt-cvs-20040825

what should i do?

Tino27 08-29-2004 08:56 AM

Google on 'libc6.2-2.so.3', find a site that has the appropriate RPM for it for your machine/distro, install it and then reinstall XXX.rpm.

Cozb 08-29-2004 08:58 AM

do i always have to search and install these programs?

Tino27 08-29-2004 09:01 AM

This happens when the actual program you are trying to install relies on other libraries that it can't find on your system. If those libraries already happen to be installed on your system, then no, you won't get any dependency issues.

Cozb 08-29-2004 09:01 AM

and can someone teach me how to install libc6.2-2.so.3 ?

Cozb 08-29-2004 10:43 AM

i ve found a rpm includes libdc.so.0 but it wants another lib to be installed .... i founded it and wanted another lib...

will it go on forever?

Tino27 08-29-2004 11:58 AM

Welcome to dependency hell. There are defintiely some programs that require a certain level of fanaticism in order to get working properly. You have to either decide to put up with it or find a different program that doesn't require so many libraries.


All times are GMT -5. The time now is 11:27 AM.