由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 提问:Python 2.7.2 on a Mac with SSL
相关主题
我终于开源过了openssl dgst question
话说openssl这么多年了,一直都是带病运行感觉用python的人,属于程序员中的文艺青年那类的
类似这次SSL漏洞,闭源软件有不小优势新手求教一个问题 (转载)
ifanr:到底谁才是真正的隐形战友——开源软件和 OpenSSL 的真实故事(zz)看C码工写Python真是捉急
展示一下苹果的bugpython要把@当作矩阵乘法算符
Linux and Shared object感觉C语言是安全问题万恶之源
How to make a self-signed certificate and use it for Netsca谈一下openssl这个狗屎漏洞
这里有没有人用OpenSSL的?本版网友是不是都去给OpenSSL擦屁股了
相关话题的讨论汇总
话题: python话题: ssl话题: mac话题: openssl话题: build
进入Programming版参与讨论
1 (共1页)
f********o
发帖数: 1163
1
I was having problems building Python 2.7.2 from
http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
and enabling SSL in the build.
I have installed openssl using port and the libraries can be found in /opt/
local/include/openssl. However I wasn't able to make the build recognize
them.
Any advice?
Thanks!
p******g
发帖数: 347
2
post some error logs plz.
normally it's due to the missing header or missing lib file. or wrongly
configured include path and/or ld_library_path.
mac is unix, python is more linux-friendly, meaning they may well have
different default search path. also python by default compile w/o -fPIC. SSL
lib may need -fPIC.
anyway some error logs will use useful to tell what's wrong.

【在 f********o 的大作中提到】
: I was having problems building Python 2.7.2 from
: http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
: and enabling SSL in the build.
: I have installed openssl using port and the libraries can be found in /opt/
: local/include/openssl. However I wasn't able to make the build recognize
: them.
: Any advice?
: Thanks!

1 (共1页)
进入Programming版参与讨论
相关主题
本版网友是不是都去给OpenSSL擦屁股了展示一下苹果的bug
顺便问问Node的几个问题Linux and Shared object
silverlight是什么鸟东西啊How to make a self-signed certificate and use it for Netsca
来个学术贴具体分析一下heartbleed的原理.这里有没有人用OpenSSL的?
我终于开源过了openssl dgst question
话说openssl这么多年了,一直都是带病运行感觉用python的人,属于程序员中的文艺青年那类的
类似这次SSL漏洞,闭源软件有不小优势新手求教一个问题 (转载)
ifanr:到底谁才是真正的隐形战友——开源软件和 OpenSSL 的真实故事(zz)看C码工写Python真是捉急
相关话题的讨论汇总
话题: python话题: ssl话题: mac话题: openssl话题: build