Search Postgresql Archives

Re: An issue installing an extension

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



stan <stanb@xxxxxxxxx> 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





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux