Search Postgresql Archives

Re: Error During PostGIS Build From Source on Linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/15/2017 10:49 AM, Adrian Klaver wrote:

Probably going to involve dealing with ldconfig.

Look in /etc/ld.so.conf and see if the directory that contains libproj.so.12 is in there?

the catch-22 is, /etc/ld.so.conf is a global thing, and this guy is building all his stuff to run under his /home/username/.... (where, btw, selinux might get unhappy with you). instead, if its private stuff like that, use LD_LIBRARY_PATH in the environment of the processes that need the libraries. or link with the paths hard coded, eg -Wl,-rpath=/home/username/..../lib64 when linking the packages that refer to these libraries.




--
john r pierce, recycling bits in santa cruz



--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux