/usr/include/openssl/des.h:91:9: error: unknown type name ‘DES_LONG’ DES_LONG deslong[2];

简介: /usr/include/openssl/des.h:91:9: error: unknown type name ‘DES_LONG’ DES_LONG deslong[2];

 这个错误让人有点不知所措。这个类型在哪里?真的不知道啊。

  想起来吾以前编译过多次,并没有这个错误。于是按照老的编译博文,下载老版本1.0.2u,顺利编译通过。

目录
相关文章
|
Java 开发工具 git
解决Error running XXXApplicationCommand line is too long.报错
解决Error running XXXApplicationCommand line is too long.报错
Error running Application. Command line is too long.
【2月更文挑战第2天】Error running Application. Command line is too long. 问题处理
|
Java 编译器 Android开发
Java compiler error: constant string too long
Java compiler error: constant string too long
Idea运行报错Error running ‘Application‘: Command line is too long的解决方法
Idea运行报错Error running ‘Application‘: Command line is too long的解决方法
204 0
Error running 'XXXApplication': Command line is too long. Shorten command line forXXX
Error running 'XXXApplication': Command line is too long. Shorten command line forXXX
166 0
Error running 'XXXApplication': Command line is too long. Shorten command line forXXX
|
关系型数据库 MySQL Linux
MySQL插入中文时出现ERROR 1406 (22001): Data too long for column 'name' at row 1
      使用命令行方式登陆到MySQL服务器, 建立一个数据库,数据库编码设为UTF-8。此时,如果直接在命令行窗口使用insert语句插入中文,就遇到类似 ERROR 1406 (22001): Data too long for column 'name' at row 1 错误。
2144 0
|
8月前
|
JSON JavaScript 前端开发
解决js中Long类型数据在请求与响应过程精度丢失问题(springboot项目中)
解决js中Long类型数据在请求与响应过程精度丢失问题(springboot项目中)
663 0
|
8月前
|
编译器 C语言
c语言中long的作用类型
c语言中long的作用类型
219 0