New submission from Greg Czajkowski <[email protected]>:

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 <[email protected]>
<https://bugs.pypy.org/issue1610>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to