Re: Error installing postgresql-7.3.2

From: "P(dot)J(dot) \"Josh\" Rovero" <rovero(at)sonalysts(dot)com>
To: Jon Earle <je_pgsql(at)kronos(dot)honk(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error installing postgresql-7.3.2
Date: 2003-05-08 20:10:34
Message-ID: 3EBAB9BA.1060503@sonalysts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've noticed the same thing on Linux and Solaris, but
have been able to build a statically linked set of
Postgresql executables on HP-UX.

Solaris (using gcc) seems even more finicky, insisting
linking to a shared libpq and libgcc even when it
has been directed to link statically.

For me, building/installing from source is the way to go.
Some of our customers, however, can't handle that and
want a "installable package".

Jon Earle wrote:
> Hi,
>
> Took the advice of folks here and decided to build a new postgresql. I
> downloaded v7.3.2 today and am trying to install it on Debian 3.0r0.
>
> It seemed to build okay. I gave it the following configure options (I
> took the configure options from the 'rules' file within the debian source
> package and tweaked them for my use [primarily deleting those I know I
> don't need]):
>
> ./configure \
>
> --disable-shared \
> --disable-rpath \

> make[3]: Entering directory
> `/root/postgresql-7.3.2/src/backend/utils/mb/conversion_procs/ascii_and_mic'
> /bin/sh ../../../../../../config/install-sh -c -m 755
> /opt/pgm/pgsql/lib/ascii_and_mic.so
> install: /opt/pgm/pgsql/lib/ascii_and_mic.so does not exist
> make[3]: *** [install] Error 1
> ..
>
> The file
> /root/postgresql-7.3.2/src/backend/utils/mb/conversion_procs/ascii_and_mic
> does exist.

--
P. J. "Josh" Rovero Sonalysts, Inc.
Email: rovero(at)sonalysts(dot)com www.sonalysts.com 215 Parkway North
Work: (860)326-3671 or 442-4355 Waterford CT 06385
***********************************************************************

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Terry Yapt 2003-05-08 20:11:48 pg_dump options and perhaps 'Enhancement request'
Previous Message Jon Earle 2003-05-08 19:58:41 Error installing postgresql-7.3.2 (fixed, but Q remains...)