Change in docker-playground[master]: osmo-hlr-master: run ldconfig

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue May 5 19:31:24 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/18043 )

Change subject: osmo-hlr-master: run ldconfig
......................................................................

osmo-hlr-master: run ldconfig

Fix error after DGSM-related patches were merged:

osmo-hlr: error while loading shared libraries: libosmo-gsup-client.so.0: cannot open shared object file: No such file or directory
Change-Id: I80554fdbfd2c518868485f84a46c56df985c671c
---
M osmo-hlr-master/Dockerfile
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved; Verified



diff --git a/osmo-hlr-master/Dockerfile b/osmo-hlr-master/Dockerfile
index 6a09b0d..3aa8468 100644
--- a/osmo-hlr-master/Dockerfile
+++ b/osmo-hlr-master/Dockerfile
@@ -35,7 +35,8 @@
 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
 	autoreconf -fi && \
 	./configure && \
-	make -j8 install
+	make -j8 install && \
+	ldconfig
 
 VOLUME	/data
 

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/18043
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I80554fdbfd2c518868485f84a46c56df985c671c
Gerrit-Change-Number: 18043
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200505/fcbfd6da/attachment.htm>


More information about the gerrit-log mailing list