
/usr/bin/ld: dynamic STT_GNU_IFUNC symbol `mb_utf16be_to_wchar' with pointer equality in `ext/mbstring/libmbfl/filters/mbfilter_utf16.o' can not be used when making an executable; recompile with -fPIE and relink with -piecollect2: error: ld returned 1 exi
·
ERROR!
진짜 PHP 컴파일 설치를 하는데 도저히 해결방법을 모르겠더라타고타고타고 찾아들어가다가 깃허브에서 한 글을 발견했다 This is actually this issue: https://sourceware.org/bugzilla/show_bug.cgi?id=23169That was fixed in binutils 2.31, but CentOS8 uses version 2.30 which is old (almost 6 years: Jan 2018).I don't know how to work around this, it's not like we can check via a macro the binutils version but we could in principle test during configure if..