Thread: Problem report

Problem report

From
"Hung, Season H"
Date:
Unable to get initdb (v6.5.3) running in Solaris 5.8:SPARC

The error file includes two users 1. as postgres (db super user) 2. as Season (non-priviliged user)

 <<error.txt>>
I'd like to hear it, if there's other people can run PostgreSQL in Solaris5.7 or 5.8 :SPARC

Thank you!

Season
Season Hung
season.h.hung@boeing.com
(253)657-1984



Attachment

Re: Problem report

From
Thomas Lockhart
Date:
> 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