2005年07月12日 星期二 11:06
本人想在win2k下使用开源软件搭建一个带msn-gateway的jabber服务器,无奈装到pyOpenSSL时,没找到python2.4的windows安装版本,自己载了源码下来,却装不上,请问有哪位高人可以说明一下安装方法,或给我一份安装版本。
btw,对jabber或msn-gateway感兴趣的朋友也可以和我联系。
2005年07月12日 星期二 11:18
可能要编译。 在 05-7-12,wang yan<noperfect at gmail.com> 写道: > 本人想在win2k下使用开源软件搭建一个带msn-gateway的jabber服务器,无奈装到pyOpenSSL时,没找到python2.4的windows安装版本,自己载了源码下来,却装不上,请问有哪位高人可以说明一下安装方法,或给我一份安装版本。 > > btw,对jabber或msn-gateway感兴趣的朋友也可以和我联系。 > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- I like python! My Donews Blog: http://www.donews.net/limodou New Google Maillist: http://groups-beta.google.com/group/python-cn
2005年07月12日 星期二 11:29
我在编译(python setup.py build)的时候,显示出以下的错误: running build running build_py creating build creating build\lib.win32-2.4 creating build\lib.win32-2.4\OpenSSL copying .\__init__.py -> build\lib.win32-2.4\OpenSSL copying .\tsafe.py -> build\lib.win32-2.4\OpenSSL copying .\version.py -> build\lib.win32-2.4\OpenSSL running build_ext building 'OpenSSL.crypto' extension creating build\temp.win32-2.4 creating build\temp.win32-2.4\Release creating build\temp.win32-2.4\Release\src creating build\temp.win32-2.4\Release\src\crypto D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC /Tcsrc/crypto/crypt o.c /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.obj crypto.c c:\documents and settings\wang.yan\デスクトップ\python\pyopenssl-0.6\src\crypto\ x509.h(17) : fatal error C1083: Cannot open include file: 'openssl/ssl.h': No su ch file or directory error: command '"D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.e xe"' failed with exit status 2 直接安装的时候(python setup.py install),是以下的错误: running install running build running build_py running build_ext building 'OpenSSL.crypto' extension D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC /Tcsrc/crypto/crypt o.c /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.obj crypto.c c:\documents and settings\wang.yan\デスクトップ\python\pyopenssl-0.6\src\crypto\ x509.h(17) : fatal error C1083: Cannot open include file: 'openssl/ssl.h': No su ch file or directory error: command '"D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.e xe"' failed with exit status 2 请好心人帮一下。 在 05-7-12,limodou<limodou at gmail.com> 写道: > 可能要编译。 > > 在 05-7-12,wang yan<noperfect at gmail.com> 写道: > > 本人想在win2k下使用开源软件搭建一个带msn-gateway的jabber服务器,无奈装到pyOpenSSL时,没找到python2.4的windows安装版本,自己载了源码下来,却装不上,请问有哪位高人可以说明一下安装方法,或给我一份安装版本。 > > > > btw,对jabber或msn-gateway感兴趣的朋友也可以和我联系。 > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > New Google Maillist: http://groups-beta.google.com/group/python-cn > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年07月12日 星期二 11:35
报告少 openssl/ssl.h 头文件,我想可能是你的环境不全,建议看一看安的安装说明,是不是有东西没有下载全呀。 在 05-7-12,wang yan<noperfect at gmail.com> 写道: > 我在编译(python setup.py build)的时候,显示出以下的错误: > > running build > running build_py > creating build > creating build\lib.win32-2.4 > creating build\lib.win32-2.4\OpenSSL > copying .\__init__.py -> build\lib.win32-2.4\OpenSSL > copying .\tsafe.py -> build\lib.win32-2.4\OpenSSL > copying .\version.py -> build\lib.win32-2.4\OpenSSL > running build_ext > building 'OpenSSL.crypto' extension > creating build\temp.win32-2.4 > creating build\temp.win32-2.4\Release > creating build\temp.win32-2.4\Release\src > creating build\temp.win32-2.4\Release\src\crypto > D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox > /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC /Tcsrc/crypto/crypt > o.c /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.obj > crypto.c > c:\documents and settings\wang.yan\デスクトップ\python\pyopenssl-0.6\src\crypto\ > x509.h(17) : fatal error C1083: Cannot open include file: 'openssl/ssl.h': No su > ch file or directory > error: command '"D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.e > xe"' failed with exit status 2 > > 直接安装的时候(python setup.py install),是以下的错误: > > running install > running build > running build_py > running build_ext > building 'OpenSSL.crypto' extension > D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox > /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC /Tcsrc/crypto/crypt > o.c /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.obj > crypto.c > c:\documents and settings\wang.yan\デスクトップ\python\pyopenssl-0.6\src\crypto\ > x509.h(17) : fatal error C1083: Cannot open include file: 'openssl/ssl.h': No su > ch file or directory > error: command '"D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.e > xe"' failed with exit status 2 > > 请好心人帮一下。 > > 在 05-7-12,limodou<limodou at gmail.com> 写道: > > 可能要编译。 > > > > 在 05-7-12,wang yan<noperfect at gmail.com> 写道: > > > 本人想在win2k下使用开源软件搭建一个带msn-gateway的jabber服务器,无奈装到pyOpenSSL时,没找到python2.4的windows安装版本,自己载了源码下来,却装不上,请问有哪位高人可以说明一下安装方法,或给我一份安装版本。 > > > > > > btw,对jabber或msn-gateway感兴趣的朋友也可以和我联系。 > > > > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > -- > > I like python! > > My Donews Blog: http://www.donews.net/limodou > > New Google Maillist: http://groups-beta.google.com/group/python-cn > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > -- I like python! My Donews Blog: http://www.donews.net/limodou New Google Maillist: http://groups-beta.google.com/group/python-cn
2005年07月12日 星期二 11:46
wang yan 写道:
> 我在编译(python setup.py build)的时候,显示出以下的错误:
>
> running build
> running build_py
> creating build
> creating build\lib.win32-2.4
> creating build\lib.win32-2.4\OpenSSL
> copying .\__init__.py -> build\lib.win32-2.4\OpenSSL
> copying .\tsafe.py -> build\lib.win32-2.4\OpenSSL
> copying .\version.py -> build\lib.win32-2.4\OpenSSL
> running build_ext
> building 'OpenSSL.crypto' extension
> creating build\temp.win32-2.4
> creating build\temp.win32-2.4\Release
> creating build\temp.win32-2.4\Release\src
> creating build\temp.win32-2.4\Release\src\crypto
> D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
> /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC /Tcsrc/crypto/crypt
> o.c /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.obj
> crypto.c
> c:\documents and settings\wang.yan\デスクトップ\python\pyopenssl-0.6\src\crypto\
> x509.h(17) : fatal error C1083: Cannot open include file: 'openssl/ssl.h': No su
> ch file or directory
> error: command '"D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.e
> xe"' failed with exit status 2
>
编译以前,设置:
set INCLUDE=%OPEN_SSL_PATH%;%INCLUDE%
set LIB=%OPEN_SSL_PATH%;%LIB%
%OPEN_SSL_PATH%是OPEN_SSL(C版本)所在的位置,这个包里应该不包含这个,另外
下载一个。
也可以在命令行上设置:
setup.py build_ext -I ...\openssl\inc32 -L ...\openssl\out32dll
setup.py build
详见INSTALL文件。
2005年07月12日 星期二 11:47
用-I参数制定你的OpenSSL的头文件的目录 -ID:\Python24\include -ID:\OpenSSL... 另外注意,好像vc的linker不能处理带空格的路径,你把路径都改成放在没有空格的目录下看看,或者使用类似Progra~1之类的 在05-7-12,limodou <limodou at gmail.com> 写道: > > 报告少 openssl/ssl.h 头文件,我想可能是你的环境不全,建议看一看安的安装说明,是不是有东西没有下载全呀。 > > 在 05-7-12,wang yan<noperfect at gmail.com> 写道: > > 我在编译(python setup.py build)的时候,显示出以下的错误: > > > > running build > > running build_py > > creating build > > creating build\lib.win32-2.4 > > creating build\lib.win32-2.4\OpenSSL > > copying .\__init__.py -> build\lib.win32-2.4\OpenSSL > > copying .\tsafe.py -> build\lib.win32-2.4\OpenSSL > > copying .\version.py -> build\lib.win32-2.4\OpenSSL > > running build_ext > > building 'OpenSSL.crypto' extension > > creating build\temp.win32-2.4 > > creating build\temp.win32-2.4\Release > > creating build\temp.win32-2.4\Release\src > > creating build\temp.win32-2.4\Release\src\crypto > > D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c > /nologo /Ox > > /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC > /Tcsrc/crypto/crypt > > o.c /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.obj > > crypto.c > > c:\documents and settings\wang.yan\デスクトップ\python\pyopenssl- > 0.6\src\crypto\ > > x509.h(17) : fatal error C1083: Cannot open include file: > 'openssl/ssl.h': No su > > ch file or directory > > error: command '"D:\Program Files\Microsoft Visual Studio .NET > 2003\Vc7\bin\cl.e > > xe"' failed with exit status 2 > > > > 直接安装的时候(python setup.py install),是以下的错误: > > > > running install > > running build > > running build_py > > running build_ext > > building 'OpenSSL.crypto' extension > > D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c > /nologo /Ox > > /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC > /Tcsrc/crypto/crypt > > o.c /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.obj > > crypto.c > > c:\documents and settings\wang.yan\デスクトップ\python\pyopenssl- > 0.6\src\crypto\ > > x509.h(17) : fatal error C1083: Cannot open include file: > 'openssl/ssl.h': No su > > ch file or directory > > error: command '"D:\Program Files\Microsoft Visual Studio .NET > 2003\Vc7\bin\cl.e > > xe"' failed with exit status 2 > > > > 请好心人帮一下。 > > > > 在 05-7-12,limodou<limodou at gmail.com> 写道: > > > 可能要编译。 > > > > > > 在 05-7-12,wang yan<noperfect at gmail.com> 写道: > > > > > 本人想在win2k下使用开源软件搭建一个带msn-gateway的jabber服务器,无奈装到pyOpenSSL时,没找到python2.4的windows安装版本,自己载了源码下来,却装不上,请问有哪位高人可以说明一下安装方法,或给我一份安装版本。 > > > > > > > > btw,对jabber或msn-gateway感兴趣的朋友也可以和我联系。 > > > > > > > > _______________________________________________ > > > > python-chinese list > > > > python-chinese at lists.python.cn > > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > > > > > > > -- > > > I like python! > > > My Donews Blog: http://www.donews.net/limodou > > > New Google Maillist: http://groups-beta.google.com/group/python-cn > > > > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > New Google Maillist: http://groups-beta.google.com/group/python-cn > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- I'm the one, powered by nEO -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050712/1dd9cbd0/attachment.htm
2005年07月12日 星期二 14:28
装pyMSNt需要pyOpenSSL,需要visual studio7.1,载下来需要编译,还需要OpenSSL,载来的OpenSSL也要编译,编译还要perl for win32............ 在 05-7-12,nEO<gentoo.cn at gmail.com> 写道: > 用-I参数制定你的OpenSSL的头文件的目录 > -ID:\Python24\include -ID:\OpenSSL... > > 另外注意,好像vc的linker不能处理带空格的路径,你把路径都改成放在没有空格的目录下看看,或者使用类似Progra~1之类的 > > 在05-7-12,limodou <limodou at gmail.com> 写道: > > > > > 报告少 openssl/ssl.h 头文件,我想可能是你的环境不全,建议看一看安的安装说明,是不是有东西没有下载全呀。 > > > > 在 05-7-12,wang yan< noperfect at gmail.com> 写道: > > > 我在编译(python setup.py build)的时候,显示出以下的错误: > > > > > > running build > > > running build_py > > > creating build > > > creating build\lib.win32- 2.4 > > > creating build\lib.win32-2.4\OpenSSL > > > copying .\__init__.py -> build\lib.win32-2.4\OpenSSL > > > copying .\tsafe.py -> build\lib.win32-2.4\OpenSSL > > > copying .\version.py -> build\lib.win32- 2.4\OpenSSL > > > running build_ext > > > building 'OpenSSL.crypto' extension > > > creating build\temp.win32-2.4 > > > creating build\temp.win32-2.4\Release > > > creating build\temp.win32-2.4\Release\src > > > creating build\temp.win32- 2.4\Release\src\crypto > > > D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c > /nologo /Ox > > > /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC > /Tcsrc/crypto/crypt > > > o.c /Fobuild\temp.win32- > 2.4\Release\src/crypto/crypto.obj > > > crypto.c > > > c:\documents and > settings\wang.yan\デスクトップ\python\pyopenssl-0.6\src\crypto\ > > > x509.h(17) : fatal error C1083: Cannot open include file: > 'openssl/ssl.h': No su > > > ch file or directory > > > error: command '"D:\Program Files\Microsoft Visual Studio .NET > 2003\Vc7\bin\cl.e > > > xe"' failed with exit status 2 > > > > > > 直接安装的时候(python setup.py install),是以下的错误: > > > > > > running install > > > running build > > > running build_py > > > running build_ext > > > building 'OpenSSL.crypto' extension > > > D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c > /nologo /Ox > > > /MD /W3 /GX /DNDEBUG -ID:\Python24\include -ID:\Python24\PC > /Tcsrc/crypto/crypt > > > o.c > /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.obj > > > crypto.c > > > c:\documents and > settings\wang.yan\デスクトップ\python\pyopenssl- 0.6\src\crypto\ > > > x509.h(17) : fatal error C1083: Cannot open include file: > 'openssl/ssl.h': No su > > > ch file or directory > > > error: command '"D:\Program Files\Microsoft Visual Studio .NET > 2003\Vc7\bin\cl.e > > > xe"' failed with exit status 2 > > > > > > 请好心人帮一下。 > > > > > > 在 05-7-12,limodou<limodou at gmail.com> 写道: > > > > 可能要编译。 > > > > > > > > 在 05-7-12,wang yan< noperfect at gmail.com> 写道: > > > > > > 本人想在win2k下使用开源软件搭建一个带msn-gateway的jabber服务器,无奈装到pyOpenSSL时,没找到python2.4的windows安装版本,自己载了源码下来,却装不上,请问有哪位高人可以说明一下安装方法,或给我一份安装版本。 > > > > > > > > > > btw,对jabber或msn-gateway感兴趣的朋友也可以和我联系。 > > > > > > > > > > _______________________________________________ > > > > > python-chinese list > > > > > python-chinese at lists.python.cn > > > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > I like python! > > > > My Donews Blog: http://www.donews.net/limodou > > > > New Google Maillist: > http://groups-beta.google.com/group/python-cn > > > > > > > > _______________________________________________ > > > > python-chinese list > > > > python-chinese at lists.python.cn > > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > > > > > > > -- > > I like python! > > My Donews Blog: http://www.donews.net/limodou > > New Google Maillist: > http://groups-beta.google.com/group/python-cn > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > -- > I'm the one, powered by nEO > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年07月12日 星期二 14:39
wang yan 写道:
> 装pyMSNt需要pyOpenSSL,需要visual
> studio7.1,载下来需要编译,还需要OpenSSL,载来的OpenSSL也要编译,编译还要perl for
> win32............
>
OpenSSL我这里有一份编译好的,版本是OpenSSL 0.9.7 31 Dec 2002,直接使用就
行了,需要的话我可以发给你,可以使用VC71编译链接,文件清单附后。
perl for win32应该有编译好的吧,可以直接下载,以前使用过。
D:\openssl>tree /f
文件夹 PATH 列表
卷序列号码为 0006EEEC DCD3:BF70
D:.
│ libeay32.lib
│ ssleay32.lib
│
└─openssl
aes.h
asn1.h
asn1t.h
asn1_mac.h
bio.h
blowfish.h
bn.h
buffer.h
cast.h
comp.h
conf.h
conf_api.h
crypto.h
des.h
des_old.h
dh.h
dsa.h
dso.h
ebcdic.h
ec.h
engine.h
err.h
evp.h
e_os2.h
hmac.h
idea.h
krb5_asn.h
kssl.h
lhash.h
md2.h
md4.h
md5.h
mdc2.h
objects.h
obj_mac.h
ocsp.h
opensslconf.h
opensslv.h
ossl_typ.h
pem.h
pem2.h
pkcs12.h
pkcs7.h
rand.h
rc2.h
rc4.h
rc5.h
ripemd.h
rsa.h
safestack.h
sha.h
ssl.h
ssl2.h
ssl23.h
ssl3.h
stack.h
symhacks.h
tls1.h
tmdiff.h
txt_db.h
ui.h
ui_compat.h
x509.h
x509v3.h
x509_vfy.h
2005年07月12日 星期二 15:25
非常感谢cpunion,OpenSSL我刚刚编译好,并且测试全都通过。但是在编译pyOpenSSL的时候,还是遇到了错误,不知是不是编译的问题:
D:\pyOpenSSL-0.6>setup.py build_ext -I d:\openssl-0.9.8\inc32 -L d:\openssl-0.9.
8\out32dll
running build_ext
building 'OpenSSL.crypto' extension
creating build
creating build\temp.win32-2.4
creating build\temp.win32-2.4\Release
creating build\temp.win32-2.4\Release\src
creating build\temp.win32-2.4\Release\src\crypto
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/crypto.c /Fobuild\temp.win32-2.4\Release\src/crypto/crypto.o
bj
crypto.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/x509.c /Fobuild\temp.win32-2.4\Release\src/crypto/x509.obj
x509.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/x509name.c /Fobuild\temp.win32-2.4\Release\src/crypto/x509na
me.obj
x509name.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/pkey.c /Fobuild\temp.win32-2.4\Release\src/crypto/pkey.obj
pkey.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/x509store.c /Fobuild\temp.win32-2.4\Release\src/crypto/x509s
tore.obj
x509store.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/x509req.c /Fobuild\temp.win32-2.4\Release\src/crypto/x509req
.obj
x509req.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/x509ext.c /Fobuild\temp.win32-2.4\Release\src/crypto/x509ext
.obj
x509ext.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/pkcs7.c /Fobuild\temp.win32-2.4\Release\src/crypto/pkcs7.obj
pkcs7.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/pkcs12.c /Fobuild\temp.win32-2.4\Release\src/crypto/pkcs12.o
bj
pkcs12.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/crypto/netscape_spki.c /Fobuild\temp.win32-2.4\Release\src/crypto/n
etscape_spki.obj
netscape_spki.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/util.c /Fobuild\temp.win32-2.4\Release\src/util.obj
util.c
creating build\lib.win32-2.4
creating build\lib.win32-2.4\OpenSSL
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe /DLL /nologo
/INCREMENTAL:NO /LIBPATH:d:\openssl-0.9.8\out32dll /LIBPATH:D:\Python24\libs /L
IBPATH:D:\Python24\PCBuild libeay32.lib ssleay32.lib Ws2_32.lib /EXPORT:initcryp
to build\temp.win32-2.4\Release\src/crypto/crypto.obj build\temp.win32-2.4\Relea
se\src/crypto/x509.obj build\temp.win32-2.4\Release\src/crypto/x509name.obj buil
d\temp.win32-2.4\Release\src/crypto/pkey.obj build\temp.win32-2.4\Release\src/cr
ypto/x509store.obj build\temp.win32-2.4\Release\src/crypto/x509req.obj build\tem
p.win32-2.4\Release\src/crypto/x509ext.obj build\temp.win32-2.4\Release\src/cryp
to/pkcs7.obj build\temp.win32-2.4\Release\src/crypto/pkcs12.obj build\temp.win32
-2.4\Release\src/crypto/netscape_spki.obj build\temp.win32-2.4\Release\src/util.
obj /OUT:build\lib.win32-2.4\OpenSSL\crypto.pyd /IMPLIB:build\temp.win32-2.4\Rel
ease\src/crypto\crypto.lib
Creating library build\temp.win32-2.4\Release\src/crypto\crypto.lib and objec
t build\temp.win32-2.4\Release\src/crypto\crypto.exp
building 'OpenSSL.rand' extension
creating build\temp.win32-2.4\Release\src\rand
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/rand/rand.c /Fobuild\temp.win32-2.4\Release\src/rand/rand.obj
rand.c
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe /DLL /nologo
/INCREMENTAL:NO /LIBPATH:d:\openssl-0.9.8\out32dll /LIBPATH:D:\Python24\libs /L
IBPATH:D:\Python24\PCBuild libeay32.lib ssleay32.lib Ws2_32.lib /EXPORT:initrand
build\temp.win32-2.4\Release\src/rand/rand.obj build\temp.win32-2.4\Release\src
/util.obj /OUT:build\lib.win32-2.4\OpenSSL\rand.pyd /IMPLIB:build\temp.win32-2.4
\Release\src/rand\rand.lib
Creating library build\temp.win32-2.4\Release\src/rand\rand.lib and object bu
ild\temp.win32-2.4\Release\src/rand\rand.exp
building 'OpenSSL.SSL' extension
creating build\temp.win32-2.4\Release\src\ssl
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo /Ox
/MD /W3 /GX /DNDEBUG -Id:\openssl-0.9.8\inc32 -ID:\Python24\include -ID:\Python
24\PC /Tcsrc/ssl/connection.c /Fobuild\temp.win32-2.4\Release\src/ssl/connection
.obj
connection.c
d:\pyOpenSSL-0.6\src\crypto\x509name.h(27) : error C2059: syntax error : '('
d:\pyOpenSSL-0.6\src\crypto\x509name.h(30) : error C2059: syntax error : '}'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(185) : error C2059: syntax error : '('
d:\openssl-0.9.8\inc32\openssl\x509v3.h(193) : error C2059: syntax error : 'type
'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(197) : error C2059: syntax error : '}'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(198) : error C2059: syntax error : '}'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(204) : error C2061: syntax error : ident
ifier 'GENERAL_NAME'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(205) : error C2059: syntax error : '}'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(299) : error C2061: syntax error : ident
ifier 'GENERAL_NAME'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(302) : error C2059: syntax error : '}'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2040: 'a' : 'int ** ' diff
ers in levels of indirection from 'int *'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2059: syntax error : 'type
'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2059: syntax error : 'type
'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(471) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(480) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(480) : error C2081: 'GENERAL_NAME' : nam
e in formal parameter list illegal
d:\openssl-0.9.8\inc32\openssl\x509v3.h(480) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(480) : error C2371: 'STACK' : redefiniti
on; different basic types
d:\openssl-0.9.8\inc32\openssl\stack.h(74) : see declaration of 'STACK'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(480) : error C2143: syntax error : missi
ng ';' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(480) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(481) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(481) : error C2081: 'GENERAL_NAME' : nam
e in formal parameter list illegal
d:\openssl-0.9.8\inc32\openssl\x509v3.h(481) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(481) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(497) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(497) : error C2081: 'ACCESS_DESCRIPTION'
: name in formal parameter list illegal
d:\openssl-0.9.8\inc32\openssl\x509v3.h(497) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(497) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2040: 'a' : 'int ** ' diff
ers in levels of indirection from 'int *'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2059: syntax error : 'type
'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2059: syntax error : 'type
'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(509) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(517) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(517) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(517) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(517) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(526) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(528) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(528) : error C2143: syntax error : missi
ng ')' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(528) : error C2143: syntax error : missi
ng '{' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(528) : error C2371: 'X509V3_EXT_METHOD'
: redefinition; different basic types
d:\openssl-0.9.8\inc32\openssl\x509v3.h(134) : see declaration of 'X509V
3_EXT_METHOD'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(528) : error C2143: syntax error : missi
ng ';' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(529) : error C2371: 'X509V3_CTX' : redef
inition; different basic types
d:\openssl-0.9.8\inc32\openssl\ossl_typ.h(143) : see declaration of 'X50
9V3_CTX'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(529) : error C2143: syntax error : missi
ng ';' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(529) : error C2371: 'CONF_VALUE' : redef
inition; different basic types
d:\openssl-0.9.8\inc32\openssl\conf.h(79) : see declaration of 'CONF_VAL
UE'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(529) : error C2143: syntax error : missi
ng ';' before '*'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(529) : error C2059: syntax error : 'type
'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(529) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(623) : error C2143: syntax error : missi
ng ')' before '('
d:\openssl-0.9.8\inc32\openssl\x509v3.h(623) : error C2143: syntax error : missi
ng ')' before '('
d:\openssl-0.9.8\inc32\openssl\x509v3.h(623) : error C2091: function returns fun
ction
d:\openssl-0.9.8\inc32\openssl\x509v3.h(623) : error C2091: function returns fun
ction
d:\openssl-0.9.8\inc32\openssl\x509v3.h(623) : error C2143: syntax error : missi
ng '{' before 'constant'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(623) : error C2059: syntax error : ''
d:\openssl-0.9.8\inc32\openssl\x509v3.h(623) : error C2059: syntax error : ')'
d:\openssl-0.9.8\inc32\openssl\x509v3.h(624) : error C2059: syntax error : ')'
error: command '"D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.e
xe"' failed with exit status 2
2005/7/12, cpunion <cpunion at 263.net>:
> wang yan 写道:
> > 装pyMSNt需要pyOpenSSL,需要visual
> > studio7.1,载下来需要编译,还需要OpenSSL,载来的OpenSSL也要编译,编译还要perl for
> > win32............
> >
>
> OpenSSL我这里有一份编译好的,版本是OpenSSL 0.9.7 31 Dec 2002,直接使用就
> 行了,需要的话我可以发给你,可以使用VC71编译链接,文件清单附后。
>
> perl for win32应该有编译好的吧,可以直接下载,以前使用过。
>
>
> D:\openssl>tree /f
> 文件夹 PATH 列表
> 卷序列号码为 0006EEEC DCD3:BF70
> D:.
> │ libeay32.lib
> │ ssleay32.lib
> │
> └─openssl
> aes.h
> asn1.h
> asn1t.h
> asn1_mac.h
> bio.h
> blowfish.h
> bn.h
> buffer.h
> cast.h
> comp.h
> conf.h
> conf_api.h
> crypto.h
> des.h
> des_old.h
> dh.h
> dsa.h
> dso.h
> ebcdic.h
> ec.h
> engine.h
> err.h
> evp.h
> e_os2.h
> hmac.h
> idea.h
> krb5_asn.h
> kssl.h
> lhash.h
> md2.h
> md4.h
> md5.h
> mdc2.h
> objects.h
> obj_mac.h
> ocsp.h
> opensslconf.h
> opensslv.h
> ossl_typ.h
> pem.h
> pem2.h
> pkcs12.h
> pkcs7.h
> rand.h
> rc2.h
> rc4.h
> rc5.h
> ripemd.h
> rsa.h
> safestack.h
> sha.h
> ssl.h
> ssl2.h
> ssl23.h
> ssl3.h
> stack.h
> symhacks.h
> tls1.h
> tmdiff.h
> txt_db.h
> ui.h
> ui_compat.h
> x509.h
> x509v3.h
> x509_vfy.h
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>
2005年07月12日 星期二 16:54
'Python-Chinese',您好! 最近看到论坛上说到用foxmail回复信件会破坏信索,我决定申请一个gmail,可是他的主页上没有申请或注册链接。是否不能自由申请? 想起以前说的,要发个什么gmail邀请,是不是需要朋友引荐引荐? 请大家帮忙! 致 礼! ------------------- 老光 Newer for zope/python 2005-07-12
2005年07月12日 星期二 17:40
http://webcleaner.sourceforge.net/pyOpenSSL-0.6.win32-py2.4.exe http://www.shininglightpro.com/download/Win32OpenSSL-v0.9.7g.exe 在Twisted IRC上问到的 :) On 7/12/05, wang yan <noperfect at gmail.com> wrote: > 本人想在win2k下使用开源软件搭建一个带msn-gateway的jabber服务器,无奈装到pyOpenSSL时,没找到python2.4的windows安装版本,自己载了源码下来,却装不上,请问有哪位高人可以说明一下安装方法,或给我一份安装版本。 > > btw,对jabber或msn-gateway感兴趣的朋友也可以和我联系。 > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- simple is good
Zeuux © 2025
京ICP备05028076号