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开发
  • 相关阅读:
    Centos下安装Spark
    Centos下安装Scala(2)
    Spark寒假实验1
    Mybatis 学习记录 续
    Centos下安装Scala(1)
    putty【cmd命令】
    cmd查看命令所在【全路径】
    linux开关机相关
    Xml WebService完全实例解析(一)
    Xml WebService完全实例解析(二)
  • 原文地址:https://www.cnblogs.com/liuqw/p/11114295.html
Copyright © 2011-2022 走看看