Re: FC5: Failed dependecies while installing AdobeReader

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Fr, den 24.03.2006 schrieb Jon Ingason um 9:36:

> I am trying to install AdobeReader 7.0.5 on FC5 and get dependency problem:
> 
> [root@lisa Adobe]# rpm -i AdobeReader_enu-7.0.5-1.i386.rpm
> error: Failed dependencies:
>          libstdc++.so.5 is needed by AdobeReader_enu-7.0.5-1.i386
>          libstdc++.so.5(CXXABI_1.2) is needed by 
> AdobeReader_enu-7.0.5-1.i386
>          libstdc++.so.5(GLIBCPP_3.2) is needed by 
> AdobeReader_enu-7.0.5-1.i386
> [root@lisa Adobe]# ls -l /usr/lib/libstdc++.so.*
> lrwxrwxrwx 1 root root     18 Mar 24 22:02 /usr/lib/libstdc++.so.5 -> 
> libstdc++.so.6.0.8
> lrwxrwxrwx 1 root root     18 Mar 22 22:16 /usr/lib/libstdc++.so.6 -> 
> libstdc++.so.6.0.8
> -rwxr-xr-x 1 root root 949160 Mar 10 04:34 /usr/lib/libstdc++.so.6.0.8
> [root@lisa Adobe]#
> 
> I made the symbolic link /usr/lib/libstdc++.so.5 -> libstdc++.so.6.0.8.

Bad idea. Please remove that link.

> What to do?

Your manual linking does not satisfy RPM as it does not know about that
custom linkage. Linking this way even may not work because the .so.6
version could have different routines and thus the acroreader fail to
run.

Much better than using "rpm -i" (it is even recommended to use "rpm -U")
is running

yum localinstall AdobeReader_enu-7.0.5-1.i386.rpm

That will automatically try to resolve dependencies. Yours will be
resolved by additionally installing compat-libstdc++-33, which ships the
required libstdc++.so.5.

> Jon Ingason

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773
legal statement: http://www.uni-x.org/legal.html
Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.35_FC2smp 
Serendipity 21:06:16 up 10 days, 22:54, load average: 0.38, 0.23, 0.09 

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux