[pyOpenSSL] Compile Error

Asif Iqbal iqbala at qwestip.net
Wed Apr 21 16:30:22 CEST 2004


Hi All

I am trying to compile pyOpenSSL-0.51 on Solaris 8 with gcc 2.95.2 and
failing . This is the output of the compile

/usr/local/lib/python2.3/distutils/dist.py:213: UserWarning: 'licence'
distribution option is deprecated; use 'license'
  warnings.warn(msg)
running build_ext
building 'OpenSSL.SSL' extension
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC
-I/usr/local/ssl/include -I/usr/local/include/pytho
n2.3 -c src/ssl/connection.c -o
build/temp.solaris-2.8-sun4u-2.3/src/ssl/connection.o
In file included from /usr/local/include/python2.3/stringobject.h:10,
                 from /usr/local/include/python2.3/Python.h:83,
                 from src/ssl/connection.c:11:
[.......]
/usr/local/ssl/include/openssl/pkcs12.h:231: warning: function
declaration isn't a prototype
src/ssl/connection.c: In function `ssl_Connection_connect':
src/ssl/connection.c:543: structure has no member named `__xnet_socket'
src/ssl/connection.c: In function `ssl_Connection_connect_ex':
src/ssl/connection.c:570: structure has no member named `__xnet_socket'
src/ssl/connection.c: In function `ssl_Connection_accept':
src/ssl/connection.c:599: structure has no member named `__xnet_socket'
src/ssl/connection.c: In function `ssl_Connection_sock_shutdown':
src/ssl/connection.c:790: structure has no member named `__xnet_socket'
src/ssl/connection.c: In function `ssl_Connection_New':
src/ssl/connection.c:927: structure has no member named `__xnet_socket'
src/ssl/connection.c:936: structure has no member named `__xnet_socket'
src/ssl/connection.c: In function `ssl_Connection_dealloc':
src/ssl/connection.c:960: structure has no member named `__xnet_socket'
src/ssl/connection.c:960: structure has no member named `__xnet_socket'
src/ssl/connection.c:960: structure has no member named `__xnet_socket'
src/ssl/connection.c: In function `ssl_Connection_getattr':
src/ssl/connection.c:986: structure has no member named `__xnet_socket'
src/ssl/connection.c: At top level:
src/ssl/connection.c:26: warning: `CVSid' defined but not used
error: command 'gcc' failed with exit status 1


Any idead what might be going wrong ?

Thanks
-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
There's no place like 127.0.0.1




More information about the pyopenssl-users mailing list