Great day to you!
I tried to install postgresql 8.3.7 on Linux RedHat 7.2 platform.
Process of "configure" ends normally,
process of "gmake" ends with this output of errors:
{
gmake[3]: Entering directory `/usr/home/install/postgresql-8.3.7/src/interfaces/
libpq'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -fno-strict-aliasing
-fpic -shared -Wl,-soname,libpq.so.5 -Wl,--version-script=exports.list fe-aut
h.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-prot
ocol3.o pqexpbuffer.o pqsignal.o fe-secure.o md5.o ip.o wchar.o encnames.o noblo
ck.o pgstrcasecmp.o thread.o strlcpy.o -L../../../src/port -lcrypt -Wl,-rpath,'
/usr/home/pgsql/lib' -o libpq.so.5.1
/usr/bin/ld:exports.list:1: parse error in VERSION script
collect2: ld returned 1 exit status
gmake[3]: *** [libpq.so.5.1] Error 1
gmake[3]: Leaving directory `/usr/home/install/postgresql-8.3.7/src/interfaces/l
ibpq'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/home/install/postgresql-8.3.7/src/interfaces'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/home/install/postgresql-8.3.7/src'
gmake: *** [all] Error 2
}
If you can, help me to resolve this problem!
Thanks for attention!
--