[Freeswitch-users] configure fails to find libpq

Claus Andersen clan at wheel.dk
Fri Jun 14 15:51:50 MSD 2013


On Fri, 14 Jun 2013, Steven Ayre wrote:

> Adding this line immediately before AC_CHECK_LIB, bootstrap.sh again, and then try configure.
> LDFLAGS="$LDFLAGS `$PG_CONFIG --libdir`"
> 
> It's a possible workaround rather than an actual fix (and an ugly one at that since it then keeps that lib
> directory for the rest of the script). One I haven't actually tested since libpq-dev on my system (Debian)
> installs to /usr/lib so doesn't have your issue. So let us know how you get on with it.
> 
> If detected POSTGRESQL_LDFLAGS is already set containing the correct path so if that's what gets used by the
> build it might not be a problem past the configure stage.

I assume that the following has the same effect:

$ LDFLAGS="${LDFLAGS} -L/usr/pgsql-9.2/lib"
$ export LDFLAGS
$./configure --enable-core-pgsql-support

This fails during make and I have written a sperate mail to that effect. I 
will try your suggestion as well.

Would the proper procedure be to file a new bug or should the make error 
be filed as a seperate (but related) bug?

Kind Regards,
Claus Andersen


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list