[HACKERS] A suggestion on finding those pesky .so files - Mailing list pgsql-hackers

From J. Michael Roberts
Subject [HACKERS] A suggestion on finding those pesky .so files
Date
Msg-id Pine.GSO.4.10.9908012328520.15220-100000@school.cs.indiana.edu
Whole thread Raw
In response to Re: [HACKERS] initdb needed for newest sources  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] A suggestion on finding those pesky .so files
List pgsql-hackers
Another thing I found out during installation is that libpq.so is hard to
find.  Setting LD_LIBRARY_PATH works, but I hate depending on environment
settings, mostly because I always screw them up sooner or later.

On searching, I found that you can specify -R/usr/local/pgsql/lib during
linking in gcc and in cc on Solaris -- is there some reason that would be
bad to do in general?  I tried forcing it on psql and it seems to work
fine, and I don't need to set LD_LIBRARY_PATH any more.

I'm talking about Solaris 2.5 here, by the way.



pgsql-hackers by date:

Previous
From: "J. Michael Roberts"
Date:
Subject: Re: [HACKERS] IPC Memory problem with Postmaster on BSDi 4.x
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Installation procedure.