I am trying to install the latest version of GRASS GIS from source code in my linux ubuntu 16.04 OS but having difficulty. The error message is as follows:
“error while loading shared libraries: libproj.so.13: cannot open shared object file: No such file or directory”
I have also manually installed the latest version of proj (5.1.0) and provided the library link during configuration of the installation of GRASS GIS
clearly both libproj.so and libproj.so.13 do exist in the lib directory of the proj software package and permission is fine. Besides I have soft linked the /usr/lib/libproj.so to libproj.so
The libproj.so is resides at my installation directory at
/opt/source/proj-5.1.0/build/lib/libproj.so and further soft linked to libproj.so.13
On Tue, Sep 11, 2018 at 2:11 AM yacob sen <yacobseny@gmail.com> wrote:
Dear users,
I am trying to install the latest version of GRASS GIS from source code in my linux ubuntu 16.04 OS but having difficulty. The error message is as follows:
"error while loading shared libraries: libproj.so.13: cannot open shared object file: No such file or directory"
When does this message occur?
I have also manually installed the latest version of proj (5.1.0) and provided the library link during configuration of the installation of GRASS GIS
clearly both libproj.so and libproj.so.13 do exist in the lib directory of the proj software package and permission is fine. Besides I have soft linked the /usr/lib/libproj.so to libproj.so
The libproj.so is resides at my installation directory at
/opt/source/proj-5.1.0/build/lib/libproj.so and further soft linked to libproj.so.13
Somehow the installation script does not “see” the libraries. Is your library path standard in your system? If not you could add it to your ld.so.conf
Good luck!
···
On 9/11/18 2:11 AM, yacob sen wrote:
Dear users,
I am trying to install the latest version of GRASS GIS from source code in my linux ubuntu 16.04 OS but having difficulty. The error message is as follows:
“error while loading shared libraries: libproj.so.13: cannot open shared object file: No such file or directory”
I have also manually installed the latest version of proj (5.1.0) and provided the library link during configuration of the installation of GRASS GIS
clearly both libproj.so and libproj.so.13 do exist in the lib directory of the proj software package and permission is fine. Besides I have soft linked the /usr/lib/libproj.so to libproj.so
The libproj.so is resides at my installation directory at
/opt/source/proj-5.1.0/build/lib/libproj.so and further soft linked to libproj.so.13
Any comments please ?
Regards Yacob
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[https://lists.osgeo.org/mailman/listinfo/grass-user](https://lists.osgeo.org/mailman/listinfo/grass-user)
It might very well be that you have two versions of proj libraries. Many gis-related packages drag proj as depency when installed with apt-get (or other package managers).
Make sure to remove prior proj versions. Also, did you compile the proj 5.1 version? If so after “sudo make install” run the command “sudo ldconfig”
Cheers,
FP
(attachments)
···
Il 12/09/2018 13:43, Hernán De Angelis ha scritto:
Hi
Somehow the installation script does not “see” the libraries. Is your library path standard in your system? If not you could add it to your ld.so.conf
Good luck!
– FRANCESCO PIROTTI CIRGEO - Interdepartmental Research Center in Geomatics TESAF Department of Land, Environment, Agriculture and Forestry Co-Chair of ISPRS WG III/10 - Agriculture and Natural Ecosystems Modelling and Monitoring
Università degli Studi di Padova
Via dell’Università, 16
35020 - Legnaro (PD),Italy
Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni contenute nel messaggio e negli eventuali allegati sono riservate al/ai destinatario/i indicato/i.
Nel caso di erroneo recapito, si chiede cortesemente a chi legge di dare immediata comunicazione al mittente e di cancellare il presente messaggio e gli eventuali allegati.
Si invita ad astenersi dall’effettuare: inoltri, copie, distribuzioni e divulgazioni non autorizzate del presente messaggio e degli eventuali allegati.
According to Italian law (D.Lgs 196/2003) information contained in this message and any attachment contained therein is addressed exclusively to the intended recipient.
If you have received this message in error would you please inform immediately the sender and delete the message and its attachments.
You are also requested not to make copies, nor to forward the message and its attachments or disclose their content unless authorised.
Grazie.
On 9/11/18 2:11 AM, yacob sen wrote:
Dear users,
I am trying to install the latest version of GRASS GIS from source code in my linux ubuntu 16.04 OS but having difficulty. The error message is as follows:
“error while loading shared libraries: libproj.so.13: cannot open shared object file: No such file or directory”
I have also manually installed the latest version of proj (5.1.0) and provided the library link during configuration of the installation of GRASS GIS
clearly both libproj.so and libproj.so.13 do exist in the lib directory of the proj software package and permission is fine. Besides I have soft linked the /usr/lib/libproj.so to libproj.so
The libproj.so is resides at my installation directory at
/opt/source/proj-5.1.0/build/lib/libproj.so and further soft linked to libproj.so.13
Any comments please ?
Regards Yacob
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[https://lists.osgeo.org/mailman/listinfo/grass-user](https://lists.osgeo.org/mailman/listinfo/grass-user)
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[https://lists.osgeo.org/mailman/listinfo/grass-user](https://lists.osgeo.org/mailman/listinfo/grass-user)