[jadmin] postgres install issues

Krzysztof Kulicki ksysia at gmail.com
Tue Apr 24 15:20:35 CDT 2007


2007/4/24, Jon Scottorn <jscottorn at possibilityforge.com>:
>
> Hi
>
> I am trying to get Jabberd 2.1.4 installed. Here is what I do.
>
> ./configure --prefix='' --enable-pgsql --enable-debug --enable-idn
> --disable-mysql
>
> The I get this error.
>
> checking for expat.h... no
> checking libpq-fe.h usability... no
> checking libpq-fe.h presence... no
> checking for libpq-fe.h... no
> checking for libpq-fe.h in /usr/include/postgresql... yes
> checking for PQsetdbLogin in -lpq... no
> configure: error: PostgreSQL client libraries not found
>
> I have installed libpq with the development files and it still doesn't
> seem to find it.  I am not sure what I am missing so any help would be
> greatly appreciated.
>
> Thanks in advance.
>
> Jon
>
>
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
>
> Hi,
>
> I have had same error with configure.
> You will need to specify  location when you run configure. Specify
> alternate header paths with the --with-extra-include-path option and
> alternate library paths with the -with-extra-library-path option. Multiple
> paths, separated by a colon, may be specified. For example, if OpenSSL and
> MySQL were installed under /usr/local, you might configure with the
> command:
>
>       ./configure --enable-pgsql --enable-ssl --enable-idn \
>       --with extra-include-path=/usr/local/include:/usr/local/include/mysql \
>       --with-extra-library-path=/usr/local/lib:/usr/local/lib/mysql
>
> It works


Krzysztof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.jabber.org/pipermail/jadmin/attachments/20070424/45a74960/attachment.html


More information about the JAdmin mailing list