fugq0fff 发表于 2010-6-1 14:52

VC2008 编译OpenVPN的问题

请问一下 我用VC2008 编译OpenVPN 用延时加载 ssleay32.dll;libeay32.dll;libpkcs11-helper-1.dll 这3个文件
可是编译时提示

1>正在编译资源清单...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>正在链接...
1>LINK : warning LNK4199: 已忽略 /DELAYLOAD:ssleay32.dll;未找到来自 ssleay32.dll 的导入
1>LINK : warning LNK4199: 已忽略 /DELAYLOAD:libeay32.dll;未找到来自 libeay32.dll 的导入

请问 怎样把这3个文件 ssleay32.dll;libeay32.dll;libpkcs11-helper-1.dll 加载到openvpn.exe中

请高手帮帮忙 谢谢了

龙五 发表于 2010-6-1 17:09

**\ **\ **\

fugq0fff 发表于 2010-6-5 12:06

已经解决 可是新的问题不知道怎么办

编译好了后 在连接的时候出现了错误 请问怎么解决 是那里的问题

g 10.0.8.6 10.0.8.5'
Wed Jun 02 19:56:31 2010 OPTIONS IMPORT: timers and/or timeouts modified
Wed Jun 02 19:56:31 2010 OPTIONS IMPORT: --ifconfig/up options modified
Wed Jun 02 19:56:31 2010 OPTIONS IMPORT: route options modified
Wed Jun 02 19:56:31 2010 WARNING: Since you are using --dev tap, the second argu
ment to --ifconfig must be a netmask, for example something like 255.255.255.0.
(silence this warning with --ifconfig-nowarn)
Wed Jun 02 19:56:31 2010 ROUTE default_gateway=192.168.0.1
Wed Jun 02 19:56:31 2010 OpenVPN ROUTE: OpenVPN needs a gateway parameter for a
--route option and no default was specified by either --route-gateway or --ifcon
fig options
Wed Jun 02 19:56:31 2010 OpenVPN ROUTE: failed to parse/resolve route for host/n
etwork: 0.0.0.0
Wed Jun 02 19:56:31 2010 OpenVPN ROUTE: OpenVPN needs a gateway parameter for a
--route option and no default was specified by either --route-gateway or --ifcon
fig options
Wed Jun 02 19:56:31 2010 OpenVPN ROUTE: failed to parse/resolve route for host/n
etwork: 10.0.8.1
Wed Jun 02 19:56:31 2010 Error opening registry key: SYSTEM\CurrentControlSet\Co
ntrol\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}
Wed Jun 02 19:56:31 2010 Exiting

fugq0fff 发表于 2010-6-11 11:16

已经解决
页: [1]
查看完整版本: VC2008 编译OpenVPN的问题