Forum OpenACS Q&A: Install of Postgresql: environment var LD_LIBRARY_PATH

I'm installing postgresql, following the new docs for 4.6.3, but I have a question about the setting of the LD_LIBRARY_PATH var. The doc says:


echo "export LD_LIBRARY_PATH=LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib" >> ~postgres/.bashrc
echo "export PATH=$PATH:/usr/local/pgsql/bin" >> ~postgres/.bashrc
so this thing gets set to something funky looking. Is this correct, I decided to try instead:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib
export LD_LIBRARY_PATH=LD_LIBRARY_PATH=...  looks like a typo to me if that's what you mean.
Collapse
Posted by Don Baccus on
Yes, it is a typo ... you might want to submit a bug report ...
noted, thx.