zoukankan      html  css  js  c++  java
  • keepalived-2.0.15 编译安装报错

    keepalived-2.0.15]# ./configure --prefix=/usr/local/keepalived
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether make supports nested variables... (cached) yes
    checking for pkg-config... /usr/bin/pkg-config

    .............................................

    checking for inotify_init1... yes
    checking for vsyslog... yes
    checking for epoll_create1... yes
    checking whether ETHERTYPE_IPV6 is declared... yes
    checking openssl/ssl.h usability... no
    checking openssl/ssl.h presence... no
    checking for openssl/ssl.h... no
    configure: error:
    !!! OpenSSL is not properly installed on your system. !!!
    !!! Can not include OpenSSL headers files. !!!
    [root@dsmysql11 keepalived-2.0.15]# make && make install
    make: *** No targets specified and no makefile found. Stop.

    解决办法:

    yum install openssl

    yum install openssl-devel

    重新编译安装

    ./configure --prefix=/usr/local/keepalived

    make && make install

    DBA:在oracle/mysql/sqlserver有一定研究,了解postgresql/redis/mogodb 熟悉java开发
  • 相关阅读:
    TensorFlow中使用GPU
    C++内存管理与注意事项
    深入理解Transformer及其源码
    Dropout原理与实现
    指针生成网络(Pointer-Generator-Network)原理与实战
    深度学习中的优化算法总结
    Hadoop伪分布式搭建
    集成学习总结
    模型评估
    基于Spring AOP实现的权限控制
  • 原文地址:https://www.cnblogs.com/liuqw/p/11114295.html
Copyright © 2011-2022 走看看