| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Christoph Becker <CGBecker(at)gmx(dot)de> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: 7.4beta4: make check broken? |
| Date: | 2003-10-04 16:45:48 |
| Message-ID: | 6705.1065285948@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support pgsql-bugs |
Christoph Becker <CGBecker(at)gmx(dot)de> writes:
> ============== creating database "regression" ==============
> /usr/local/src/postgresql-7.4beta4/src/test/regress/./tmp_check/install//opt/doka//pgsql/bin/createdb:
> relocation error:
> /us/local/src/postgresql-7.4beta4/src/test/regress/./tmp_check/install//opt/doka//pgsql/bin/createdb:
> undefined symbol: get_proname
> pg_regress: createdb failed
Hm. I have a feeling your temp installation is somehow linking to an
old version of libpq, because that's the most common reason for
link-time failures in "make check". But I don't understand the
reference to 'get_proname'. There is no occurrence of that string in
either current sources or any recent PG release.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2003-10-04 19:19:11 | Re: [BUGS] bug reporting |
| Previous Message | Hiroshi Saito | 2003-10-04 11:47:26 | Re: [BUGS] bug reporting |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Theodore Petrosky | 2003-10-04 22:42:25 | congrats |
| Previous Message | Tom Lane | 2003-10-04 16:31:26 | Re: ERROR: record "previousrec" is unassigned yet |