"NTPT" <ntpt(at)centrum(dot)cz> writes:
> I recently compile Postgresql 7.4.3 with gcc 3.4.0 on RH 7.3 . Regression t=
> ests work well All passed, but
> Some binaries report a relocation error: :pg_dumpall undefined symbol get_p=
> rogname .=20
> This error occures in most of the binaries. What is wrong ?
They're linking to an older version of libpq.so. Check your ldconfig
library search path.
regards, tom lane