美文网首页
OpenGrok on CentOS

OpenGrok on CentOS

作者: 戈壁堂 | 来源:发表于2020-09-02 16:05 被阅读0次

    部署安装OpenGrok {O这里是在ubuntu系统上搞的,正式环境使用的CentOS。

    CentOS 上可能遇到的问题

    • 依赖环境的参数不同

    Building with configure (*nix including GNU/Linux)

    # on Centos: diff with Fedora on python3-docutils vs. python3-docutils-doc
    sudo yum install -y \
        gcc make \
        pkgconfig autoconf automake \
        python3-docutils-doc \
        libseccomp-devel \
        jansson-devel \
        libyaml-devel \
        libxml2-devel  
    

    17:23:31 WARNING: GitRepository not working (missing binaries?): xxx
    17:23:31 WARNING: Failed to determineCurrentVersion for xxx: java.io.IOException: fatal: unknown date format iso8601-strict

    Install Latest Git ( Git 2.x ) on CentOS 7

    1. 卸载旧git sudo yum remove git*
    2. 添加endpoint源sudo yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm
    3. 安装新git sudo yum install git
    4. 检查版本: git version 2.24.1

    300+GB的文件……白瞎了。应该先走通最小场景再折腾,ε=(´ο`*)))唉

    相关文章

      网友评论

          本文标题:OpenGrok on CentOS

          本文链接:https://www.haomeiwen.com/subject/upepsktx.html