Tatsuo Ishii writes: > I thought the point in these discussions is libpgtl.so could not be > loaded even if LD_LIBRARY_PATH or whatever is set. No, the point is that we are trying to avoid the requirement that LD_LIBRARY_PATH has to be set before the system can be used. This works okay with C linkage programs because of the "rpath" feature, but pgaccess does not have the benefit of that so we needed another way for it to find libpgtcl. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
- [HACKERS] pgAccess fails to launch on HPUX Tom Lane
- [HACKERS] Re: [INTERFACES] pgAccess fails to la... Ross J. Reedstrom
- [HACKERS] Re: [INTERFACES] pgAccess fails t... Constantin Teodorescu
- Re: [HACKERS] pgAccess fails to launch on HPUX Peter Eisentraut
- Re: [HACKERS] pgAccess fails to launch on H... Tom Lane
- Re: [HACKERS] pgAccess fails to launch on H... Tatsuo Ishii
- Re: [HACKERS] pgAccess fails to launch ... Peter Eisentraut
- Re: [INTERFACES] Re: [HACKERS] pgAc... Tatsuo Ishii
- Peter Eisentraut