Hi,
I get the following error message when I am trying to gmake the
postgresql source in HP-unix 10.20
I tried downloading and compiling glibc but that too failed saying
that mine is not a supported platform.
Is there a way I can get binaries of postgresql for Hp-unix . I have
been trying in vain to compile to for a long time now.
gmake[1]: Entering directory
`/home/joseph/pgs/postgresql-7.2.2/src/interfaces'
gmake[2]: Entering directory
`/home/joseph/pgs/postgresql-7.2.2/src/interfaces/libpq'
ar crs libpq.a `lorder fe-auth.o fe-connect.o fe-exec.o fe-misc.o
fe-print.o fe-lobj.o pqexpbuffer.o dllist.o md5.o pqsignal.o | tsort`
/usr/lib/dld.sl: Can't find path for shared library: libc.2
/usr/lib/dld.sl: No such file or directory
/usr/lib/dld.sl: Can't find path for shared library: libc.2
/usr/lib/dld.sl: No such file or directory
/bin/sh: 20188 Abort(coredump)
gmake[2]: *** [libpq.a] Error 134
gmake[2]: Leaving directory
`/home/joseph/pgs/postgresql-7.2.2/src/interfaces/libpq'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/home/joseph/pgs/postgresql-7.2.2/src/interfaces'
gmake: *** [all] Error 2
Thanx