[Libreoffice-commits] online.git: loolwsd/loolwsd-systemplate-setup

Henry Castro hcastro at collabora.com
Tue Jan 5 15:11:39 PST 2016


 loolwsd/loolwsd-systemplate-setup |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit cfb748edf74c82f86b6085039c63d62bbc55361c
Author: Henry Castro <hcastro at collabora.com>
Date:   Tue Jan 5 19:08:12 2016 -0400

    loolwsd: ensure POCO library is installed into systemplate.
    
    In order to avoid "/usr/bin/loolkit: error while loading shared libraries: libPocoNetd.so.30"

diff --git a/loolwsd/loolwsd-systemplate-setup b/loolwsd/loolwsd-systemplate-setup
index e8f7eb2..fd2bab0 100755
--- a/loolwsd/loolwsd-systemplate-setup
+++ b/loolwsd/loolwsd-systemplate-setup
@@ -65,6 +65,7 @@ cd / || exit 1
 	# Go through the loolkit
 	find $POCODIR -name '*Poco*.so' -o -name '*.so.[0-9]*' |
 	while read file; do
+	    echo $file
 	    ldd $file 2>/dev/null
 	done |
 	grep -v dynamic | cut -d " " -f 3 | grep -E '^(/lib|/usr)' | sort -u | sed -e 's,^/,,'


More information about the Libreoffice-commits mailing list