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/.

osmith gerrit-no-reply at lists.osmocom.org
Tue May 5 11:59:33 UTC 2020


osmith has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/43/18043/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200505/4426a2de/attachment.htm>


More information about the gerrit-log mailing list