dbdpg icon indicating copy to clipboard operation
dbdpg copied to clipboard

Compilation failed in require at (eval 20) line 3

Open joguess opened this issue 3 years ago • 1 comments

Hello

I got the following error when I run a perl program :

install_driver(Pg) failed: Attempt to reload DBD/Pg.pm aborted Compilation failed in require at (eval 20) line 3 at /usr/local/share/perl5/Ora2Pg.pm line 2173.

Regards.

J.

joguess avatar Feb 03 '22 08:02 joguess

It is hard to tell from this if the problem is with Ora2Pg or DBD::Pg. Are you sure DBD::Pg is installed? See if this outputs anything:

perl -M5.01 -MDBD::Pg -e 'say $DBD::Pg::VERSION'

turnstep avatar Mar 01 '22 12:03 turnstep

Closing due to lack of response

turnstep avatar Aug 25 '23 14:08 turnstep