V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
ESXi
V2EX  ›  问与答

编译错误 Cannot find pcre library by CentOS 6 请指教谢谢

  •  
  •   ESXi · 2016-12-07 13:39:55 +08:00 · 8007 次点击
    这是一个创建于 2720 天前的主题,其中的信息可能已经有所发展或是发生改变。
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    checking for pcre-config... no
    checking for pcre location... not found
    configure: error: Cannot find pcre library. Configure --with-pcre=DIR
    [root@localhost ~]#

    编译命令
    cd /tmp/[和谐]-libev
    ./configure && make && make install

    Update 1
    yum -y install pcre-devel
    之后出现
    configure: error: Cannot find `asciidoc` in PATH.
    5 条回复    2017-03-04 13:39:31 +08:00
    lhbc
        1
    lhbc  
       2016-12-07 13:49:32 +08:00
    yum install -y pcre-devel
    lhbc
        2
    lhbc  
       2016-12-07 13:50:09 +08:00
    yum install -y asciidoc
    ESXi
        3
    ESXi  
    OP
       2016-12-07 13:59:39 +08:00
    @lhbc 谢谢你!问题解决!
    编译新版[和谐]-libev 需要新增 pcre-devel asciidoc xmlto ,完整命令如下:

    yum -y install epel-release
    yum -y update
    yum -y install gcc automake autoconf libtool make m2crypto autoconf libtool curl curl-devel zlib-devel openssl-devel perl perl-devel cpio expat-devel gettext-devel pcre-devel asciidoc xmlto git
    vipdevipy
        4
    vipdevipy  
       2017-02-27 12:45:23 +08:00
    楼主也是群晖安装 SS 碰到的问题是吗。。。。各种 ./configure 不能用。。最后解决了吗?
    ESXi
        5
    ESXi  
    OP
       2017-03-04 13:39:31 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1056 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 23:09 · PVG 07:09 · LAX 16:09 · JFK 19:09
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.