dbTalk Databases Forums  

Re: [BUGS] [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues.

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss Re: [BUGS] [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues. in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues. - 01-31-2005 , 09:48 PM






Rolf Sponsel <Rolf.Sponsel (AT) kstr (DOT) lth.se> writes:
Quote:
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.

Quote:
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

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org


Reply With Quote
  #2  
Old   
Peter Eisentraut
 
Posts: n/a

Default Re: [BUGS] [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues. - 02-01-2005 , 04:14 AM






Tom Lane wrote:
Quote:
Rolf Sponsel <Rolf.Sponsel (AT) kstr (DOT) lth.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).
The problem with that is that it doesn't take effect for the run-time
tests run within configure.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.