ora2pg
ora2pg copied to clipboard
FATAL: file C:\ora2pg\ora2pg.conf.dist does not exists.
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.
What is your version of Windows?
What is your version of Windows?
10 pro and enterprise.
Closing as it won't be solved at least by me, if someone want to look at this the issue should be reopened.