<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mark Cave-Ayland schrieb:
<blockquote
cite="mid:200803061142.15241.mark.cave-ayland@siriusit.co.uk"
type="cite">
<pre wrap="">On Thursday 06 March 2008 11:15:47 Christian Schaffer wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi Mark,
thanks for your reply.
I included the LD_LIBRARY_PATH to the postrgres user´s .profile, but bo
success yet. Do I have to set any of those parameters in postgresql.conf?
shared_preload_libraries = ''
#dynamic_library_path = '$libdir'
#local_preload_libraries = ''
</pre>
</blockquote>
<pre wrap=""><!---->
Hi Chris,
No, those parameters are fine as they are.
I'm not sure that changes to the .profile will get placed into the environment
if you launch a PostgreSQL instance from a script in /etc/init.d. You may
need to tweak the init.d script to add a "LD_LIBRARY_PATH=foo" clause in the
command line that launches pg_ctl.
HTH,
Mark.
</pre>
</blockquote>
<small><font face="Helvetica, Arial, sans-serif">Hi Mark,<br>
<br>
I did place a "LD_LIBRARY_PATH=foo" and "export LD_LIBRARY_PATH" into
the /etc/init.d script already, but it didn´t work.<br>
Your hint to put the clause in the command line that launches pg_ctl
did the job. Problem solved!<br>
<br>
Thank you very much for helping.<br>
Best regards,<br>
Chris</font></small><br>
<br>
</body>
</html>