Re: [PORTS] Postgres 6.5.1 on Solaris 2.6

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Esteban Chiner Sanz <echiner(at)tissat(dot)es>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Postgres 6.5.1 on Solaris 2.6
Date: 1999-07-26 16:56:25
Message-ID: Pine.BSF.4.05.9907261355310.78452-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

this is a C++ problem (libpq++, not libpq) ... you do get rid of it by
adding --disable-CXX to configure ... the problem is that it can't find
the C++ include files...

On Mon, 26 Jul 1999, Esteban Chiner Sanz wrote:

> I am having some problems compiling Postgresql on Solaris 2.6. I get an
> error when I do "make all" and I get to the libpq compilation. This is
> the message I get:
>
> make -C libpq++ all
> make[2]: Entering directory
> `/usr/share/src/pgsql/postgresql-6.5.1/src/interfaces/libpq++'
> g++ -Wno-error -I../../backend -I../../include -I../../interfaces/libpq
> -I../../include -I../../backend -Wall -Wmissing-prototypes -fPIC -c
> pgconnection.cc -o pgconnection.o
> In file included from pgconnection.cc:20:
> pgconnection.h:24: string: No such file or directory
> make[2]: *** [pgconnection.o] Error 1
> make[2]: Leaving directory
> `/usr/share/src/pgsql/postgresql-6.5.1/src/interfaces/libpq++'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory
> `/usr/share/src/pgsql/postgresql-6.5.1/src/interfaces'
> make: *** [all] Error 2
>
> I suppose I can compile it without the libpq option but, if I don't,
> what can I do?
> Thank you,
>
> Esteban Chiner
>
> ------------------------------------------------------------
> Esteban Chiner Sanz mailto (work): echiner(at)tissat(dot)es
> TISSAT mailto (home): echiner(at)abonados(dot)cplus(dot)es
> Av. Aragon, 30, 5 planta Phone: 96 393 9950
> Valencia (SPAIN)
>
>
>

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Uncle George 1999-07-26 20:32:25 Re: [PORTS] RedHat6.0 & Alpha & postgresql
Previous Message Esteban Chiner Sanz 1999-07-26 07:25:35 Postgres 6.5.1 on Solaris 2.6