unbit / uwsgi

uWSGI application server container
http://projects.unbit.it/uwsgi
Other
3.45k stars 691 forks source link

Running setup.py install for uwsgi ... error #2382

Closed paradox-lab closed 2 years ago

paradox-lab commented 2 years ago

I use pip to install uWSG:

    ERROR: Command errored out with exit status 1:
     command: /usr/local/Python/Python310/bin/python3.10 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-bwyhrzw8/uwsgi_6c2b6dc968da4c16a46679e83b40a5f0/setup.py'"'"'; __file__='"'"'/tmp/pip-install-bwyhrzw8/uwsgi_6c2b6dc968da4c16a46679e83b40a5f0/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ed2psnge/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Python/Python310/include/python3.10/uwsgi
         cwd: /tmp/pip-install-bwyhrzw8/uwsgi_6c2b6dc968da4c16a46679e83b40a5f0/
    Complete output (373 lines):
    /usr/local/Python/Python310/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'index-url' will not be supported in future versions. Please use the underscore name 'index_url' instead
      warnings.warn(
    /usr/local/Python/Python310/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'descriptions'
      warnings.warn(msg)
    running install
    using profile: buildconf/default.ini
    detected include path: ['/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include', '/usr/local/include', '/usr/include']
    Patching "bin_name" to properly install_scripts dir
    detected CPU cores: 1
    configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY  -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.20\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="20" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);"
    *** uWSGI compiling server core ***
    [gcc -pthread] core/utils.o
    [gcc -pthread] core/protocol.o
    [gcc -pthread] core/socket.o
    [gcc -pthread] core/logging.o
    [gcc -pthread] core/master.o
    [gcc -pthread] core/master_utils.o
    [gcc -pthread] core/emperor.o
    [gcc -pthread] core/notify.o
    [gcc -pthread] core/mule.o
    [gcc -pthread] core/subscription.o
    [gcc -pthread] core/stats.o
    [gcc -pthread] core/sendfile.o
    [gcc -pthread] core/async.o
    [gcc -pthread] core/master_checks.o
    [gcc -pthread] core/fifo.o
    [gcc -pthread] core/offload.o
    [gcc -pthread] core/io.o
    [gcc -pthread] core/static.o
    [gcc -pthread] core/websockets.o
    [gcc -pthread] core/spooler.o
    [gcc -pthread] core/snmp.o
    [gcc -pthread] core/exceptions.o
    [gcc -pthread] core/config.o
    [gcc -pthread] core/setup_utils.o
    [gcc -pthread] core/clock.o
    [gcc -pthread] core/init.o
    [gcc -pthread] core/buffer.o
    [gcc -pthread] core/reader.o
    [gcc -pthread] core/writer.o
    [gcc -pthread] core/alarm.o
    [gcc -pthread] core/cron.o
    [gcc -pthread] core/hooks.o
    [gcc -pthread] core/plugins.o
    [gcc -pthread] core/lock.o
    [gcc -pthread] core/cache.o
    [gcc -pthread] core/daemons.o
    [gcc -pthread] core/errors.o
    [gcc -pthread] core/hash.o
    [gcc -pthread] core/master_events.o
    [gcc -pthread] core/chunked.o
    [gcc -pthread] core/queue.o
    [gcc -pthread] core/event.o
    [gcc -pthread] core/signal.o
    [gcc -pthread] core/strings.o
    [gcc -pthread] core/progress.o
    [gcc -pthread] core/timebomb.o
    [gcc -pthread] core/ini.o
    [gcc -pthread] core/fsmon.o
    [gcc -pthread] core/mount.o
    [gcc -pthread] core/metrics.o
    [gcc -pthread] core/plugins_builder.o
    [gcc -pthread] core/sharedarea.o
    [gcc -pthread] core/rpc.o
    [gcc -pthread] core/gateway.o
    [gcc -pthread] core/loop.o
    [gcc -pthread] core/cookie.o
    [gcc -pthread] core/querystring.o
    [gcc -pthread] core/rb_timers.o
    [gcc -pthread] core/transformations.o
    [gcc -pthread] core/uwsgi.o
    [gcc -pthread] proto/base.o
    [gcc -pthread] proto/uwsgi.o
    [gcc -pthread] proto/http.o
    [gcc -pthread] proto/fastcgi.o
    [gcc -pthread] proto/scgi.o
    [gcc -pthread] proto/puwsgi.o
    [gcc -pthread] lib/linux_ns.o
    [gcc -pthread] core/zlib.o
    [gcc -pthread] core/regexp.o
    [gcc -pthread] core/routing.o
    [gcc -pthread] core/yaml.o
    [gcc -pthread] core/ssl.o
    [gcc -pthread] core/legion.o
    [gcc -pthread] core/xmlconf.o
    [gcc -pthread] core/dot_h.o
    [gcc -pthread] core/config_py.o
    *** uWSGI compiling embedded plugins ***
    [gcc -pthread] plugins/python/python_plugin.o
    [gcc -pthread] plugins/python/pyutils.o
    [gcc -pthread] plugins/python/pyloader.o
    [gcc -pthread] plugins/python/wsgi_handlers.o
    [gcc -pthread] plugins/python/wsgi_headers.o
    [gcc -pthread] plugins/python/wsgi_subhandler.o
    [gcc -pthread] plugins/python/web3_subhandler.o
    [gcc -pthread] plugins/python/pump_subhandler.o
    [gcc -pthread] plugins/python/gil.o
    [gcc -pthread] plugins/python/uwsgi_pymodule.o
    [gcc -pthread] plugins/python/profiler.o
    [gcc -pthread] plugins/python/symimporter.o
    [gcc -pthread] plugins/python/tracebacker.o
    [gcc -pthread] plugins/python/raw.o
    [gcc -pthread] plugins/gevent/gevent.o
    [gcc -pthread] plugins/gevent/hooks.o
    [gcc -pthread] plugins/ping/ping_plugin.o
    [gcc -pthread] plugins/cache/cache.o
    [gcc -pthread] plugins/nagios/nagios.o
    [gcc -pthread] plugins/rrdtool/rrdtool.o
    [gcc -pthread] plugins/carbon/carbon.o
    [gcc -pthread] plugins/rpc/rpc_plugin.o
    [gcc -pthread] plugins/corerouter/cr_common.o
    [gcc -pthread] plugins/corerouter/cr_map.o
    [gcc -pthread] plugins/corerouter/corerouter.o
    [gcc -pthread] plugins/fastrouter/fastrouter.o
    [gcc -pthread] plugins/http/http.o
    [gcc -pthread] plugins/http/keepalive.o
    [gcc -pthread] plugins/http/https.o
    [gcc -pthread] plugins/http/spdy3.o
    [gcc -pthread] plugins/ugreen/ugreen.o
    [gcc -pthread] plugins/signal/signal_plugin.o
    [gcc -pthread] plugins/syslog/syslog_plugin.o
    [gcc -pthread] plugins/rsyslog/rsyslog_plugin.o
    [gcc -pthread] plugins/logsocket/logsocket_plugin.o
    [gcc -pthread] plugins/router_uwsgi/router_uwsgi.o
    [gcc -pthread] plugins/router_redirect/router_redirect.o
    [gcc -pthread] plugins/router_basicauth/router_basicauth.o
    [gcc -pthread] plugins/zergpool/zergpool.o
    [gcc -pthread] plugins/redislog/redislog_plugin.o
    [gcc -pthread] plugins/mongodblog/mongodblog_plugin.o
    [gcc -pthread] plugins/router_rewrite/router_rewrite.o
    [gcc -pthread] plugins/router_http/router_http.o
    [gcc -pthread] plugins/logfile/logfile.o
    [gcc -pthread] plugins/router_cache/router_cache.o
    [gcc -pthread] plugins/rawrouter/rawrouter.o
    [gcc -pthread] plugins/router_static/router_static.o
    [gcc -pthread] plugins/sslrouter/sslrouter.o
    [gcc -pthread] plugins/spooler/spooler_plugin.o
    [gcc -pthread] plugins/cheaper_busyness/cheaper_busyness.o
    [gcc -pthread] plugins/symcall/symcall_plugin.o
    [gcc -pthread] plugins/transformation_tofile/tofile.o
    [gcc -pthread] plugins/transformation_gzip/gzip.o
    [gcc -pthread] plugins/transformation_chunked/chunked.o
    [gcc -pthread] plugins/transformation_offload/offload.o
    [gcc -pthread] plugins/router_memcached/router_memcached.o
    [gcc -pthread] plugins/router_redis/router_redis.o
    [gcc -pthread] plugins/router_hash/router_hash.o
    [gcc -pthread] plugins/router_expires/expires.o
    [gcc -pthread] plugins/router_metrics/plugin.o
    [gcc -pthread] plugins/transformation_template/tt.o
    [gcc -pthread] plugins/stats_pusher_socket/plugin.o
    *** uWSGI linking ***
    gcc -pthread -o /usr/local/Python/Python310/bin/uwsgi  core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/sendfile.o core/async.o core/master_checks.o core/fifo.o core/offload.o core/io.o core/static.o core/websockets.o core/spooler.o core/snmp.o core/exceptions.o core/config.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/reader.o core/writer.o core/alarm.o core/cron.o core/hooks.o core/plugins.o core/lock.o core/cache.o core/daemons.o core/errors.o core/hash.o core/master_events.o core/chunked.o core/queue.o core/event.o core/signal.o core/strings.o core/progress.o core/timebomb.o core/ini.o core/fsmon.o core/mount.o core/metrics.o core/plugins_builder.o core/sharedarea.o core/rpc.o core/gateway.o core/loop.o core/cookie.o core/querystring.o core/rb_timers.o core/transformations.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o proto/scgi.o proto/puwsgi.o lib/linux_ns.o core/zlib.o core/regexp.o core/routing.o core/yaml.o core/ssl.o core/legion.o core/xmlconf.o core/dot_h.o core/config_py.o plugins/python/python_plugin.o plugins/python/pyutils.o plugins/python/pyloader.o plugins/python/wsgi_handlers.o plugins/python/wsgi_headers.o plugins/python/wsgi_subhandler.o plugins/python/web3_subhandler.o plugins/python/pump_subhandler.o plugins/python/gil.o plugins/python/uwsgi_pymodule.o plugins/python/profiler.o plugins/python/symimporter.o plugins/python/tracebacker.o plugins/python/raw.o plugins/gevent/gevent.o plugins/gevent/hooks.o plugins/ping/ping_plugin.o plugins/cache/cache.o plugins/nagios/nagios.o plugins/rrdtool/rrdtool.o plugins/carbon/carbon.o plugins/rpc/rpc_plugin.o plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o plugins/corerouter/corerouter.o plugins/fastrouter/fastrouter.o plugins/http/http.o plugins/http/keepalive.o plugins/http/https.o plugins/http/spdy3.o plugins/ugreen/ugreen.o plugins/signal/signal_plugin.o plugins/syslog/syslog_plugin.o plugins/rsyslog/rsyslog_plugin.o plugins/logsocket/logsocket_plugin.o plugins/router_uwsgi/router_uwsgi.o plugins/router_redirect/router_redirect.o plugins/router_basicauth/router_basicauth.o plugins/zergpool/zergpool.o plugins/redislog/redislog_plugin.o plugins/mongodblog/mongodblog_plugin.o plugins/router_rewrite/router_rewrite.o plugins/router_http/router_http.o plugins/logfile/logfile.o plugins/router_cache/router_cache.o plugins/rawrouter/rawrouter.o plugins/router_static/router_static.o plugins/sslrouter/sslrouter.o plugins/spooler/spooler_plugin.o plugins/cheaper_busyness/cheaper_busyness.o plugins/symcall/symcall_plugin.o plugins/transformation_tofile/tofile.o plugins/transformation_gzip/gzip.o plugins/transformation_chunked/chunked.o plugins/transformation_offload/offload.o plugins/router_memcached/router_memcached.o plugins/router_redis/router_redis.o plugins/router_hash/router_hash.o plugins/router_expires/expires.o plugins/router_metrics/plugin.o plugins/transformation_template/tt.o plugins/stats_pusher_socket/plugin.o -lpthread -lm -rdynamic -ldl -lz -lpcre -luuid -lssl -lcrypto -lxml2 -lz -lm -ldl -lcrypt -lpthread -ldl -lutil -lm -lm /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a -lutil -lcrypt
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sslmodule_init_versioninfo':
    /root/Python-3.10.1/./Modules/_ssl.c:6073: undefined reference to `OpenSSL_version_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:6083: undefined reference to `OpenSSL_version'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_ACCESS_DESCRIPTION_num':
    /usr/local/openssl/include/openssl/x509v3.h:170: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/openssl/include/openssl/x509v3.h:170: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_ACCESS_DESCRIPTION_value':
    /usr/local/openssl/include/openssl/x509v3.h:170: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `PySSLSession_get_ticket_lifetime_hint':
    /root/Python-3.10.1/./Modules/_ssl.c:4998: undefined reference to `SSL_SESSION_get_ticket_lifetime_hint'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `get_security_level':
    /root/Python-3.10.1/./Modules/_ssl.c:3574: undefined reference to `SSL_CTX_get_security_level'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `get_options':
    /root/Python-3.10.1/./Modules/_ssl.c:3581: undefined reference to `SSL_CTX_get_options'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `set_options':
    /root/Python-3.10.1/./Modules/_ssl.c:3595: undefined reference to `SSL_CTX_get_options'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3606: undefined reference to `SSL_CTX_clear_options'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3609: undefined reference to `SSL_CTX_set_options'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `get_num_tickets':
    /root/Python-3.10.1/./Modules/_ssl.c:3542: undefined reference to `SSL_CTX_get_num_tickets'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `cipher_to_dict':
    /root/Python-3.10.1/./Modules/_ssl.c:1960: undefined reference to `SSL_CIPHER_is_aead'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:1961: undefined reference to `SSL_CIPHER_get_cipher_nid'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:1963: undefined reference to `SSL_CIPHER_get_digest_nid'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:1965: undefined reference to `SSL_CIPHER_get_kx_nid'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:1967: undefined reference to `SSL_CIPHER_get_auth_nid'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `PySSLSession_get_has_ticket':
    /root/Python-3.10.1/./Modules/_ssl.c:5020: undefined reference to `SSL_SESSION_has_ticket'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLSocket_compression_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:2092: undefined reference to `COMP_get_type'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:2094: undefined reference to `COMP_get_type'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLSocket_version_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:2047: undefined reference to `SSL_is_init_finished'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_SSL_CIPHER_num':
    /usr/local/openssl/include/openssl/ssl.h:958: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_SSL_CIPHER_value':
    /usr/local/openssl/include/openssl/ssl.h:958: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_SSL_CIPHER_num':
    /usr/local/openssl/include/openssl/ssl.h:958: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLSocket_get_channel_binding_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:2697: undefined reference to `SSL_session_reused'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `set_num_tickets':
    /root/Python-3.10.1/./Modules/_ssl.c:3560: undefined reference to `SSL_CTX_set_num_tickets'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_PySSLContext_set_keylog_filename':
    /root/Python-3.10.1/./Modules/_ssl/debughelpers.c:180: undefined reference to `SSL_CTX_set_keylog_callback'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl/debughelpers.c:217: undefined reference to `SSL_CTX_set_keylog_callback'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLContext_cert_store_stats_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:4509: undefined reference to `X509_STORE_get0_objects'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_X509_OBJECT_num':
    /usr/local/openssl/include/openssl/x509_vfy.h:58: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_X509_OBJECT_value':
    /usr/local/openssl/include/openssl/x509_vfy.h:58: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLContext_cert_store_stats_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:4512: undefined reference to `X509_OBJECT_get_type'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:4515: undefined reference to `X509_OBJECT_get0_X509'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_X509_num':
    /usr/local/openssl/include/openssl/x509.h:99: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `newCertificate':
    /root/Python-3.10.1/./Modules/_ssl/cert.c:30: undefined reference to `X509_up_ref'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_X509_value':
    /usr/local/openssl/include/openssl/x509.h:99: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLSocket_get_verified_chain_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:1842: undefined reference to `SSL_get0_verified_chain'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `PySSL_get_session_reused':
    /root/Python-3.10.1/./Modules/_ssl.c:2870: undefined reference to `SSL_session_reused'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLSocket_verify_client_post_handshake_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:2733: undefined reference to `SSL_verify_client_post_handshake'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLSocket_read_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:2501: undefined reference to `SSL_read_ex'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLSocket_write_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:2349: undefined reference to `SSL_write_ex'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_SSL_CIPHER_num':
    /usr/local/openssl/include/openssl/ssl.h:958: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_SSL_CIPHER_value':
    /usr/local/openssl/include/openssl/ssl.h:958: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_SSL_CIPHER_num':
    /usr/local/openssl/include/openssl/ssl.h:958: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_add_ca_certs':
    /root/Python-3.10.1/./Modules/_ssl.c:3946: undefined reference to `SSL_CTX_get_default_passwd_cb_userdata'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3946: undefined reference to `SSL_CTX_get_default_passwd_cb'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_create_tuple_for_X509_NAME':
    /root/Python-3.10.1/./Modules/_ssl.c:1117: undefined reference to `X509_NAME_ENTRY_set'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:1100: undefined reference to `X509_NAME_ENTRY_set'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_decode_certificate':
    /root/Python-3.10.1/./Modules/_ssl.c:1590: undefined reference to `X509_get_version'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:1625: undefined reference to `X509_get0_notBefore'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:1642: undefined reference to `X509_get0_notAfter'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_GENERAL_NAME_num':
    /usr/local/openssl/include/openssl/x509v3.h:166: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_GENERAL_NAME_value':
    /usr/local/openssl/include/openssl/x509v3.h:166: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_get_peer_alt_names':
    /root/Python-3.10.1/./Modules/_ssl.c:1265: undefined reference to `ASN1_STRING_get0_data'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_GENERAL_NAME_pop_free':
    /usr/local/openssl/include/openssl/x509v3.h:166: undefined reference to `OPENSSL_sk_pop_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_DIST_POINT_num':
    /usr/local/openssl/include/openssl/x509v3.h:205: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_DIST_POINT_value':
    /usr/local/openssl/include/openssl/x509v3.h:205: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_GENERAL_NAME_num':
    /usr/local/openssl/include/openssl/x509v3.h:166: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_GENERAL_NAME_value':
    /usr/local/openssl/include/openssl/x509v3.h:166: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLSocket_getpeercert_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:1809: undefined reference to `SSL_is_init_finished'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLContext_get_ca_certs_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:4560: undefined reference to `X509_STORE_get0_objects'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_X509_OBJECT_num':
    /usr/local/openssl/include/openssl/x509_vfy.h:58: undefined reference to `OPENSSL_sk_num'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `sk_X509_OBJECT_value':
    /usr/local/openssl/include/openssl/x509_vfy.h:58: undefined reference to `OPENSSL_sk_value'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLContext_get_ca_certs_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:4566: undefined reference to `X509_OBJECT_get_type'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:4571: undefined reference to `X509_OBJECT_get0_X509'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLContext_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:3027: undefined reference to `TLS_method'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3109: undefined reference to `SSL_CTX_set_options'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3030: undefined reference to `TLS_client_method'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3033: undefined reference to `TLS_server_method'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3109: undefined reference to `SSL_CTX_set_options'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3166: undefined reference to `SSL_CTX_set_post_handshake_auth'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3109: undefined reference to `SSL_CTX_set_options'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl__SSLContext_load_cert_chain_impl':
    /root/Python-3.10.1/./Modules/_ssl.c:3815: undefined reference to `SSL_CTX_get_default_passwd_cb'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:3816: undefined reference to `SSL_CTX_get_default_passwd_cb_userdata'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `PySSL_set_session':
    /root/Python-3.10.1/./Modules/_ssl.c:2844: undefined reference to `SSL_is_init_finished'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `newPySSLSocket':
    /root/Python-3.10.1/./Modules/_ssl.c:845: undefined reference to `BIO_up_ref'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:846: undefined reference to `BIO_up_ref'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_ssl.c:867: undefined reference to `SSL_set_post_handshake_auth'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_ssl.o): in function `_ssl_configure_hostname':
    /root/Python-3.10.1/./Modules/_ssl.c:764: undefined reference to `ASN1_STRING_get0_data'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hmac_dealloc':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1556: undefined reference to `HMAC_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `EVP_dealloc':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:350: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `py_digest_by_name':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:213: undefined reference to `EVP_sha512_224'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:216: undefined reference to `EVP_sha512_256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:222: undefined reference to `EVP_sha3_224'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:225: undefined reference to `EVP_sha3_256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:228: undefined reference to `EVP_sha3_384'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:231: undefined reference to `EVP_sha3_512'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:236: undefined reference to `EVP_shake128'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:239: undefined reference to `EVP_shake256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:244: undefined reference to `EVP_blake2s256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:247: undefined reference to `EVP_blake2b512'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_hmac_get_block_size':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1672: undefined reference to `HMAC_CTX_get_md'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hmac_digest':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1595: undefined reference to `HMAC_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:1605: undefined reference to `HMAC_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hmac_digest_size':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1480: undefined reference to `HMAC_CTX_get_md'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:1480: undefined reference to `HMAC_CTX_get_md'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `EVPXOF_digest_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:616: undefined reference to `EVP_MD_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:625: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:628: undefined reference to `EVP_DigestFinalXOF'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:637: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:632: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_scrypt_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1298: undefined reference to `EVP_PBE_scrypt'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:1313: undefined reference to `EVP_PBE_scrypt'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hmac_digest_size':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1480: undefined reference to `HMAC_CTX_get_md'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_HMAC_copy_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1529: undefined reference to `HMAC_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:1534: undefined reference to `HMAC_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:1540: undefined reference to `HMAC_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `newEVPobject':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:312: undefined reference to `EVP_MD_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_openssl_shake_256_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1106: undefined reference to `EVP_shake256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_openssl_shake_128_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1087: undefined reference to `EVP_shake128'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_openssl_sha3_512_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1066: undefined reference to `EVP_sha3_512'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_openssl_sha3_384_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1047: undefined reference to `EVP_sha3_384'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_openssl_sha3_256_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1028: undefined reference to `EVP_sha3_256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_openssl_sha3_224_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1009: undefined reference to `EVP_sha3_224'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `EVP_digest_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:404: undefined reference to `EVP_MD_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:420: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `EVP_hexdigest_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:438: undefined reference to `EVP_MD_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:454: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `newEVPobject':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:312: undefined reference to `EVP_MD_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `EVPXOF_hexdigest_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:663: undefined reference to `EVP_MD_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:676: undefined reference to `EVP_DigestFinalXOF'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:683: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:673: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:678: undefined reference to `EVP_MD_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_hmac_get_name':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1682: undefined reference to `HMAC_CTX_get_md'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hmac_repr':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1564: undefined reference to `HMAC_CTX_get_md'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `py_digest_by_name':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:247: undefined reference to `EVP_blake2b512'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:213: undefined reference to `EVP_sha512_224'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:216: undefined reference to `EVP_sha512_256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:222: undefined reference to `EVP_sha3_224'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:225: undefined reference to `EVP_sha3_256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:228: undefined reference to `EVP_sha3_384'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:231: undefined reference to `EVP_sha3_512'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:236: undefined reference to `EVP_shake128'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:239: undefined reference to `EVP_shake256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:244: undefined reference to `EVP_blake2s256'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /usr/local/Python/Python310/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a(_hashopenssl.o): in function `_hashlib_hmac_new_impl':
    /root/Python-3.10.1/./Modules/_hashopenssl.c:1428: undefined reference to `HMAC_CTX_new'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:1461: undefined reference to `HMAC_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:1461: undefined reference to `HMAC_CTX_free'
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: /root/Python-3.10.1/./Modules/_hashopenssl.c:1461: undefined reference to `HMAC_CTX_free'
    collect2: error: ld returned 1 exit status
    *** error linking uWSGI ***
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/local/Python/Python310/bin/python3.10 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-bwyhrzw8/uwsgi_6c2b6dc968da4c16a46679e83b40a5f0/setup.py'"'"'; __file__='"'"'/tmp/pip-install-bwyhrzw8/uwsgi_6c2b6dc968da4c16a46679e83b40a5f0/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ed2psnge/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Python/Python310/include/python3.10/uwsgi Check the logs for full command output.

openssl version: OpenSSL 1.1.1l 24 Aug 2021

xrmx commented 2 years ago

That looks like an issue with your compiled from source python 3.10.1.