From: | Ciaran Johnston <Ciaran(dot)Johnston(at)eei(dot)ericsson(dot)se> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Configure problems on Solaris 2.7, pgsql 7.02 and 7.03 |
Date: | 2001-04-04 19:42:10 |
Message-ID: | 3ACB7912.C1884F23@eei.ericsson.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
Sorry to bother you's but I am currently doing a database comparison and
have been trying to get postgresql installed. I'm running Solaris 2.7. I
downloaded pgsql 7.03 and ran ./configure in the src/ directory. This
was fine until the very end when this error appeared:
creating ./config.status
creating GNUmakefile
sed: command garbled: s%(at)CC_VERSION@%Version: CSE C Compiler CAA 139
1065/11 R14A
creating Makefile.global
sed: command garbled: s%(at)CC_VERSION@%Version: CSE C Compiler CAA 139
1065/11 R14A
creating backend/port/Makefile
sed: command garbled: s%(at)CC_VERSION@%Version: CSE C Compiler CAA 139
1065/11 R14A
creating backend/catalog/genbki.sh
...
sed: command garbled: s%(at)CC_VERSION@%Version: CSE C Compiler CAA 139
1065/11 R14A
creating include/config.h
I am using GNU make (obviously - I got it this far :-). As the error was
sed-related I thought at first that I had to use GNU sed - so I d/loaded
that - no help. My sed knowledge is limited to knowing the name, but a
newsgroup user informed me that:
#######################
The substitute command requires 3 delimiters like this:
s%<find>%<replace_with>%<flags>
^
|
\_________> Is this missing
in your configure file?
The error message you pasted implies that only 2 delimiters were
present.
If that is the case, just throw another one of those percent signs at
the
end of the command.
#######################
Is this the case? Is this a problem you have seen before? Am I doing
something wrong? I would dearly like to know as I have heard good
reports about pg and it's relative performance over MySQL and
proprietary systems.
Thanking you for your time,
Ciaran.
--
Ciaran Johnston
Ericsson Systems Expertise Ltd.,
Athlone
Co. Westmeath
Eire
email: Ciaran(dot)Johnston(at)eei(dot)ericsson(dot)se
Phone: +353 902 31274
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-04-04 20:59:13 | Re: TODO list |
Previous Message | Michael Meskes | 2001-04-04 18:43:07 | Re: ecpg long int problem on alpha + fix |