Search Postgresql Archives

Re: Porting from ORACLE to PostgSQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



gustavo halperin <ggh.develop@xxxxxxxxx> writes:
> 1. The orafce from www.pgfoundry.org doesn't pass the make step, is 
> looking for some files  that doesn't exist, see below:
>     orafce : make
>     Makefile:16: ../../src/Makefile.global: No such file or directory
>     Makefile:17: /contrib/contrib-global.mk: No such file or directory
>     make: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.

It looks like it's expecting to be built inside the contrib directory of
a configured Postgres source tree.  If you have a version that knows
about pgxs you can build it outside the source tree with

	make USE_PGXS=1

			regards, tom lane


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux