ora2pg icon indicating copy to clipboard operation
ora2pg copied to clipboard

FATAL: file C:\ora2pg\ora2pg.conf.dist does not exists.

Open narayaana opened this issue 3 years ago • 2 comments

FATAL: file C:\ora2pg\ora2pg.conf.dist does not exists. occurs on window platform, v23.0 & 23.1 issue is code has been changed to install file C:\ora2pg\ora2pg_conf.dist on windows, but is not reflected in other parts of the code:

C:\Portables\ora2pg-23.1>grep -i ora2pg.conf.dist *
Makefile:#     clean => { FILES=>q[ora2pg_conf.dist lib/blib/] }
Makefile:         ora2pg_conf.dist
Makefile:       @echo "Installing default configuration file (ora2pg_conf.dist) to C:\ora2pg"
Makefile:       @$(CP) ora2pg_conf.dist C:\ora2pg\ora2pg_conf.dist
Makefile.PL:my $DEST_CONF_FILE = 'ora2pg.conf.dist';
Makefile.PL:    $DEST_CONF_FILE = 'ora2pg_conf.dist';
grep: blib: Is a directory
changelog:  - Fix search of ora2pg_conf.dist under Windows instead of ora2pg.conf.dist
changelog:    - Force the copy of /etc/ora2pg/ora2pg.conf.dist into the project directory
changelog:      - Fix Windows install issue with copying ora2pg.conf.dist. Thanks to
changelog:new ora2pg.conf.dist file which included the new configuration directives.

narayaana avatar Jun 24 '22 09:06 narayaana

What is your version of Windows?

darold avatar Jun 27 '22 19:06 darold

What is your version of Windows?

10 pro and enterprise.

narayaana avatar Jun 27 '22 22:06 narayaana

Closing as it won't be solved at least by me, if someone want to look at this the issue should be reopened.

darold avatar Oct 05 '22 16:10 darold