From d9ef1dc1c97177e22ff67e5d048f6fadbbe55f25 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Sat, 7 Mar 2015 16:34:46 +0100 Subject: [PATCH] add LD_LIBRARY_PATH note to INSTALL --- INSTALL | 11 +++++++---- doc/INSTALL.html | 13 +++++++++---- doc/linux.t2t | 7 ++++++- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index f35bebbc7a8a..251d952e70ae 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,10 @@ QGIS Building QGIS from source - step by step -Wednesday February 25, 2015 +Saturday March 07, 2015 -Last Updated: Wednesday February 25, 2015 -Last Change : Wednesday February 25, 2015 +Last Updated: Saturday March 07, 2015 +Last Change : Saturday March 07, 2015 1. Introduction @@ -268,7 +268,10 @@ After that you can try to run QGIS: $HOME/apps/bin/qgis If all has worked properly the QGIS application should start up and appear -on your screen. +on your screen. If you get the error message "error while loading shared libraries", +execute this command in your shell. + + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/ 3.8. Building Debian packages diff --git a/doc/INSTALL.html b/doc/INSTALL.html index f096101e53fc..b2ed5ff4e638 100644 --- a/doc/INSTALL.html +++ b/doc/INSTALL.html @@ -77,13 +77,13 @@

-Last Updated: Wednesday February 25, 2015 -Last Change : Wednesday February 25, 2015 +Last Updated: Saturday March 07, 2015 +Last Change : Saturday March 07, 2015

@@ -456,9 +456,14 @@

3.7. Starting the compile

If all has worked properly the QGIS application should start up and appear -on your screen. +on your screen. If you get the error message "error while loading shared libraries", +execute this command in your shell.

+
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
+
+

3.8. Building Debian packages

diff --git a/doc/linux.t2t b/doc/linux.t2t index ce4c0e2ff915..a0506d20d7f9 100644 --- a/doc/linux.t2t +++ b/doc/linux.t2t @@ -147,7 +147,12 @@ $HOME/apps/bin/qgis ``` If all has worked properly the QGIS application should start up and appear -on your screen. +on your screen. If you get the error message "error while loading shared libraries", +execute this command in your shell. + +``` +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/ +``` == Building Debian packages ==