Re: An issue installing an extension

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: stan <stanb(at)panix(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: An issue installing an extension
Date: 2019-10-22 17:18:22
Message-ID: 28815.1571764702@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

stan <stanb(at)panix(dot)com> writes:
> I have 3 machines that _should_ be nearly idnetical. On 2 of them, i have
> no issues installing an extension I copiled. On one I get the followign
> error message:

> icadb=# CREATE EXTENSION IF NOT EXISTS pg_libphonenumber;
> ERROR: could not load library
> "/usr/lib/postgresql/11/lib/pg_libphonenumber.so": libphonenumber.so.7:
> cannot open shared object file: No such file or directory
> icadb=# ls -l /usr/lib/postgresql/11/lib/pg_libphonenumber.so

This seems to be complaining about another library "libphonenumber.so.7"
that pg_libphonenumber.so depends on. I think you forgot to install
that one on this machine.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2019-10-22 18:03:33 Re: Regarding db dump with Fc taking very long time to completion
Previous Message stan 2019-10-22 17:14:23 An issue installing an extension