Re: newbie compile question. please help

From: "Gevik Babakhani" <gevik(at)xs4all(dot)nl>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: newbie compile question. please help
Date: 2004-11-12 04:24:46
Message-ID: 200411120424.iAC4OiO9057962@smtp-vbr8.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Problem solved.

I added some printf statements in order do print some debug information.

The tools like pg_ctl always run postmaster -V in order to get the version
number. The printf statements that I added, printed extra info which pg_ctl
could not "understand". Therefore I got the error.

Regards,
Gevik

-----Original Message-----
From: pgsql-hackers-owner(at)postgresql(dot)org
[mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Dave Cramer
Sent: Friday, November 12, 2004 1:01 AM
To: gevik(at)xs4all(dot)nl
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] newbie compile question. please help

Check the path of pg_ctl and postmaster, you must have two versions on
the machine somewhere.

Dave

gevik(at)xs4all(dot)nl wrote:

>Dear Folks,
>
>Could someone please tell me what I am doing wrong here?
>
>I made some minor changes to
>main.c then
>make then
>make install
>
>when I want to start the postmaster I get
>
>**************************************************
>The program "postmaster" was found by
>"/home/gevik/postgres/build2/bin/pg_ctl"
>but was not the same version as pg_ctl.
>Check your installation.
>*************************************************
>
>What am I doing wrong here?
>
>Regards,
>
>Gevik
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-11-12 04:47:06 Re: multiline CSV fields
Previous Message Bruce Momjian 2004-11-12 04:05:05 Re: A modest proposal: get rid of GUC's USERLIMIT