File tree Expand file tree Collapse file tree 3 files changed +25
-6
lines changed Expand file tree Collapse file tree 3 files changed +25
-6
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
- Thursday March 21 , 2019
3
+ Tuesday April 09 , 2019
4
4
5
5
6
- Last Updated: Thursday March 21 , 2019
7
- Last Change : Thursday March 21 , 2019
6
+ Last Updated: Tuesday April 09 , 2019
7
+ Last Change : Tuesday April 09 , 2019
8
8
9
9
10
10
1. Introduction
@@ -293,6 +293,10 @@ If all has worked properly the QGIS application should start up and appear
293
293
on your screen. If you get the error message "error while loading shared libraries",
294
294
execute this command in your shell.
295
295
296
+ sudo ldconfig
297
+
298
+ If that doesn't help add the install path to LD_LIBRARY_PATH:
299
+
296
300
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
297
301
298
302
Optionally, if you already know what aspects you want in your custom build
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 > Thursday March 21 , 2019</ H3 >
80
+ < H3 > Tuesday April 09 , 2019</ H3 >
81
81
</ DIV >
82
82
83
83
< DIV CLASS ="body " ID ="body ">
84
84
< P >
85
- Last Updated: Thursday March 21 , 2019
86
- Last Change : Thursday March 21 , 2019
85
+ Last Updated: Tuesday April 09 , 2019
86
+ Last Change : Tuesday April 09 , 2019
87
87
</ P >
88
88
< DIV CLASS ="toc ">
89
89
@@ -484,6 +484,14 @@ <H2>3.7. Starting the compile</H2>
484
484
execute this command in your shell.
485
485
</ P >
486
486
487
+ < div class ="code "> < PRE >
488
+ sudo ldconfig
489
+ </ PRE > </ div >
490
+
491
+ < P >
492
+ If that doesn't help add the install path to LD_LIBRARY_PATH:
493
+ </ P >
494
+
487
495
< div class ="code "> < PRE >
488
496
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
489
497
</ PRE > </ div >
Original file line number Diff line number Diff line change @@ -171,6 +171,13 @@ If all has worked properly the QGIS application should start up and appear
171
171
on your screen. If you get the error message "error while loading shared libraries",
172
172
execute this command in your shell.
173
173
174
+ ```
175
+ sudo ldconfig
176
+ ```
177
+
178
+ If that doesn't help add the install path to LD_LIBRARY_PATH:
179
+
180
+
174
181
```
175
182
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HOME}/apps/lib/
176
183
```
You can’t perform that action at this time.
0 commit comments