[issue35061] Specify libffi.so soname for ctypes

2020-10-26 Thread Yongkwan Kim


Yongkwan Kim  added the comment:

My solution is creating link of libffi.so.6 as .5 This is for anyone who has 
same issue with me.
But thanks for your kind reply though.

--

___
Python tracker 
<https://bugs.python.org/issue35061>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35061] Specify libffi.so soname for ctypes

2018-10-25 Thread Yongkwan Kim


Change by Yongkwan Kim :


--
components: +Build
type:  -> compile error
versions: +Python 3.7

___
Python tracker 
<https://bugs.python.org/issue35061>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35061] Specify libffi.so soname for ctypes

2018-10-24 Thread Yongkwan Kim


New submission from Yongkwan Kim :

As python 3.7 excludes libffi from it's package, my build on centos6 doesn't 
work on centos7. Error message is following.

ImportError: libffi.so.5: cannot open shared object file: No such file or 
directory

centos7 have libffi.so.6 instead of libffi.so.5 as does centos6. I hope to 
specify libffi version with libffi.so. I figured out that any configure option  
can fix this through seeing setup.py .

Thanks in advance.

--
messages: 328406
nosy: tturbs
priority: normal
severity: normal
status: open
title: Specify libffi.so soname for ctypes

___
Python tracker 
<https://bugs.python.org/issue35061>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com