Dennis, Personally, if I run into dependancy problems, third-party documentation is the last thing I look. Fedora already knows exactly what you need, you just need to ask it what exactly. :-)
You can use "yum whatprovides */file" to find out which package the file belongs to and then "yum install <package>" to install it. I.e: [root@local ~]# yum whatprovides */libebook-1.2.so.9 ...... evolution-data-server-2.30.1-2.fc13.i686 : Backend data server for Evolution Repo : fedora Matched from: Filename : /usr/lib/libebook-1.2.so.9 [root@local ~]# yum install evolution-data-server ..... :-) Kindest regards, Jan Middelkoop Met vriendelijke groeten, Jan Middelkoop ICT beheerder Recreatie& Zorg Groep Website: http://www.recreatie-zorg.nl/ E-mail: [email protected] Telefoon: +31 10 714 2297 Op 19-1-2011 14:12, [email protected] schreef: > Dennis sent a message using the contact form at > http://www.sflphone.org/contact. > > warning: sflphone-client-gnome-0.9.8-2.1.i386_0.rpm: Header V3 DSA/SHA1 > Signature, key ID 99e77d46: NOKEY > error: Failed dependencies: > libebook-1.2.so.9 is needed by sflphone-client-gnome-0.9.8-2.1.i386 > libedataserver-1.2.so.11 is needed by > sflphone-client-gnome-0.9.8-2.1.i386 > liblog4c.so.3 is needed by sflphone-client-gnome-0.9.8-2.1.i386 > log4c is needed by sflphone-client-gnome-0.9.8-2.1.i386 > > > Fedora 14 > > [user@localhost Downloads]$ uname -r > 2.6.35.10-74.fc14.i686 > > _______________________________________________ > SFLphone mailing list > [email protected] > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
