centos6.5 安装 mysql8.0.11 报错信息如下Linking CXX executable ../../../runtime_output_directory/pfs_connect_attr-t
../../../archive_output_directory/libtemptable.a(handler.cc.o):在函数‘temptable::Handler::delete_table(char const*, dd::Table const*)’中:
/usr/local/mysql-8.0.11/sql/table.h:3288:对‘TLS init function for temptable::tables’未定义的引用
/usr/local/mysql-8.0.11/sql/table.h:3288:对‘TLS init function for temptable::tables’未定义的引用
/usr/local/mysql-8.0.11/sql/table.h:3288:对‘TLS init function for temptable::tables’未定义的引用
../../../archive_output_directory/libtemptable.a(handler.cc.o):在函数‘temptable::Handler::open(char const*, int, unsigned int, dd::Table const*)’中:
/usr/local/mysql-8.0.11/sql/table.h:3288:对‘TLS init function for temptable::tables’未定义的引用
/usr/local/mysql-8.0.11/sql/table.h:3288:对‘TLS init function for temptable::tables’未定义的引用
../../../archive_output_directory/libtemptable.a(handler.cc.o):/usr/local/mysql-8.0.11/sql/table.h:3288: more undefined references to `TLS init function for temptable::tables' follow
collect2: error: ld returned 1 exit status
make[2]: *** [runtime_output_directory/pfs_connect_attr-t] 错误 1
make[1]: *** [storage/perfschema/unittest/CMakeFiles/pfs_connect_attr-t.dir/all] 错误 2
make: *** [all] 错误 2哪位大神遇到过,求指教