Re: Problem report - Mailing list pgsql-ports

From Thomas Lockhart
Subject Re: Problem report
Date
Msg-id 39F50ADD.E6EB68AE@alumni.caltech.edu
Whole thread Raw
In response to Problem report  ("Hung, Season H" <Season.Hung@PSS.Boeing.com>)
List pgsql-ports
> 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

pgsql-ports by date:

Previous
From: "Hung, Season H"
Date:
Subject: Problem report
Next
From: Pete Forman
Date:
Subject: Re: [PATCH]: Building PostgreSQL 7.0.2 on Cygwin 1.1.4 (T ake 2)