File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11QGIS
22Building QGIS from source - step by step
3- Wednesday February 25 , 2015
3+ Saturday March 07 , 2015
44
55
6- Last Updated: Wednesday February 25 , 2015
7- Last Change : Wednesday February 25 , 2015
6+ Last Updated: Saturday March 07 , 2015
7+ Last Change : Saturday March 07 , 2015
88
99
1010 1. Introduction
@@ -268,7 +268,10 @@ After that you can try to run QGIS:
268268 $HOME/apps/bin/qgis
269269
270270If all has worked properly the QGIS application should start up and appear
271- on your screen.
271+ on your screen. If you get the error message "error while loading shared libraries",
272+ execute this command in your shell.
273+
274+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
272275
273276
274277 3.8. Building Debian packages
Original file line number Diff line number Diff line change 7777< DIV CLASS ="header " ID ="header ">
7878< H1 > QGIS</ H1 >
7979< H2 > Building QGIS from source - step by step</ H2 >
80- < H3 > Wednesday February 25 , 2015</ H3 >
80+ < H3 > Saturday March 07 , 2015</ H3 >
8181</ DIV >
8282
8383< DIV CLASS ="body " ID ="body ">
8484< P >
85- Last Updated: Wednesday February 25 , 2015
86- Last Change : Wednesday February 25 , 2015
85+ Last Updated: Saturday March 07 , 2015
86+ Last Change : Saturday March 07 , 2015
8787</ P >
8888< DIV CLASS ="toc ">
8989
@@ -456,9 +456,14 @@ <H2>3.7. Starting the compile</H2>
456456
457457< P >
458458If all has worked properly the QGIS application should start up and appear
459- on your screen.
459+ on your screen. If you get the error message "error while loading shared libraries",
460+ execute this command in your shell.
460461</ P >
461462
463+ < div class ="code "> < PRE >
464+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
465+ </ PRE > </ div >
466+
462467< A NAME ="toc11 "> </ A >
463468< H2 > 3.8. Building Debian packages</ H2 >
464469
Original file line number Diff line number Diff line change @@ -147,7 +147,12 @@ $HOME/apps/bin/qgis
147147```
148148
149149If all has worked properly the QGIS application should start up and appear
150- on your screen.
150+ on your screen. If you get the error message "error while loading shared libraries",
151+ execute this command in your shell.
152+
153+ ```
154+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
155+ ```
151156
152157
153158== Building Debian packages ==
You can’t perform that action at this time.
0 commit comments