File tree 3 files changed +22
-9
lines changed
3 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 1
1
QGIS
2
2
Building QGIS from source - step by step
3
- Wednesday February 25 , 2015
3
+ Saturday March 07 , 2015
4
4
5
5
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
8
8
9
9
10
10
1. Introduction
@@ -268,7 +268,10 @@ After that you can try to run QGIS:
268
268
$HOME/apps/bin/qgis
269
269
270
270
If 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/
272
275
273
276
274
277
3.8. Building Debian packages
Original file line number Diff line number Diff line change 77
77
< DIV CLASS ="header " ID ="header ">
78
78
< H1 > QGIS</ H1 >
79
79
< H2 > Building QGIS from source - step by step</ H2 >
80
- < H3 > Wednesday February 25 , 2015</ H3 >
80
+ < H3 > Saturday March 07 , 2015</ H3 >
81
81
</ DIV >
82
82
83
83
< DIV CLASS ="body " ID ="body ">
84
84
< 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
87
87
</ P >
88
88
< DIV CLASS ="toc ">
89
89
@@ -456,9 +456,14 @@ <H2>3.7. Starting the compile</H2>
456
456
457
457
< P >
458
458
If 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.
460
461
</ P >
461
462
463
+ < div class ="code "> < PRE >
464
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
465
+ </ PRE > </ div >
466
+
462
467
< A NAME ="toc11 "> </ A >
463
468
< H2 > 3.8. Building Debian packages</ H2 >
464
469
Original file line number Diff line number Diff line change @@ -147,7 +147,12 @@ $HOME/apps/bin/qgis
147
147
```
148
148
149
149
If 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
+ ```
151
156
152
157
153
158
== Building Debian packages ==
You can’t perform that action at this time.
0 commit comments