Re: Assistance Needed: Error during PostgreSQL Configuration

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: Ayush Vatsa <ayushvatsa1810(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Assistance Needed: Error during PostgreSQL Configuration
Date: 2023-12-11 14:50:25
Message-ID: 2169650.1702306225@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ian Lawrence Barwick <barwick(at)gmail(dot)com> writes:
> 2023年12月11日(月) 18:09 Ayush Vatsa <ayushvatsa1810(at)gmail(dot)com>:
>> ./config.status: line 486: syntax error near unexpected token `)'
>> ./config.status: line 486: ` *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;'

> You should provide, at the very least, the following information:
> - the PostgreSQL version you are trying to build
> - the environment you are trying to build it in

+1

> A very hand-wavy guess, but possibly your local "sed" installation is
> not GNU sed?

I'm also wondering if the shell in use is nonstandard. The configure
script would likely already have failed if you tried to run it with,
say, csh; but maybe more-subtly-incompatible shells could give rise
to this symptom.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ayush Vatsa 2023-12-11 17:17:53 Re: Assistance Needed: Error during PostgreSQL Configuration
Previous Message Ron Johnson 2023-12-11 14:08:20 Re: Question on overall design