hi,
I hope I could find a solution for errors on build process of postgresql-7.1.3.
After I un-tar it up (postgresql-7.1.3.tar.gz), I proceed with the build from gmake. There are few erros in source codes (mostly C) that I could fix. However, there are few missing components that I am looking for the fixed sources (where to get it).
In details:
PATH: postgresql-7.1.3/src/backend/libpq
MODULE: crypt.c
LINES: 285,286
MISSING COMPONENT: crypt
BUILD ERROR: implicit declaration of function crypt; its prototype and definition are not defined yet!?!?!
PATH: postgresql-7.1.3/src/backend/libpq
MODULE: pqcomm.c
LINE: 413
MISSING COMPONENT: TCP_NODELAY
BUILD ERROR: TCP_NODELAY undeclared (first use in this function)!?!?!
If you know where the fixed source codes for those are, I really appreciate your help.
Have a great day.
kdang0052
I hope I could find a solution for errors on build process of postgresql-7.1.3.
After I un-tar it up (postgresql-7.1.3.tar.gz), I proceed with the build from gmake. There are few erros in source codes (mostly C) that I could fix. However, there are few missing components that I am looking for the fixed sources (where to get it).
In details:
PATH: postgresql-7.1.3/src/backend/libpq
MODULE: crypt.c
LINES: 285,286
MISSING COMPONENT: crypt
BUILD ERROR: implicit declaration of function crypt; its prototype and definition are not defined yet!?!?!
PATH: postgresql-7.1.3/src/backend/libpq
MODULE: pqcomm.c
LINE: 413
MISSING COMPONENT: TCP_NODELAY
BUILD ERROR: TCP_NODELAY undeclared (first use in this function)!?!?!
If you know where the fixed source codes for those are, I really appreciate your help.
Have a great day.
kdang0052