ChinaUnix.net
相关文章推荐:

dlclose undefined openssl

大家好, 请教大家一个问题 我的机器是在aix 5.3 cpu是ppc 的64位 我写的一个程序需要用到libcrypto.a这个库 机器上只有gcc , 我就下载了openssl-.09.7b 这个版本 修改了以下配置文件,就是在aix-gcc的选项上加上了-maix64 然后 在 生成的makefile文件中的ar 选项上加入了 -X64 ./configure aix-gcc make 通过编译并生成了相应的库,但在使用的时候出现了错误: ld: 0711-317 ERROR: undefined symbol: .EVP_CIPHER_key_length...

by zghover - AIX - 2009-04-30 08:23:16 阅读(3116) 回复(4)

相关讨论

各位仁兄,请教一个问题。我在用openssl生成CA证书时,总提示输一大堆的信息。如:国家,城市,公司等。 可不可以用一个文件存放这些信息,然后让openssl去读取这个文件? 请指教

by gyce - Linux论坛 - 2005-08-24 21:54:08 阅读(835) 回复(1)

我就dlopen一次,然后dlsym,最后dlclose(我是在析构函数中调用dlclose的,非new创建的对象出了作用域应被自动析构)。但之后发现这个.so依然不能覆盖(重编译时ld提示有进程在用它)。这是为什么啊?该怎么看呢?

by jchc - C/C++ - 2008-10-09 12:21:53 阅读(1341) 回复(0)

为什么我编译总是会出现这样的问题,也在google 八毒,搜了很多都是没有解决问题; g++ -o main main.cpp /tmp/cc0i2cum.o(.text+0x14c): In function `main': : undefined reference to `GDK::CFile::CFile(std::basic_string, std::allocator > const&)' /tmp/cc0i2cum.o(.text+0x1c6): In function `main': : undefined reference to `GDK::CFile::Name()' /tmp/cc0i2cum.o(.text+0x21a): In ...

by yyying - C/C++ - 2007-06-17 10:45:08 阅读(2816) 回复(6)
by 一刀砍死 - IT图书与评论 - 2008-01-03 18:44:12 阅读(3374) 回复(2)
by 一刀砍死 - IT图书与评论 - 2007-12-18 10:20:09 阅读(2918) 回复(1)

请问谁在unix安装过openssl,当执行./openssl时,出现 The library could not be configured for supporting multi-threaded applications as the compiler options required on this system are not known.

by zlj0721 - 数据安全 - 2008-12-30 15:23:12 阅读(2014) 回复(0)

第一章 基础知识 8 1.1 对称算法 8 1.2摘要算法 8 1.3 公钥算法 9 1.4 回调函数 11 第二章 openssl简介 13 2.1 openssl简介 13 2.2 openssl安装 13 2.2.1 linux下的安装 13 2.2.2 windows编译与安装 13 2.3 openssl源代码 14 2.4 openssl学习方法 16 第三章openssl堆栈 17 3.1 openssl堆栈 17 3.2 数据结构 17 3.3 源码 17 3.4 定义用户自己的堆栈函数 18 3.5 编程示例 19 第四章 openssl哈希表 21 4.1 哈希表 21 4.2 哈希表数据结...

by forxy - 初创企业IT架构选型 - 2007-11-01 15:08:28 阅读(9741) 回复(5)

我在用fsockopen 链接ssl协议的服务时,提示ssl模块没编译,我重新编译php后,在phpinfo中也看到openssl成功了 可还是提示no SSL support in this build

by ywd - PHP - 2007-01-29 13:20:46 阅读(1434) 回复(1)

目的: 搭建OpenTSA 时间戳服务 平台: Red Hat Enterprise Linux As release 4 httpd-2.0.55.tar.gz mod_tsa-20051112.tgz mysql-5.0.22.tar.gz openssl-0.9.8a.tar.gz ts-20060225-0_9_8a-patch.gz 现象: Apache的error_log: [error] [client 192.168.*.*] 348192 semi-random bytes loaded, referer: http://192.168.*.* [error] [client 192.168.*.*] unable to write 'random state', referer: http://192.168.*....

by Franklin1999 - 数据安全 - 2006-09-15 16:05:35 阅读(1469) 回复(0)

目的: 搭建OpenTSA 时间戳服务 平台: Red Hat Enterprise Linux As release 4 httpd-2.0.55.tar.gz mod_tsa-20051112.tgz mysql-5.0.22.tar.gz openssl-0.9.8a.tar.gz ts-20060225-0_9_8a-patch.gz 现象: Apache的error_log: [error] [client 192.168.*.*] 348192 semi-random bytes loaded, referer: http://192.168.*.* [error] [client 192.168.*.*] unable to write 'random state', referer: http://192.168.*....

by Franklin1999 - 系统管理 - 2006-09-15 15:05:39 阅读(660) 回复(0)