Re: [GENERAL] Error During PostGIS Build From Source on Linux
В списке pgsql-general по дате отправления:
| От | John R Pierce |
|---|---|
| Тема | Re: [GENERAL] Error During PostGIS Build From Source on Linux |
| Дата | |
| Msg-id | aeca0d5f-eb68-874c-8d9b-cb71114e4af2@hogranch.com обсуждение |
| Ответ на | Re: [GENERAL] Error During PostGIS Build From Source on Linux (Adrian Klaver <adrian.klaver@aklaver.com>) |
| Ответы |
Re: [GENERAL] Error During PostGIS Build From Source on Linux
|
| Список | pgsql-general |
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
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера