Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 79551
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: greg [...] turnstep.com
Requestors: kdevel [...] vogtner.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 3.0.0



Subject: Regression in 2.19.3: undefined symbol: lo_import_with_oid
Date: Mon, 10 Sep 2012 15:53:55 +0200
To: bug-DBD-Pg [...] rt.cpan.org
From: kdevel [...] vogtner.de
test fails due to "undefined symbol: lo_import_with_oid" as in https://rt.cpan.org/Public/Bug/Display.html?id=56363 DBD-Pg-2.19.3/dbdimp.c 53 #if PGLIBVERSION <= 80300 should read 53 #if PGLIBVERSION <= 80400 as in the previous 2.19.2. Regards Stefan
Hmmm...that's weird, I could have sworn I saw the other version fail. Will investigate, thanks for the report.
Fixed up.
From: m0ses+cpan [...] samaxi.de
Am Fr 08. Feb 2013, 16:09:07, TURNSTEP schrieb: Show quoted text
> Fixed up.
commit 3861c6b does not work on SLES 11 SP2 as postgresql version is: /usr/include/pgsql/pg_config.h:#define PG_VERSION_NUM 80314 bye M0ses
On Fri Feb 08 16:09:07 2013, TURNSTEP wrote: Show quoted text
> Fixed up.
Just got hit by this. Can we get a new release with this fix?
Show quoted text
> Just got hit by this. Can we get a new release with this fix?
Yes, we are working on a new (major) release.