Re: need help on ora2pg!!!

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: dbatoCloud Solution <dbatocloud17(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: need help on ora2pg!!!
Date: 2021-11-25 06:30:33
Message-ID: 524c7a81f2a92dd888606231a283959ddb910ded.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 2021-11-25 at 09:19 +0400, dbatoCloud Solution wrote:
> I am trying to use ora2pg for migrating oracle to PostgreSQL 11.x, while making Perl make file I have got this issue below. Could someone help with this?
>
> perl Makefile.PL
> Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5
> .) at Makefile.PL line 1.
> BEGIN failed--compilation aborted at Makefile.PL line 1.

Looks like you have to install the Perl module ExtUtils::MakeMaker.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jiankang Ji 2021-11-25 09:12:22 Are you working on both pentaho and postgresql?
Previous Message dbatoCloud Solution 2021-11-25 05:19:12 need help on ora2pg!!!