| From: | books at ejurka(dot)com (Kris Jurka) |
|---|---|
| To: | |
| Subject: | [Pljava-dev] docs say pg_ctl must be in PATH |
| Date: | 2007-05-24 17:19:57 |
| Message-ID: | Pine.BSO.4.64.0705241317130.32068@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pljava-dev |
The docs say that pg_ctl must be in the patch, but it's actually pg_config
that is required to build pljava. pg_ctl is used in the test harness, but
that seems separater.
Kris Jurka
-------------- next part --------------
Index: docs/readme.html
===================================================================
RCS file: /usr/local/cvsroot/pljava/org.postgresql.pljava/docs/readme.html,v
retrieving revision 1.15
diff -c -r1.15 readme.html
*** docs/readme.html 20 Nov 2005 23:46:43 -0000 1.15
--- docs/readme.html 24 May 2007 17:13:17 -0000
***************
*** 149,155 ****
<p>Building should be very stright forward:</p>
<ul>
<li>No PosgreSQL source is needed.
! Your path must be set to find the pg_ctl binary. The 'pgxs' concept in
PostgreSQL will take care of the rest.</li>
<li>If you are using GCJ, you must supply USE_GCJ=1 to the make command.</li>
<li>If you are using a normal Java VM, be sure to set the JAVA_HOME
--- 149,155 ----
<p>Building should be very stright forward:</p>
<ul>
<li>No PosgreSQL source is needed.
! Your path must be set to find the pg_config binary. The 'pgxs' concept in
PostgreSQL will take care of the rest.</li>
<li>If you are using GCJ, you must supply USE_GCJ=1 to the make command.</li>
<li>If you are using a normal Java VM, be sure to set the JAVA_HOME
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Hallgren | 2007-05-25 21:57:30 | [Pljava-dev] New member of the PL/Java project |
| Previous Message | Kris Jurka | 2007-05-24 17:10:07 | [Pljava-dev] Build against 8.3 |