[jadmin] postgres install issues
Jon Scottorn
jscottorn at possibilityforge.com
Tue Apr 24 15:47:53 CDT 2007
I tried that as well and still get the same results. Any other
thoughts?
Thanks,
Jon
On Tue, 2007-04-24 at 22:20 +0200, Krzysztof Kulicki wrote:
>
>
> 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
>
>
>
>
More information about the JAdmin
mailing list