From: | "Daniel A(dot) Melo" <daniel(at)codata(dot)com(dot)br> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "J(dot)H(dot)M(dot) Dassen (Ray)" <jdassen(at)cistron(dot)nl>, pgsql-general(at)postgresql(dot)org, pgsql-novice <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: [NOVICE] Re: Re: compilation error <segunda parte> |
Date: | 2001-03-15 16:26:04 |
Message-ID: | 3AB0ED1C.FC7D4A60@codata.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice |
Hi All,
It worked!
Thanks for all that helped me!
I hope that these answers may help others novice users!
[]´s
Daniel A.
Tom Lane wrote:
> "Daniel A. Melo" <daniel(at)codata(dot)com(dot)br> writes:
> > Now my initdb has some problem:
>
> > ERROR: Error: unknown type 'ame'.
>
> Ah, you must be on one of the platforms that doesn't like those
> extraneous backslashes in src/backend/catalog/genbki.sh. Apply
> this patch:
>
> *** pgsql/src/backend/catalog/genbki.sh 2000/10/28 22:14:14 1.18
> --- pgsql/src/backend/catalog/genbki.sh 2001/01/16 22:48:34 1.19
> ***************
> *** 161,170 ****
> ;g' | # we must run a new sed here to see the newlines we added
> sed -e "s/;[ ]*$//g" \
> -e "s/^[ ]*//" \
> ! -e "s/[ ]Oid/\ oid/g" \
> ! -e "s/[ ]NameData/\ name/g" \
> -e "s/^Oid/oid/g" \
> ! -e "s/^NameData/\name/g" \
> -e "s/(NameData/(name/g" \
> -e "s/(Oid/(oid/g" \
> -e "s/NAMEDATALEN/$NAMEDATALEN/g" \
> --- 161,170 ----
> ;g' | # we must run a new sed here to see the newlines we added
> sed -e "s/;[ ]*$//g" \
> -e "s/^[ ]*//" \
> ! -e "s/[ ]Oid/ oid/g" \
> ! -e "s/[ ]NameData/ name/g" \
> -e "s/^Oid/oid/g" \
> ! -e "s/^NameData/name/g" \
> -e "s/(NameData/(name/g" \
> -e "s/(Oid/(oid/g" \
> -e "s/NAMEDATALEN/$NAMEDATALEN/g" \
>
> then re-run 'make all' and 'make install' in src/backend.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
From | Date | Subject | |
---|---|---|---|
Next Message | Lamar Owen | 2001-03-15 17:48:47 | Re: Caldera Install |
Previous Message | Christopher Masto | 2001-03-15 16:11:26 | Re: Fast Inserts and Hardware Questions |
From | Date | Subject | |
---|---|---|---|
Next Message | Chuck Kimber | 2001-03-15 16:28:59 | RE: perl problems |
Previous Message | Nabil Sayegh | 2001-03-15 16:20:03 | transponing |