Re: 8.0.0beta1: get_home_path link problem

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.0.0beta1: get_home_path link problem
Date: 2004-08-18 23:56:32
Message-ID: 200408182356.i7INuWk11676@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


This will be fixed in one hour. Thanks.

---------------------------------------------------------------------------

Michael Fuhr wrote:
> PostgreSQL 8.0.0beta1 (CVS)
> Solaris 9
>
> libpq.so contains the undefined symbol get_home_path. Compiling
> programs with -lpq now fails with the following error:
>
> Undefined first referenced
> symbol in file
> get_home_path /usr/local/pgsql/lib/libpq.so
> ld: fatal: Symbol referencing errors. No output written to query
>
> Programs already linked against libpq.so now fail to run, with the
> run-time linker reporting the following error:
>
> fatal: relocation error: file /usr/local/pgsql/lib/libpq.so.3:
> symbol get_home_path: referenced symbol not found
>
> I found get_home_path in libecpg.so -- is that a mistake, or must
> all programs now be linked against libecpg as well as libpq?
>
> This is a new problem, appearing in CVS within the last day or so.
>
> Thanks.
>
> --
> Michael Fuhr
> http://www.fuhr.org/~mfuhr/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-08-19 03:15:53 Re: BUG #1224: Restarting postgres appends extra -D argument
Previous Message Michael Fuhr 2004-08-18 23:47:42 8.0.0beta1: get_home_path link problem