美文网首页
CentOS8编译安装MySQL8发生Could not fin

CentOS8编译安装MySQL8发生Could not fin

作者: 端碗吹水 | 来源:发表于2019-11-20 16:31 被阅读0次

    在CentOS8下编译安装MySQL8可能会出现Could not find rpcgen错误,而CentOS8默认的yum源下不提供rpcgen的安装包。所以需要到rpcgen的GitHub仓库上找,地址如下:

    https://github.com/thkukuk/rpcsvc-proto/releases

    参照以下步骤完成下载及编译安装:

    [root@localhost /usr/local/src]# wget https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4/rpcsvc-proto-1.4.tar.gz
    [root@localhost /usr/local/src]# tar -zxvf rpcsvc-proto-1.4.tar.gz
    [root@localhost /usr/local/src]# cd rpcsvc-proto-1.4/ && ./configure && make && make install
    

    相关文章

      网友评论

          本文标题:CentOS8编译安装MySQL8发生Could not fin

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