Python Forum
Solaris 10 building Python 3.8.3 problems. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Solaris 10 building Python 3.8.3 problems. (/thread-27098.html)



Solaris 10 building Python 3.8.3 problems. - munocat - May-26-2020

I am trying to build Python 3.8.3 for my Solaris 10 ultra Sparc. It builds most modules accept a few. It is with these few I am struggling.


Module _ssl fails because it can’t import _socket same with _asyncio.

Module/socketmodule.o throws the following error: socketmodule.c:5430:9: error: implicit declaration of function ‘sethostname’.

Any help is welcome.