From 68c91165434887381efce76bfb9c46bd9fa828c8 Mon Sep 17 00:00:00 2001 From: Aslak Raanes Date: Mon, 15 Oct 2018 10:33:47 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Info=20om=20at=20`libmysqlclient-dev`=20=20?= =?UTF-8?q?b=C3=B8r=20v=C3=A6re=20installert=20f=C3=B8r=20man=20bygger.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b97d15..2762845 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +## MySQL database development files + +Sikre at Ubuntu-pakken `libmysqlclient-dev`/`default-libmysqlclient-dev` er installert. + ## autoreconf autoreconf --force --install --symlink From 3182978201cf5b2ec7ccb15e44568689eeb05de9 Mon Sep 17 00:00:00 2001 From: Aslak Raanes Date: Wed, 17 Oct 2018 14:09:47 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Standardverdiene=20for=20mysql-lib/inc=20p?= =?UTF-8?q?=C3=A5=20Ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Burde strengt tatt hentet dette fra `mysql_config`. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b7bc2b..10471f3 100644 --- a/configure.ac +++ b/configure.ac @@ -33,8 +33,8 @@ AC_ARG_WITH(mysql, [ if test "$withval" != "no"; then if test "$withval" = "yes"; then - MYSQL_INCDIR=/usr/local/include/mysql - MYSQL_LIBDIR=/usr/local/lib/mysql + MYSQL_INCDIR=/usr/include/mysql + MYSQL_LIBDIR=/usr/lib/x86_64-linux-gnu else if test -f $withval/include/mysql/mysql.h; then MYSQL_INCDIR=$withval/include/mysql