<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Am 29.05.2009 um 04:38 schrieb Melvin Davidson:</div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0" style="position: static; z-index: auto; "><tbody><tr><td valign="top" style="font: inherit;"><font size="3">I can't say for sure if this will solve your problem, but try rebuilding/ reinstalling slony with the following options<br><br>First<br>locate pg_config<br>locate libpq.so<br><br>Then reconfigure with <br>./configure --with-pgconfigdir=/usr/postgres/8.3 --with-pglibdir=/usr/postgres/8.3/lib<br><br>IOW <br>--with-pgconfigdir= Location of the PostgreSQL pg_config program.<br>--with-pglibdir=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Location of the PostgreSQL libs. (second locate)<br></font><br><font size="3">make<br>make install<br></font><br></td></tr></tbody></table></blockquote><div><br></div><div><br></div><div>Well, that's what I did, more or less (it's Solaris, so I used gmake).</div><div><br></div><div>Also, I had to do:</div><div><div>./configure --with-pgconfigdir=/usr/postgres/8.3/bin --with-pglibdir=/usr/postgres/8.3/lib</div><div>or else pgconfig wouldn't be found.</div></div><div><br></div><div><br></div><div>The error is still the same.</div><div><br></div><div><br></div><div><br></div><div>Best Regards,</div><div>Rainer</div></div></body></html>