是否有人在Ubuntu 18上成功地安装了用于InnoDB的Percona数据恢复工具?我在这里下载了这个工具:https://launchpad.net/percona-data-recovery-tool-for-innodb/trunk/release-0.5/+download/percona-data-recovery-tool-for-innodb-0.5.tar.gz
...but编译时得到以下错误: collect2: error: ld返回1个退出状态Makefile:30:目标'constraints_parser‘失败的配方:* 约束_解析器错误1
发布于 2022-04-18 07:51:43
这应该解决了这个问题: sed -i‘S/CFLAGS=/fgnu89 89-内联/’Makefile
https://dba.stackexchange.com/questions/300603
复制相似问题