On Mon, 2012-06-04 at 18:14 +0200, Andre Klapper wrote: > On Sun, 2012-06-03 at 05:24 -0700, trixor wrote: > > No package 'check' found > > > > > > [root@wp0927 evolution-activesync-0.92]# yum install check > > Loaded plugins: langpacks, presto, refresh-packagekit > > Package check-0.9.8-5.fc17.x86_64 already installed and latest version > > Nothing to do > > > > > > Any Idea what I need to do to fix this? > > Check if you have also check-devel installed.
FWIW this is better expressed as:
yum install 'pkgconfig(check)'
It's much better to use the pkgconfig() provides, rather than guessing
at package names. Guessing the package name *often* works, but not
always.
--
dwmw2
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
