On Sun, Aug 25, 2019 at 8:34 AM stan <st...@panix.com> wrote:

> I am using Postgresql version 11 on Ubuntu 18.04. I am considering using an
> extension called libphonenumber. It needs Postgresql-server-dev to build. I
> found postgresql-server-dev-all in the list of available packages, BUT when
> I ask apt-get to lad it, a dependency is postgresql-server-dev-10.
>
> Seems wrong, is this OK?
>

If it is offering 10 but not 11, then that is probably because 11 is
already installed and doesn't need to be installed again.

What do happens if you do "sudo apt install  postgresql-server-dev-11" ?

Cheers,

Jeff

Reply via email to