Attempting to install PostGreSQL 7.3.X on a sparc-sun-solaris2.9 (SunOS 5.9) machine; during configure, numerous errors like these were logged: configure:4357: gcc -o conftest conftest.c -lbsd >&5 ld: fatal: library -lbsd: not found configure:4423: gcc -o conftest conftest.c -lutil >&5 ld: fatal: library -lutil: not found configure:4718: gcc -o conftest conftest.c -lipc -lsocket -lnsl -ldl -lm >&5 ld: fatal: library -lipc: not found Where are these libraries supposed to be? Assuming that they are on our server, how do we path gcc to find them? If they are missing, where are they available?