On Thursday 06 March 2008 11:15:47 Christian Schaffer wrote: > 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 = ''
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. -- Mark Cave-Ayland Sirius Corporation - The Open Source Experts http://www.siriusit.co.uk T: +44 870 608 0063 _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
