erobles <erobles@sensacd.com.mx> writes:
> Hi i have been compiling the Postgres 8.4 on SCO OpenServer 5.0.7 but
> when the pg_config is linking i got the next error:
> Undefined
> symbol
> get_html_path
Seems like you are somehow linking against a pre-8.4 version of
src/port/path.c. How you managed to do that, I don't know.
libpgport.a doesn't normally get installed separately, so there
really shouldn't be any copies of it lying around other than the
one in the current build.
regards, tom lane