coolsnowwolf / lede

Lean's LEDE source
Other
29.82k stars 19.53k forks source link

mariadb编译时出错 #7350

Open lxwq opened 3 years ago

lxwq commented 3 years ago

在选上这两个扩展插件后无法正常编译,去掉后正常,应该是上游代码的BUG,不知道怎么搞 plugin-auth_pam := PLUGIN_AUTH_PAM plugin-auth_pam_v1 := PLUGIN_AUTH_PAM_V1

lxwq commented 3 years ago

错误日志: touch /home/zz/lede/build_dir/target-x86_64_musl/mariadb-10.4.18/.pkgdir/mariadb-server-plugin-auth-gssapi.installed mkdir -p /home/zz/lede/bin/targets/x86/64/packages /home/zz/lede/build_dir/target-x86_64_musl/mariadb-10.4.18/ipkg-x86_64/mariadb-server-plugin-auth-pam/CONTROL /home/zz/lede/staging_dir/target-x86_64_musl/pkginfo install -d -m0755 /home/zz/lede/build_dir/target-x86_64_musl/mariadb-10.4.18/ipkg-x86_64/mariadb-server-plugin-auth-pam/usr/lib/mariadb/plugin install -m0755 /home/zz/lede/build_dir/target-x86_64_musl/mariadb-10.4.18/ipkg-install/usr/lib/mariadb/plugin/auth_pam.so /home/zz/lede/build_dir/target-x86_64_musl/mariadb-10.4.18/ipkg-x86_64/mariadb-server-plugin-auth-pam/usr/lib/mariadb/plugin install: cannot stat '/home/zz/lede/build_dir/target-x86_64_musl/mariadb-10.4.18/ipkg-install/usr/lib/mariadb/plugin/auth_pam.so': No such file or directory make[3]: *** [Makefile:586: /home/zz/lede/bin/packages/x86_64/packages/mariadb-server-plugin-auth-pam_10.4.18-1_x86_64.ipk] Error 1 make[3]: Leaving directory '/home/zz/lede/feeds/packages/utils/mariadb' time: package/feeds/packages/mariadb/compile#12.44#11.10#30.52 ERROR: package/feeds/packages/mariadb failed to build.

lxwq commented 3 years ago

自己换了OP官网的mariadb(同样的版本,可能多了一个补丁),编译没问题了, 安装启动时又出问题,数据库无法正常启动,提示 Could not open mysql.plugin table. Some options may be missing from the help text. 不知道是怎么回事

lxwq commented 3 years ago

不折腾了,退到10.4.13版正常使用,