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开发
  • 相关阅读:
    Day1.13 v-for中key属性的使用
    Day1.12 v-if、v-show
    Day1.11 v-for 四种使用方式
    Day1.10 属性绑定设置元素行类样式
    Day1.9 属性绑定设置元素class类样式
    Day1.7 v-model
    Day1.8 项目:计算器
    Day1.6 事件修饰符
    win7 忘记密码
    excel 单元格0 不显示的最佳方法
  • 原文地址:https://www.cnblogs.com/liuqw/p/11114295.html
Copyright © 2011-2022 走看看