From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> |
Cc: | Rich Teer <rich(dot)teer(at)rite-group(dot)com>, pgsql-patches(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #2969: Inaccuracies in Solaris FAQ |
Date: | 2007-02-23 18:38:26 |
Message-ID: | 200702231838.l1NIcQE07351@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
Zdenek Kotala wrote:
>
>
> There is Solaris FAQ update. Please, look on it and let me know any
> comments.
>
> Thanks Zdenek
>
>
> Rich Teer wrote:
> > The following bug has been logged online:
> >
> > Bug reference: 2969
> > Logged by: Rich Teer
> > Email address: rich(dot)teer(at)rite-group(dot)com
> > PostgreSQL version: 8.2.2
> > Operating system: Solaris 10
> > Description: Inaccuracies in Solaris FAQ
> > Details:
> >
> > Hi there,
> >
> > First, many thanks for providing the best open source database! I've
> > spotted a couple of errors/bits of bad advice in doc/FAQ_Solaris, which I
> > think should be updated.
> >
> > 1. The answer to question 3 (Why does configure complain about a failed test
> > program?) says to set LD_LIBRARY_PATH to point to the directory containing
> > the missing libs. While this does work (as does the other suggestion of
> > using LD_RUN_PATH), the correct answer to this question is to include the
> > library's path in the executable by using the -R flag, thus avoiding the
> > need for the end user to mess about with environment variables. For
> > example, I use "LDFLAGS=-R/usr/sfw/lib ./configure ..." to build Postgres
> > which uses Sun's OpenSSL.
> >
> > 2. The answer to question 8 (Can I use DTrace for tracing PostgreSQL?) says
> > that Solaris 10u3 or newer is required to handle probes in static functions.
> > Unfortunately, this is not the case. DTrace can't be enabled when using
> > update 3 (aka 11/06); the (as yet unreleased) update 4 or newer is
> > required.
> >
> > Thanks for reading!
> >
> > Rich Teer,
> > Author of Solaris Systems Programming
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: Don't 'kill -9' the postmaster
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2007-02-23 19:56:29 | Re: BUG #2969: Inaccuracies in Solaris FAQ |
Previous Message | Peter Eisentraut | 2007-02-23 18:32:10 | Re: BUG #3038: information_schema.constraint_column_usage has wrong information for foreign keys |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2007-02-23 19:56:29 | Re: BUG #2969: Inaccuracies in Solaris FAQ |
Previous Message | Bruce Momjian | 2007-02-23 18:26:25 | Re: \prompt for psql |