From c7242e8a4444c771c891a18289d17ff72dfa9762 Mon Sep 17 00:00:00 2001 From: lookshe Date: Sun, 24 Jan 2021 22:33:28 +0100 Subject: add pureftpd to fix issue with mariadb >= 10.2 --- pureftpd/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pureftpd/README.md (limited to 'pureftpd/README.md') diff --git a/pureftpd/README.md b/pureftpd/README.md new file mode 100644 index 0000000..7b6bfed --- /dev/null +++ b/pureftpd/README.md @@ -0,0 +1,16 @@ +## Pure-FTPd to run with MariaDB 10.3 on Debian Wheezy + +Rebuild Pure-FTPd due to following error message after using MariaDB 10.3 (should happen also with 10.2) +``` +symbol my_make_scrambled_password, version libmysqlclient_18 not defined in file libmysqlclient.so.18 with link time reference +``` +Implementation of make_scrambled_password is taken from MariaDB connectors. + +### Build and get installation files + +Build is done inside Debian Wheezy docker with +``` +DOCKER_BUILDKIT=1 docker build --output out . +``` +After this command the .deb-files are located in out folder. + -- cgit v1.2.3