Asked by Wilson Edwards
at 2025-02-05 00:23:20
Point:500 Replies:1 POST_ID:829298USER_ID:12108
Topic:
python;
I try to upgrade my python version from 3.6 to 3.9
I also get ,glibc error /lib64/libm.so: undefined reference to `__strtod_nan@GLIBC_PRIVATE'
and solved it ....just checked all glibc, libm , libc, all version is matched to , for exmaple.2.18version
relink, ln -sfn /lib64/libm-2.18.so libm.so.6 //before is libm-2.31.so not matched
after the above error solved, I get other error
at make altinstall, got the error
error _testembed.c:1767: undefined reference to `__gcov_indirect_call_profiler'
just following the instruction as reference link
Installation python 3.9 reference: