On Dec 6, 2019, at 2:41 PM, Geaaru <geaaru@gmail.com> wrote:
i'm trying to integrate Python3.6 support in Gentoo/Sabayon distro and I will soon push a pr that fix this support on configure.ac but I see that also with python2.7 before my changes export-dynamic link option was disabled.
Here my patch:
https://github.com/geaaru/freeradius-server/commit/1862610feab8b3e165ca0b57d...
Now I also fixed this but I have this issue: ... gnu/bin/ld: /usr/lib64/libc_nonshared.a(elf-init.oS): relocation R_X86_64_PC32 against undefined hidden symbol `__init_array_start' can not be used when making a shared object
That's likely because of build arguments...
Could be related to gcc version? Anyone has alraedy see this error?
Jorge has a patch at: https://github.com/FreeRADIUS/freeradius-server/pull/3183 That may help. Alan DeKok.