From 3f008e484c0767e3017af04aec5a65e81ad07501 Mon Sep 17 00:00:00 2001 From: Christopher Stelly Date: Mon, 11 Feb 2019 21:00:37 -0600 Subject: [PATCH] Update from-source.md [-] libmysqlclient-dev is a necessary library on Ubuntu 18.04, and is not included as part of the mysql-server package from apt --- installing-grr-server/from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing-grr-server/from-source.md b/installing-grr-server/from-source.md index e5e23ca..2e4d63e 100644 --- a/installing-grr-server/from-source.md +++ b/installing-grr-server/from-source.md @@ -9,7 +9,7 @@ First, install the prerequisites: ```bash sudo apt install -y fakeroot debhelper libffi-dev libssl-dev python-dev \ python-pip wget openjdk-8-jdk zip git devscripts dh-systemd dh-virtualenv \ - libc6-i386 lib32z1 asciidoc + libc6-i386 lib32z1 asciidoc libmysqlclient-dev ``` * Centos: