References: From: John R Pierce Message-ID: <6947d400-7d64-1cb8-9914-08d27c3df4be@hogranch.com> Date: Thu, 7 Jul 2016 01:24:14 -0700 MIME-Version: 1.0 In-Reply-To: Subject: Re: [Pljava-dev] mvn clean install fails for PL/Java on Postgres 9.5 Content-Type: multipart/mixed; boundary="===============7096593581426643304==" This is a multi-part message in MIME format. --===============7096593581426643304== Content-Type: multipart/alternative; boundary="------------CFB57E4DBCA7CBB150140A8D" This is a multi-part message in MIME format. --------------CFB57E4DBCA7CBB150140A8D Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 --------------CFB57E4DBCA7CBB150140A8D Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
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
--------------CFB57E4DBCA7CBB150140A8D-- --===============7096593581426643304== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Pljava-dev mailing list Pljava-dev@lists.pgfoundry.org http://lists.pgfoundry.org/mailman/listinfo/pljava-dev --===============7096593581426643304==--