| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | gustavo halperin <ggh(dot)develop(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Porting from ORACLE to PostgSQL |
| Date: | 2006-09-05 14:52:21 |
| Message-ID: | 24663.1157467941@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
gustavo halperin <ggh(dot)develop(at)gmail(dot)com> 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Yonatan Ben-Nes | 2006-09-05 15:37:10 | Re: Tsearch2 & Hebrew |
| Previous Message | María Soledad Ibarra Díaz | 2006-09-05 14:37:35 | AYUDA POR FAVOR |