> Unable to get initdb (v6.5.3) running in Solaris 5.8:SPARC
You will need to set LD_LIBRARY_PATH to point to wherever you have
installed libpq.so. The application is not finding some of the shared
libraries. You can perhap use -rpath to specify a "cheat" to the linker
at build time to obviate the need for LD_LIBRARY_PATH.
Good luck.
- Thomas