Re: readline doubt with postgresql (on HP-UX)

From: "kanchana" <pkkanchana(at)gmx(dot)net>
To: <giles(at)nemeton(dot)com(dot)au>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: readline doubt with postgresql (on HP-UX)
Date: 2003-02-13 13:54:22
Message-ID: 006401c2d367$6da9c510$3b0110ac@kovaiteam.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Lean,
Thanks for your response. I'll try.
and get back to you once i done.

FYI, i'm using
HP-UX-11.11(PA-RISC)
gcc- compiler
configure options - krb5 and ssl

Regards,
-Kanchana

>
> kanchana writes:
>
> > I'm trying to build postgresql on PA-RISC.=20
> > By default it took readline libreary as "shared".
>
> The HP-UX linker, like most linkers, will prefer a shared library to
> a static one unless you are linking the whole program statically.
>
> Easy workarounds are to either install the shared readline library,
> or else build readline only as a static library, and link against
> that.
>
> You'd have to provide some details of what you are doing (HP-UX
> version, compiler you're using, configure options) for anyone
> to fully understand what you're doing.
>
> Regards,
>
> Giles
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-02-13 13:58:23 Re: Hi,
Previous Message Curt Sampson 2003-02-13 13:25:22 Re: Table Partitioning in Postgres: