[Freeswitch-users] configure fails to find libpq

Steven Ayre steveayre at gmail.com
Sat Jun 15 05:53:27 MSD 2013


Yep that'll have the same effect as what I was trying.

Ordinarily in a nonstandard directory that might be the preferred way to
set it, but in this case where pg_config is found and being used it should
really be using the output of that within the configure script itself IMHO.

-Steve



On Saturday, June 15, 2013, wrote:

>
> Hi Claus / Steven
>
> I have also bee having problems with freeswitch find libpq. I have tried
> with version 1.2.10 down to 1.2.7. what i've found on my system
>
> Platform CentOS 6.4
> Postgresql 9.2
>
> using the following configure options
> ./configure --enable-core-pgsql-support LDFLAGS="-L/usr/pgsql-9.2/lib"
> CPPFLAGS="-I/usr/pgsql-9.2/include"
>
> freeswitch no longer complains about not finding lpg. Another error is
> thrown out. This new problem is to do with mod_xml_scgi which seems to be
> an old bug and the problem I'm having currently.
>
> Try the options given above and see. I suspect you only need the
> --enable-core-pgsql-support.
>
> Kellon
>
>
>
> From:     Claus Andersen <clan at wheel.dk <javascript:;>>
> Date:     06/14/13 12:07Subject:  Re: [Freeswitch-users] configure fails
> to find libpq
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130615/81a42ee1/attachment.html 


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