zoukankan      html  css  js  c++  java
  • undefined reference to `gnutls_protocol_set_priority'

      CCLD     wget.exe
    gnutls.o:gnutls.c:(.text+0xf2c): undefined reference to `gnutls_protocol_set_priority'
    gnutls.o:gnutls.c:(.text+0xf62): undefined reference to `gnutls_protocol_set_priority'
    gnutls.o:gnutls.c:(.text+0xf91): undefined reference to `gnutls_protocol_set_priority'
    gnutls.o:gnutls.c:(.text+0xfb6): undefined reference to `gnutls_protocol_set_priority'
    gnutls.o:gnutls.c:(.text+0xfd4): undefined reference to `gnutls_protocol_set_priority'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x47e): undefined reference to `uidna_openUTS46'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x498): undefined reference to `uidna_close'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x540): undefined reference to `u_strFromUTF8'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x5a0): undefined reference to `u_strFromUTF8'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x5f4): undefined reference to `uidna_nameToASCII'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x634): undefined reference to `u_strToUTF8'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x694): undefined reference to `u_strToUTF8'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x1999): undefined reference to `ucnv_open'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x19dc): undefined reference to `ucnv_toUChars'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x19ea): undefined reference to `ucnv_close'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x1a2a): undefined reference to `u_strToLower'
    D:/MSYS/local/liblibpsl.a(libpsl_la-psl.o):psl.c:(.text+0x1a74): undefined reference to `u_strToUTF8'
    
    GnuTLS 3.4.x is source compatible with GnuTLS 3.3.x releases; however, several deprecated functions were removed, and are listed below. 
    
    Old function  gnutls_protocol_set_priority
    Replacement   gnutls_priority_set_direct
  • 相关阅读:
    在已经安装的nginx上,增加ssl模块
    apache ab压力测试报错(apr_socket_recv: Connection reset by peer (104))
    ab和jmeter进行GET/POST压力测试的使用心得和比较
    linux历史命令查找快捷方式
    HDFS的dfs.replication不同验证
    Set replication in Hadoop
    RVM 安装 Ruby
    Fluentd初探 简介与安装
    Flunetd 用于统一日志记录层的开源数据收集器
    Custom partition assignment and migration kafka集群扩充迁移指定partition
  • 原文地址:https://www.cnblogs.com/nlsoft/p/13579514.html
Copyright © 2011-2022 走看看