Re: problems with startup script on upgrade
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Martin A. Marques" <martin@math.unl.edu.ar>
Cc: pgsql-hackers@postgresql.org
Date: 2001-03-16T22:35:59Z
Lists: pgsql-hackers
"Martin A. Marques" <martin@math.unl.edu.ar> writes: > 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 directory. 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 ... regards, tom lane