Re: Errors while installing PostGIS by an unusual method - Mailing list pgsql-general

From John R Pierce
Subject Re: Errors while installing PostGIS by an unusual method
Date
Msg-id 44e1dd7a-3bf6-d8a9-7494-6cfb4dcb97ca@hogranch.com
Whole thread Raw
In response to Re: Errors while installing PostGIS by an unusual method  (Ankit Sablok <ankitsab@buffalo.edu>)
List 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 by date:

Previous
From: Daniel Caldeweyher
Date:
Subject: Re: Errors while installing PostGIS by an unusual method
Next
From: Steven Hirsch
Date:
Subject: What is the 'data2' directory for?