slony1-bugs at lists.slony.info slony1-bugs at lists.slony.info
Tue Apr 28 12:33:35 PDT 2009
http://www.slony.info/bugzilla/show_bug.cgi?id=90





--- Comment #1 from Christopher Browne <cbbrowne at ca.afilias.info>  2009-04-28 12:33:35 ---
It seems likely that this results from the pgport library having an
internationalization library that looks like it's called "libintl" linked into
it.

Perhaps you need an extra '-lintl" or "-llibintl" flag added in.

You could add this at configure time by setting:

LIBS="-lintl" ./configure [various other args you were passing to configure]

It may be useful to see the output of "pg_config --configure"; that might show
off oddities...


-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list