Rolf Sponsel <Rolf(dot)Sponsel(at)kstr(dot)lth(dot)se> writes:
> From my understanding, the preferred way
> for Solaris is to only set LD_RUN_PATH,
> and avoid setting LD_LIBRARY_PATH, at
> link-time. This is what I usually do.
No, the preferred thing is to set -rpath within the executable, which
we do already (see Makefile.solaris). It's possible that you need to
modify rpathdir to include /usr/local/ssl/lib and /usr/local/lib,
but I'd think that indicates fairly serious brain damage in Solaris'
runtime loader. We have many other Solaris users and none of them
have complained of this, so I wonder if you don't have something
misconfigured.
> 1). If I run './configure --with-pam --with-ssl' with
> LD_RUN_PATH = '/usr/local/ssl/lib:/usr/local/lib'
> configure will fail to find the ssl libs, if I do
> not have LD_LIBRARY_PATH set.
See configure's --with-libraries option.
regards, tom lane
In response to
Responses
pgsql-ports by date
| Next: | From: Peter Eisentraut | Date: 2005-02-01 09:57:24 |
| Subject: Re: Postgres on Arm Linux |
| Previous: | From: Neil Dugan | Date: 2005-01-31 18:26:47 |
| Subject: applications needed for client port? |
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 2005-02-01 04:54:32 |
| Subject: Re: Some things I like to pick from the TODO list ... |
| Previous: | From: Mitch Pirtle | Date: 2005-02-01 01:55:22 |
| Subject: Re: Last ID Problem |
pgsql-bugs by date
| Next: | From: Tom Lane | Date: 2005-02-01 04:45:59 |
| Subject: Re: BUG #1453: NULLs in UNION query |
| Previous: | From: m.woehling | Date: 2005-01-31 23:55:16 |
| Subject: BUG #1453: NULLs in UNION query |