Re: Errors while installing PostGIS by an unusual method

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Errors while installing PostGIS by an unusual method
Дата
Msg-id 44e1dd7a-3bf6-d8a9-7494-6cfb4dcb97ca@hogranch.com
обсуждение исходный текст
Ответ на Re: Errors while installing PostGIS by an unusual method  (Ankit Sablok <ankitsab@buffalo.edu>)
Список pgsql-general
On 10/24/2016 11:08 AM, Ankit Sablok wrote:
> Thanks for replying Tom and Asif, I think the issue was that libpq.so
> present in the /pgsql/lib directory did not have all its dependencies
> installed on the system namely openssl hence I execute the command
> sudo yum install openssl and that proceeded the configure script
> forward, but now I ran into a separate issue where I do see libxml2
> libraries present in the /pgsql/lib directory and I have also set the
> appropriate PATH and LD_LIBRARY_PATH for the build to happen
> successfully, here is the configure log when I execute the following
> command

you typically need to install the corresponding -devel packages if
you're building software with those libraries, like libxml2-devel,
openssl-devel, etcetc.


--
john r pierce, recycling bits in santa cruz



В списке pgsql-general по дате отправления:

Предыдущее
От: Daniel Caldeweyher
Дата:
Сообщение: Re: Errors while installing PostGIS by an unusual method
Следующее
От: Steven Hirsch
Дата:
Сообщение: What is the 'data2' directory for?