ChinaUnix.net
相关文章推荐:

openssl 共享编译 linux

用C语言编的,头文件包括 #include <openssl/ssl.h>; #include <openssl/evp.h>; 用gcc编译, 应该如何指出路径, 能否给一个正确的编译和链接命令

by huike007 - Linux论坛 - 2004-05-27 19:25:01 阅读(618) 回复(0)

相关讨论

小弟正在使用openssl,并编写了下面代码.使用 gcc -Wall -o ssl_client ssl_client 编译报下面的错误,应该是没有找到库文件... 但是openssl的库文件在哪啊? 请问那位大哥知道啊? /tmp/ccEWKYFS.o: In function `ShowCerts': ssl_client.c:(.text+0xd): undefined reference to `SSL_get_peer_certificate' ssl_client.c:(.text+0x31): undefined reference to `X509_get_subject_name' ssl_client.c:(.text+0x49): undefined r...

by _mystic - C/C++ - 2009-03-12 13:34:57 阅读(7634) 回复(5)

winxp VC6 masm9 ActivePerl-5.8.8.822-MSWin32-x86-280952.zip openssl098 编译方式 1 perl Configure VC-WIN32 2、ms\do_masm 3 nmake -f ms\ntdll.mak 这里报错 另外还有个问题,我听说生成rsa私钥,要使用openssl中的一个什么配置文件,是什么意思,叫什么名字 我是在C++中用

by ltaotao007 - 数据安全 - 2008-06-28 12:38:50 阅读(1612) 回复(1)

winxp VC6 masm9 ActivePerl-5.8.8.822-MSWin32-x86-280952.zip openssl098 编译方式 1 perl Configure VC-WIN32 2、ms\do_masm 3 nmake -f ms\ntdll.mak 这里报错

by ltaotao007 - Perl - 2008-08-21 14:25:32 阅读(3129) 回复(6)

FREEBSD6.1 apache 2.055 openssl 0.98d cd openssl-0.9.8d #./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib #make; #make test; #make install 没有问题 apache编译事出现一下提示: #./configure --prefix=/usr/local/apache --enable-so --enable-ssl --with-ssl=/usr/local/openssl ............... ............... Making all in pcre /soft/http/srclib/apr/libtool --silent --...

by kufang_he1209 - BSD - 2007-04-20 11:21:55 阅读(2005) 回复(0)

请教各位大虾: 编译openssl0.98a.tar.gz出错 系统环境为Ras3.0 出错信息如下 [code]v3_conf.c: In function `v3_generic_extension': v3_conf.c:290: syntax error before '(' token make[2]: *** [v3_conf.o] Error 1 make[2]: Leaving directory `/root/openssl-0.9.8a/crypto/x509v3' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/root/openssl-0.9.8a/crypto' make: *** [build_crypto] Error 1[/code] 注...

by qmailer - 系统管理 - 2006-03-09 01:00:01 阅读(796) 回复(3)

大家好,因工作需要在windows下编译openssl0.9.7b 我在按照如下的说明编译时出现问题,劳繁各位给看一下,有劳了,先行谢过!! openssl在windows平台的安装编译 1.下载并解压openssl 2.下载并安装Perl。我用的是:ActivePerl-5.6.1.630-MSWin32-x86.msi 安装时全部采用默认设置即可。 3.控制台执行(因为Path已经在安装时自动设置,因此可在任何目录下执行): perl Configure VC-WIN3...

by tail_2003 - Linux论坛 - 2004-03-20 20:55:33 阅读(824) 回复(0)

安装时出错: Synatax error: EOF in backquote substitution ********Error code 2****** 请教各位大侠.

by sadamu - BSD - 2004-02-18 22:37:19 阅读(1094) 回复(0)

在alpha上安装openssl,用命令./config执行后,系统提示Configured for alpha-cc,请教怎么设置config的参数,能让编译使用alpha-gcc??

by dinah - 其他UNIX - 2005-03-09 14:47:03 阅读(1395) 回复(0)

使用centos4.4 编译vsftpd 在builddef.h 里改了vsf_build_ssl为define,make以后报错 应该是没有找到openssl 这个文件夹,请问这个怎么装 系统已经有了openssl-0.9.7a-43.14 (用rpm -qa | grep openssl),/usr/include里没有openssl 错误信息为 gcc -c ssl.c -O2 -Wall -W -Wshadow -idirafter dummyinc ssl.c:27:25: openssl/err.h: No such file or directory ssl.c:28:26: openssl/rand.h: No such file or directory ssl...

by toeight - 服务器应用 - 2007-04-01 18:27:04 阅读(2333) 回复(0)

在redhat9编译安装openssl-0.9.8 ./config 然后出现如下信息: ..... make[1]: leaving directory '/home/openssl-0.9.8/engines' making links in apps... make[1]: entering directory '/home/openssl-0.9.8/apps' make[1]: nothing to be done for 'links'. make[1]: leaving directory '/home/openssl-0.9.8/apps' making links in test... make[1]: entering directory '/home/openssl-0.9.8/test' make[1...

by cuxxx - Linux论坛 - 2005-09-15 09:27:13 阅读(976) 回复(4)