Estou tentando instalar bibliotecas poco com:
yum install poco-devel*
Mas tenho os seguintes erros:
Package poco-pagecompiler-1.6.1-3.el7.x86_64 is obsoleted by nspoco-1.6.0-el6.x86_64 which is already installed
--> Finished Dependency Resolution
Error: Package: poco-devel-1.6.1-3.el7.x86_64 (epel)
Requires: poco-pagecompiler(x86-64) = 1.6.1-3.el7
Available: poco-pagecompiler-1.6.1-3.el7.x86_64 (epel)
poco-pagecompiler(x86-64) = 1.6.1-3.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Quando tento compilar o aplicativo, tenho o seguinte erro cmake:
-- Looking for POCO...
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- Checking for module 'POCO'
-- No package 'POCO' found
Como resolvo esse erro?