我正在尝试使用以下命令安装 poco 库:
yum install poco-devel*
但是我有以下错误:
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
当我尝试编译该应用程序时,出现以下 cmake 错误:
-- Looking for POCO...
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- Checking for module 'POCO'
-- No package 'POCO' found
我该如何解决这个错误?