Hi Team,
Can I build the source package on Debian 10 ARM64 architecture?
Currently I get this error when I try to build:
cd percona-server-5.7.*cp -ap build-ps/debian debiandpkg-buildpackage -b -rfakeroot -d
=========dh_install: Cannot find (any matches for) “usr/lib/mysql/plugin/ha_tokudb.so” (tried in ., debian/tmp)…dh_install: percona-server-server-5.7 missing files: usr/lib/mysql/plugin/authentication_ldap_sasl_client.soinstall -d debian/.debhelper/generated/percona-server-server-5.7install -d debian/.debhelper/generated/percona-server-test-5.7install -d debian/.debhelper/generated/percona-server-source-5.7install -d debian/.debhelper/generated/percona-server-5.7-dbgdh_install: missing files, abortingmake: *** [debian/rules:4: binary] Error 25dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2==============
All the best,
Taulant H.
Take a look at this blog post and see if it helps: https://www.percona.com/blog/2018/08/22/how-to-compile-percona-server-for-mysql-5-7-in-raspberry-pi-3/
I managed to build it with rules.notokudb & control.notokudb :
-DWITHOUT_TOKUDB=ONAnyway thank you @mathewb.