Re: Errors while installing PostGIS by an unusual method

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Errors while installing PostGIS by an unusual method
Date: 2016-10-25 21:13:47
Message-ID: 44e1dd7a-3bf6-d8a9-7494-6cfb4dcb97ca@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steven Hirsch 2016-10-25 22:03:43 What is the 'data2' directory for?
Previous Message Daniel Caldeweyher 2016-10-25 20:39:20 Re: Errors while installing PostGIS by an unusual method