Re: Re: could not load library "$libdir/sslutils": in pg_upgrade process

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: DrakoRod <drakoflames(at)hotmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Re: could not load library "$libdir/sslutils": in pg_upgrade process
Date: 2017-01-04 17:41:06
Message-ID: 3b838f9b-c111-40d8-1a8d-f90569cb1aee@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 01/04/2017 09:27 AM, DrakoRod wrote:
> Teorycally, I removed the sslutils from old cluster when review the $libdir
> appear this:

What where the exact steps you took to remove sslutils?

>
> /[postgres(at)server ~]$ /opt/PostgreSQL/9.3/bin/pg_config --pkglibdir
> /opt/PostgreSQL/9.3/lib/postgresql
>
> [postgres(at)server ~]$ /opt/PostgreSQL/9.3/bin/pg_config --libs
> -lpgport -lpgcommon -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz
> -ledit -lcrypt -ldl -lm
> /
>
> With ls command in /opt/PostgreSQL/9.3/lib/ and
> /opt/PostgreSQL/9.3/lib/postgresql not appear sslutils library. In fact,
> after uninstall ssutils I moved the contrib directory that contain sslutils
> directory (with make and uninstall scripts) to test whether that was, but
> the same error (tested with and without contrib directory).

You showed a couple of different errors previously, so what was the
exact error message and what where you doing?

>
> Thanks for your help!
>
>
>
> -----
> Dame un poco de fe, eso me bastarĂ¡.
> Rozvo Ware Solutions
> --
> View this message in context: http://postgresql.nabble.com/could-not-load-library-libdir-sslutils-in-pg-upgrade-process-tp5937304p5937468.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jerry Sievers 2017-01-04 19:22:19 Re: vacuum of empty table slows down as database table count grows
Previous Message Israel Brewster 2017-01-04 17:38:49 Re: Index impact on update?