Re: [INTERFACES] Re: [HACKERS] pgAccess fails to launch on HPUX

2001-02-11 Thread Peter Eisentraut
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 l

Re: [INTERFACES] Re: [HACKERS] pgAccess fails to launch on HPUX

2001-02-11 Thread Tatsuo Ishii
> > > If I had known that this was possible I would have done it myself already. > > > ;-) This is a good idea in general because in a default installation > > > pgaccess won't find libpgtcl on any system because it doesn't have the > > > benefit of the -rpath/-R business. Please review/remove t

Re: [HACKERS] pgAccess fails to launch on HPUX

2001-02-11 Thread Peter Eisentraut
Tatsuo Ishii writes: > > If I had known that this was possible I would have done it myself already. > > ;-) This is a good idea in general because in a default installation > > pgaccess won't find libpgtcl on any system because it doesn't have the > > benefit of the -rpath/-R business. Please r

Re: [HACKERS] pgAccess fails to launch on HPUX

2001-02-10 Thread Tatsuo Ishii
> If I had known that this was possible I would have done it myself already. > ;-) This is a good idea in general because in a default installation > pgaccess won't find libpgtcl on any system because it doesn't have the > benefit of the -rpath/-R business. Please review/remove the note at the

Re: [HACKERS] pgAccess fails to launch on HPUX

2001-02-07 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane writes: >> Does anyone object if I modify pgaccess so that it always specifies the >> full path to the library? > If I had known that this was possible I would have done it myself already. > ;-) This is a good idea in general because in a d

Re: [HACKERS] pgAccess fails to launch on HPUX

2001-02-07 Thread Peter Eisentraut
Tom Lane writes: > Does anyone object if I modify pgaccess so that it always specifies the > full path to the library? If I had known that this was possible I would have done it myself already. ;-) This is a good idea in general because in a default installation pgaccess won't find libpgtcl on

[HACKERS] pgAccess fails to launch on HPUX

2001-02-07 Thread Tom Lane
I thought I'd tried pgAccess back in the dim past with success, but as of current sources it fails on HPUX 10.20 and Tcl 8.3.2: $ pgaccess regression Error in startup script: couldn't load file "libpgtcl.sl": no such file or directory while executing "load libpgtcl[info sharedlibextension]"