summaryrefslogtreecommitdiffstats
path: root/pureftpd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pureftpd/README.md')
-rw-r--r--pureftpd/README.md16
1 files changed, 16 insertions, 0 deletions
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.
+