Re: [GENERAL] EnterpriseDB installed PostgreSQL 9.6 vs. REPMGR. Round4 - compilation issues on RHEL 7.2 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: [GENERAL] EnterpriseDB installed PostgreSQL 9.6 vs. REPMGR. Round4 - compilation issues on RHEL 7.2
Date
Msg-id ccd89b7f-ca03-106b-f47a-3a7da33da686@aklaver.com
Whole thread Raw
In response to Re: [GENERAL] EnterpriseDB installed PostgreSQL 9.6 vs. REPMGR. Round4 - compilation issues on RHEL 7.2  (Martin Goodson <kaemaril@googlemail.com>)
Responses Re: [GENERAL] EnterpriseDB installed PostgreSQL 9.6 vs. REPMGR. Round4 - compilation issues on RHEL 7.2
List pgsql-general
On 05/16/2017 07:22 AM, Martin Goodson wrote:
> On 16/05/2017 14:42, Adrian Klaver wrote:
>
>> On 05/16/2017 04:36 AM, Martin Goodson wrote:
>>> On 15/05/2017 00:17, Martin Goodson wrote:

>> That list would be:
>> systemd
>> libxslt-devel
>> pam-devel
>> openssl-devel
>> readline-devel
>> libmemcached-devel
>> libicu-devel
>>
>> Did you also install?:
>>
>> krb5-devel
>> libedit-devel
>
> Hi.
>
> This is what I see:
>
> $ rpm -qa | grep -i -e "systemd" -e "devel"
>
> systemd-sysv-219-19.el7_2.20.x86_64
> keyutils-libs-devel-1.5.8-3.el7.x86_64
> krb5-devel-1.13.2-12.el7_2.x86_64
> readline-devel-6.2-9.el7.x86_64
> libicu-devel-50.1.2-15.el7.x86_64
> libgpg-error-devel-1.12-3.el7.x86_64
> libxslt-devel-1.1.28-5.el7.x86_64
> systemd-libs-219-19.el7_2.20.x86_64
> libedit-devel-3.0-12.20121213cvs.el7.x86_64
> pam-devel-1.1.8-12.el7_1.1.x86_64
> pcre-devel-8.32-15.el7_2.1.x86_64
> libsepol-devel-2.1.9-3.el7.x86_64
> libverto-devel-0.2.5-4.el7.x86_64
> zlib-devel-1.2.7-15.el7.x86_64
> ncurses-devel-5.9-13.20130511.el7.x86_64
> libgcrypt-devel-1.5.3-12.el7_1.1.x86_64
> libxml2-devel-2.9.1-6.el7_2.3.x86_64
> libmemcached-devel-1.0.16-5.el7.x86_64
> systemd-219-19.el7_2.20.x86_64
> libcom_err-devel-1.42.9-7.el7.x86_64
> libselinux-devel-2.2.2-6.el7.x86_64
> openssl-devel-1.0.1e-51.el7_2.7.x86_64
> glibc-devel-2.17-106.el7_2.8.x86_64
> xz-devel-5.1.2-12alpha.el7.x86_64cyrus-sasl-devel-2.1.26-20.el7_2.x86_64
>
> So it looks like I've got pretty much everything covered in that
> respect? :)

Looks complete to me.

>
> For that I get the following:
>
> libssl: /usr/lib64/libssl3.so /usr/lib64/libssl.so

For completeness what does:

ls -al /usr/lib64/libssl.so

show?


>
> Ah, sorry. A bit got truncated. Here you go:
>
> /bin/ld: warning: libssl.so.1.0.0, needed by
> /db_demo/app/postgres/9.6.2-3/lib/libpq.so, may conflict with libssl.so.10
> /lib64/libldap_r-2.4.so.2: undefined reference to `ber_sockbuf_io_udp'
> collect2: error: ld returned 1 exit status
> make: *** [repmgrd] Error 1
Not sure what is going on here. My usual reaction to a message like this
when compiling is to install the --devel package for the library
involved. In this case I believe it would be something like:

openldap2-devel

This is just an off the top of the head suggestion, no warranty:)

> All installed on the virtual machine I'm building this on. See the rpm
> list above. At my level of visibility it's just 'another server' - I
> just mentioned it was a virtual one rather than an actual bit of tin in
> case it were to somehow make a difference.

Just making sure, thanks.

>
> Regards,
>
> Martin.


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: [GENERAL] storing large files in database - performance
Next
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] database is not accepting commands