unable to install pldebugger

Started by shashidhar Reddyover 3 years ago6 messagesgeneral
Jump to latest
#1shashidhar Reddy
shashidharreddy001@gmail.com

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.

--
Shashidhar

#2Pavel Stehule
pavel.stehule@gmail.com
In reply to: shashidhar Reddy (#1)
Re: unable to install pldebugger

Hi

po 12. 9. 2022 v 15:19 odesílatel shashidhar Reddy <
shashidharreddy001@gmail.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

Show quoted text

--
Shashidhar

#3Julien Rouhaud
rjuju123@gmail.com
In reply to: shashidhar Reddy (#1)
Re: unable to install pldebugger

Hi,

On Mon, Sep 12, 2022 at 06:49:21PM +0530, shashidhar Reddy wrote:

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

It looks like you're trying to load the version compiled for pg 12, as
elog_finish was removed in pg13.

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.

As far as I know the pldebugger repository is available at
https://github.com/EnterpriseDB/pldebugger.

#4shashidhar Reddy
shashidharreddy001@gmail.com
In reply to: Julien Rouhaud (#3)
Re: unable to install pldebugger

Hello Julien,

Can I use this link to install in community edition postgres or is it
specific to enterpriseDB

On Mon, 12 Sep, 2022, 7:01 pm Julien Rouhaud, <rjuju123@gmail.com> wrote:

Show quoted text

Hi,

On Mon, Sep 12, 2022 at 06:49:21PM +0530, shashidhar Reddy wrote:

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

It looks like you're trying to load the version compiled for pg 12, as
elog_finish was removed in pg13.

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.

As far as I know the pldebugger repository is available at
https://github.com/EnterpriseDB/pldebugger.

#5Julien Rouhaud
rjuju123@gmail.com
In reply to: shashidhar Reddy (#4)
Re: unable to install pldebugger

On Mon, Sep 12, 2022 at 10:14:20PM +0530, shashidhar Reddy wrote:

Hello Julien,

Can I use this link to install in community edition postgres or is it
specific to enterpriseDB

It should work with the standard community edition.

#6shashidhar Reddy
shashidharreddy001@gmail.com
In reply to: Julien Rouhaud (#5)
Re: unable to install pldebugger

Thank you Julien! It worked

On Mon, 12 Sep, 2022, 10:19 pm Julien Rouhaud, <rjuju123@gmail.com> wrote:

Show quoted text

On Mon, Sep 12, 2022 at 10:14:20PM +0530, shashidhar Reddy wrote:

Hello Julien,

Can I use this link to install in community edition postgres or is it
specific to enterpriseDB

It should work with the standard community edition.