Home  >  Q&A  >  body text

在centos 安装thrift 出现的错误

安装的过程

在执行./configure --enable-libs=no
出现下面的错误

./configure: line 16656: syntax error near unexpected token `QT,'
./configure: line 16656: `    PKG_CHECK_MODULES(QT, QtCore >= 4.3, QtNetwork >= 4.3, have_qt=yes, have_qt=no)'

求大神指导,谢谢~

高洛峰高洛峰2758 days ago608

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-25 09:03:15

    As shown in the log, the qt environment suite is not complete. First, yum all related software of qt. qtcore requires version 4.3 or greater, and others are similar.

    reply
    0
  • Cancelreply