Thread: Installation problem on Suse linux 6.3

Installation problem on Suse linux 6.3

From
Wim Ceulemans
Date:
Hi

I can't seem to install the latest postgresql opn Suse linux 6.3 (kernel
2.2.13, glibc 2.1.2). I always get the following message when I run
./configure :

checking for c++... c++
checking wheather the C++ compiler (C++  ) works... no
configure: error: installation or configuration problem': C++ compiler
cannot create executables.

I checked if I did install all C/C++ related packages and that seems to
be ok.
Does anybody have any idea?

P.S.
Searching the mailing list archives on postgresql.org does not seem to
work anymore (the result is always nothing found)?

Regards

Wim Ceulemans
wim.ceulemans@nice.be

Re: Installation problem on Suse linux 6.3

From
Karl Eichwalder
Date:
Wim Ceulemans <wim.ceulemans@nice.be> writes:

|   I can't seem to install the latest postgresql opn Suse linux 6.3 (kernel
|   2.2.13, glibc 2.1.2). I always get the following message when I run
|   ./configure :
|
|   checking for c++... c++
|   checking wheather the C++ compiler (C++  ) works... no
|   configure: error: installation or configuration problem': C++ compiler
|   cannot create executables.

Please check, whether "libgpp" from serie "d" is installed:

    rpm -q libgpp

Of cource, you'll also need the package "gpp".

--
                                             work    :        ke@suse.de
Karl Eichwalder                              home    : ke@gnu.franken.de

************


Re: [GENERAL] Installation problem on Suse linux 6.3

From
Thomas Antepoth
Date:

On Sat, 11 Dec 1999, Wim Ceulemans wrote:

> I can't seem to install the latest postgresql opn Suse linux 6.3 (kernel
> 2.2.13, glibc 2.1.2). I always get the following message when I run
> ./configure :
>
> checking for c++... c++
> checking wheather the C++ compiler (C++  ) works... no
> configure: error: installation or configuration problem': C++ compiler
> cannot create executables.

Yeah right.

It means you have to install gpp and libgpp via yast (series d).

If you want to compile --with-tcl you´ll have to install the tcl/tk header
libs as well. (Series TCL, Packet tcld)

Remember to delete your config.cache as well if you ran into these
problems. I didn´t for the first time and i ran into a compiler error
(gettimeofday - too few arguments in postmaster.c) afterwards.

After these things postgres compiles just fine.


HTH, HAND


t++


--
This mail had been created using Linux. It is therefore free of all
Microsoft(tm) OS based virii, conforms with almost any widely recognized
open standards and is best read with *any* mailclient using fixed fonts.
Spam is processed at the modest price of $500 only at this site.



Re: [GENERAL] Re: Installation problem on Suse linux 6.3

From
Wim Ceulemans
Date:
Karl Eichwalder wrote:
>
> Wim Ceulemans <wim.ceulemans@nice.be> writes:
>
> |   I can't seem to install the latest postgresql opn Suse linux 6.3 (kernel
> |   2.2.13, glibc 2.1.2). I always get the following message when I run
> |   ./configure :
> |
> |   checking for c++... c++
> |   checking wheather the C++ compiler (C++  ) works... no
> |   configure: error: installation or configuration problem': C++ compiler
> |   cannot create executables.
>
> Please check, whether "libgpp" from serie "d" is installed:
>
>     rpm -q libgpp
>
> Of cource, you'll also need the package "gpp".
>

rpm -q lib gpp reports:
libgpp-991012-3

And of course I had installed gpp and libgpp. I tried removing and
re-installing them but this doesn't help.

I can't find a libgpp under /lib or /usr/lib, I do find a libg++
library.
Is this normal, or has the library another name?

Regards
Wim

Re: Installation problem on Suse linux 6.3

From
Karl Eichwalder
Date:
Wim Ceulemans <wim.ceulemans@nice.be> writes:

|   rpm -q lib gpp reports:
|   libgpp-991012-3
|
|   And of course I had installed gpp and libgpp. I tried removing and
|   re-installing them but this doesn't help.

Okay, maybe some other parts are still to be installed; e.g., you'll
need egcs, of course.  Please, have a look at config.log.

|   I can't find a libgpp under /lib or /usr/lib, I do find a libg++
|   library.
|   Is this normal, or has the library another name?

You'll find he library in "gppshare".

--
                                             work    :        ke@suse.de
Karl Eichwalder                              home    : ke@gnu.franken.de

[GENERAL] Re: Installation problem on Suse linux 6.3

From
Karl Eichwalder
Date:
Wim Ceulemans <wim.ceulemans@nice.be> writes:

|   I can't seem to install the latest postgresql opn Suse linux 6.3 (kernel
|   2.2.13, glibc 2.1.2). I always get the following message when I run
|   ./configure :
|
|   checking for c++... c++
|   checking wheather the C++ compiler (C++  ) works... no
|   configure: error: installation or configuration problem': C++ compiler
|   cannot create executables.

Please check, whether "libgpp" from serie "d" is installed:

    rpm -q libgpp

Of cource, you'll also need the package "gpp".

--
                                             work    :        ke@suse.de
Karl Eichwalder                              home    : ke@gnu.franken.de

************