为arm 编译 mysql , 执行的时候出现了这个问题。

好像是个bug,

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626379

 

重新编译,把 --with-client-ldflags 选项去掉就可以了

./configure --prefix=$ARMROOTFS/usr/mysql/ \
--with-charset=utf8 --with-extra-charsets=all --without-debug --without-docs --without-man --without-bench --with-client-ldflags=-all-static --host=arm-linux --cache-file=$ARCH-linux.cache 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
猜你喜欢
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2021-11-17
  • 2021-12-18
  • 2021-12-04
  • 2021-09-02
相关资源
相似解决方案