Michael Long <[EMAIL PROTECTED]> writes: > The when configuring 8.0b3 I thought that I had specified to use the > rpath style link, although now that I look at the string again, maybe not :)
> ./configure --prefix=/usr/local/pgsql_8.0b3 --disable-rpath Looks like not ... > How do I go about sorting this out? If I rerun the istall without the > --disable-rpath switch will this help? I would recommend "make distclean", reconfigure, rebuild whenever you change configure arguments. That's the only way to be really sure the changes propagate to everywhere they need to. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend