Re: [GnomeMeeting-list] Redhat Packages by Alexander Larsson



Paul BAILLON wrote:

I try to install the file of Redhat Packages by Alexander Larsson on http://www.gnomemeeting.org/index.php?rub=5&pos=0 I did rpm -iv pwlib-1.4.7-3.i386.rpm and I got error: failed dependencies:
       libc.so.6(GLIBC_2.3)   is needed by pwlib-1.4.7-3
       libgcc_s.so.1   is needed by pwlib-1.4.7-3
       libgcc_s.so.1(GCC_3.0)   is needed by pwlib-1.4.7-3
       libgcc_s.so.1(GLIBC_2.0)   is needed by pwlib-1.4.7-3
       libstdc++.so.5   is needed by pwlib-1.4.7-3
       libstdc++.so.5(GLIBCPP_3.2)   is needed by pwlib-1.4.7-3
rpm -iv openh323-1.11.2-3.i386.rpm
error: failed dependencies:
       pwlib >= 1.4.7-3 is needed by openh323-1.11.2-3
       libgcc_s.so.1   is needed by openh323-1.11.2-3
       libgcc_s.so.1(GCC_3.0)   is needed by openh323-1.11.2-3
       libgcc_s.so.1(GLIBC_2.0)   is needed by openh323-1.11.2-3
       libstdc++.so.5   is needed by openh323-1.11.2-3
       libstdc++.so.5(GLIBCPP_3.2)   is needed by openh323-1.11.2-3
Where I can find those library

Thanks for your help

Paul Baillon
You can do a 'rpm -q --whatprovides <name of file>' to find out what rpm package needs to be installed.

[root quicksilver nut-cgi-bin]# rpm -q --whatprovides libc.so.6
glibc-2.3.2-11.9
[root quicksilver nut-cgi-bin]# rpm -q --whatprovides libgcc_s.so.1
libgcc-3.2.2-5
[root quicksilver nut-cgi-bin]# rpm -q --whatprovides libgcc_s.so.1
libgcc-3.2.2-5
[root quicksilver nut-cgi-bin]#  rpm -q --whatprovides libgcc_s.so.1
libgcc-3.2.2-5
[root quicksilver nut-cgi-bin]# rpm -q --whatprovides libstdc++.so.5
libstdc++-3.2.2-5
[root quicksilver nut-cgi-bin]# rpm -q --whatprovides libstdc++.so.5
libstdc++-3.2.2-5
[root quicksilver nut-cgi-bin]# rpm -qa |grep libgcc
libgcc-3.2.2-5
[root quicksilver nut-cgi-bin]# rpm -q glibc-2.3.2-11.9
glibc-2.3.2-11.9

All of these packages can be found on the RedHat 9 cd's. What version of RedHat are you running?





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