From c095f8b95859c97b22d3dbeaf3715ebe012baaf2 Mon Sep 17 00:00:00 2001 From: Igor Peshansky Date: Wed, 28 Mar 2018 00:22:03 -0400 Subject: [PATCH] Add an explicit dependency on libboost-filesystem. --- README.md | 9 +++++---- pkg/deb/debian/control.base | 2 +- pkg/deb/debian/control.xenial | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b82e4233..e0a745b5 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ This is the Stackdriver metadata agent. 1. Install runtime dependencies: - $ sudo apt-get install libyajl2 libboost-program-options1.55.0 \ - libboost-system1.55.0 libboost-thread1.55.0 + $ sudo apt-get install libyajl2 libboost-filesystem1.55.0 \ + libboost-program-options1.55.0 libboost-system1.55.0 \ + libboost-thread1.55.0 2. Install build dependencies: @@ -21,7 +22,7 @@ This is the Stackdriver metadata agent. 1. Install runtime dependencies: - $ sudo apt-get install libssl1.0.0 libyajl2 \ + $ sudo apt-get install libssl1.0.0 libyajl2 libboost-filesystem1.58.0 \ libboost-program-options1.58.0 libboost-system1.58.0 \ libboost-thread1.58.0 @@ -37,7 +38,7 @@ This is the Stackdriver metadata agent. 1. Install runtime dependencies: - $ sudo apt-get install libssl1.0.2 libyajl2 \ + $ sudo apt-get install libssl1.0.2 libyajl2 libboost-filesystem1.62.0 \ libboost-program-options1.62.0 libboost-system1.62.0 \ libboost-thread1.62.0 diff --git a/pkg/deb/debian/control.base b/pkg/deb/debian/control.base index e73d0811..0a390399 100644 --- a/pkg/deb/debian/control.base +++ b/pkg/deb/debian/control.base @@ -6,7 +6,7 @@ Build-Depends: g++, cmake, dpkg-dev, libyajl-dev (>= 2.0), libssl-dev, libboost1 Package: stackdriver-metadata Architecture: amd64 -Depends: libyajl2, libboost-program-options1.55.0 libboost-system1.55.0, libboost-thread1.55.0 +Depends: libyajl2, libboost-filesystem1.55.0, libboost-program-options1.55.0, libboost-system1.55.0, libboost-thread1.55.0 Description: Stackdriver metadata collection daemon The Stackdriver metadata daemon collects resource metadata and sends it to the Stackdriver service. diff --git a/pkg/deb/debian/control.xenial b/pkg/deb/debian/control.xenial index 470c2759..12be13c0 100644 --- a/pkg/deb/debian/control.xenial +++ b/pkg/deb/debian/control.xenial @@ -6,7 +6,7 @@ Build-Depends: g++, cmake, dpkg-dev, libyajl-dev (>= 2.0), libssl-dev, libboost1 Package: stackdriver-metadata Architecture: amd64 -Depends: libssl1.0.0, libyajl2, libboost-program-options1.58.0, libboost-system1.58.0, libboost-thread1.58.0 +Depends: libssl1.0.0, libyajl2, libboost-filesystem1.58.0, libboost-program-options1.58.0, libboost-system1.58.0, libboost-thread1.58.0 Description: Stackdriver metadata collection daemon The Stackdriver metadata daemon collects resource metadata and sends it to the Stackdriver service.