Re: unable to install pldebugger

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: shashidhar Reddy <shashidharreddy001(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: unable to install pldebugger
Date: 2022-09-12 13:25:47
Message-ID: CAFj8pRDpffZRYrLes3VqN9eQ8nWW35V_osv124Jv4BBexNxxpw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

po 12. 9. 2022 v 15:19 odesílatel shashidhar Reddy <
shashidharreddy001(at)gmail(dot)com> napsal:

> Hello,
>
> I am in a process of upgrading postgres 12 to 13 on ubuntu. When I am
> running the test getting error could not load library
> "$libdir/plugin_debugger": ERROR: could not load library
> "/usr/lib/postgresql/13/lib/plugin_debugger.so":
> /usr/lib/postgresql/13/lib/plugin_debugger.so: undefined symbol: elog_finish
>
> When I am trying to install pldebugger from
> https://git.postgresql.org/git/pldebugger.git getting that repository not
> found. Could you please help me to fix this issue.
>

PostgreSQL extension should be compiled against one selected major
release. So you cannot to use plugin_debugger for PostgreSQL 12 for
PostgreSQL 13. You should to install plugin_debugger for PostgreSQL 13.

Regards

Pavel

>
> --
> Shashidhar
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2022-09-12 13:31:21 Re: unable to install pldebugger
Previous Message shashidhar Reddy 2022-09-12 13:19:21 unable to install pldebugger