Re: [Pljava-dev] mvn clean install fails for PL/Java on Postgres 9.5

From: John R Pierce <pierce(at)hogranch(dot)com>
To:
Subject: Re: [Pljava-dev] mvn clean install fails for PL/Java on Postgres 9.5
Date: 2016-07-07 08:24:14
Message-ID: 6947d400-7d64-1cb8-9914-08d27c3df4be@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 7/6/2016 11:32 PM, Dan Bikle wrote:
> I found the fix.
>
> I ran a shell command from root:
>
> yum install openssl-devel

yup, thats a thing with redhat/centos/fedora, if you're going to build
something that requires some library, you need the -devel packages for
that library/package. if you install via yum, then all the
dependencies get installed automatically, but if you're working from git
or tarball or whatever, you're on your own. it generally takes trial
and error to determine what packages you need for some custom build.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2016-07-07 11:05:40 Re: [Pljava-dev] mvn clean install fails for PL/Java on Postgres 9.5
Previous Message Dan Bikle 2016-07-07 06:32:11 Re: [Pljava-dev] mvn clean install fails for PL/Java on Postgres 9.5