[pypy-issue] [issue1610] undefined reference to `SSL_set_tlsext_host_name'

Greg Czajkowski tracker at bugs.pypy.org
Wed Sep 18 19:21:18 CEST 2013


New submission from Greg Czajkowski <gregczajkowski at yahoo.com>:

After resolving issue1603 py3k build fails with

[translation:ERROR]      /tmp/ccBdWvKg.o: In function 
`pypy_g_ccall_SSL_set_tlsext_host_name__SSLPtr_arrayPtr_':
[translation:ERROR]      implement_16.c:(.text+0x1b57c): undefined reference to 
`SSL_set_tlsext_host_name'

is there a way to specify openssl path to the build? 

Here is my current way of building

env LD_LIBRARY_PATH=/path/libffi.gcc/lib64 CFLAGS="-I 
/path/libffi.gcc/lib/libffi-3.0.13/include" 
LDFLAGS="-L/path/libffi.gcc/lib64" /usr/pkgs/python/2.7.2/bin/python 
../../rpython/bin/rpython --
opt=jit --batch --cc=/usr/pkgs/gcc/4.8.1/bin/gcc targetpypystandalone

Context: branch py3k, machine is SUSE10

I'll attempt to set LDFLAGS and report back

----------
messages: 6184
nosy: gcflymoto, pypy-issue
priority: bug
release: 2.1
status: unread
title: undefined reference to `SSL_set_tlsext_host_name'

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1610>
________________________________________


More information about the pypy-issue mailing list