Re: [HACKERS] Re: problems with startup script on upgrade

2001-03-18 Thread Peter Eisentraut
Alexander Klimov writes: > There are many way to solve the problem: > the easy -- copy (or link) libz.so to /usr/lib > the clean -- avoid using LD_LIBRARY_PATH, use -R for linking instead Our makefiles are set up to use '-R' for linking. Does this not work as designed? -- Peter Eisentraut

[HACKERS] Re: problems with startup script on upgrade

2001-03-18 Thread Alexander Klimov
Hi all On Fri, 16 Mar 2001, Martin A. Marques wrote: > ld.so.1: /dbs/postgres/bin/postmaster: fatal: libz.so: open failed: No such > file or directory > > Now, libz.so is in the LD_LIBRARY_PATH of the postgres user, so why is it > that Solaris doesn't load the .profile in the postgres director

[HACKERS] Re: problems with startup script on upgrade

2001-03-16 Thread Thomas Lockhart
> > Ah, but is the LD_LIBRARY_PATH the same inside that su? A change of > > environment might explain why this works "by hand" and not through su > > ... > This #$^%^*$%ยค Solaris!! > Check this out, and tell me I shouldn't yell out at SUN: > root@ultra31 / # su - postgres -c 'echo $PATH' > /u