Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / adm / add-libs.sh @ master

History | View | Annotate | Download (798 Bytes)

# Date Author Comment
e0451f24 07/06/2020 02:36 PM Eric Allman

Change mariadb_config to mysql_config --- how did this ever work?

a63a7628 11/01/2018 12:28 PM Eric Allman

Cleanup for MariaDB on Ubuntu.

59c6c7e0 07/26/2018 10:50 AM Eric Allman

First cut at external => internal name mapping using MySQL. It is
currently not an error if the mapping doesn't exist --- it just falls
back to the old SHA256 behavior --- and there is no automated addition
of the mapping to the database when you create a log. To make this work...

6d91bdca 06/21/2018 11:02 AM Eric Allman

Small compile fixes so mqtt-gdp-gateway will compile.

a1db14b5 12/01/2017 10:18 AM Eric Allman

For some reason -luuid fails on RedHat even though /lib/libuuid.*
exists. This change works around the problem in a rather crude way.

79369be6 11/01/2017 01:36 PM Eric Allman

Add UUID support to libep (for future use).

830dae23 11/01/2017 01:32 PM Eric Allman

Refactor add-libs.sh to make adding libraries easier. No semantic
changes.

998c93d4 03/13/2017 03:57 PM Eric Allman

Look more places for libsystemd instances.

243dd108 02/06/2017 11:25 AM Eric Allman

Portability fixes (mostly Makefiles)

bfb5cd0d 10/27/2016 08:37 AM Eric Allman

Arrange to do systemd notifications if available. Note that the package
systemd-dev must be installed previously (this is not the default!).

06c42b03 09/02/2016 04:05 PM Eric Allman

Oh bother, more library incompatibity problems.

0c355cec 07/31/2016 12:25 PM Eric Allman

Tweak to fix compile on RedHat 6.8.

51113c36 07/29/2016 05:06 AM Eric Allman

Arrange to dynamically choose libraries based on environment and
conditions. This isn't completely satisfying.