Python Forum

Full Version: Solaris 10 building Python 3.8.3 problems.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.