From: | Jerome Alet <alet(at)unice(dot)fr> |
---|---|
To: | rocael(at)usa(dot)net |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: ./configure problems |
Date: | 2000-11-09 08:30:10 |
Message-ID: | Pine.LNX.3.96.1001109092735.26088A-100000@cortex.unice.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On 8 Nov 2000 rocael(at)usa(dot)net wrote:
> I did this to install postgres in a new machine:
> ./configure --prefix=/usr/local/pgsql --with-tcl --with-perl
>
> and I got this:
> loading cache ./config.cache
> checking host system type... /usr/src/pgsql/postgresql-7.0.2/src/config.guess:
> 13497442: No space left on device
> /usr/src/pggsql/postgresql-4.0.2/sr/config.guess: 135012768: No space left on
> device
> configure: error: can not guess host type: you must specify one
>
> I have 8GB in the /usr directory
> Do somebody know whats going on?
When you run configure, configure itself runs lots of commands,
program compilations and etc... in order to test your environment.
It's highly probable that one of these commands need free space in /tmp as
well as in /usr/src/pgsql/postgresql-7.0.2/src/
IMHO you should check for free space in /tmp
good luck.
Jerome Alet
From | Date | Subject | |
---|---|---|---|
Next Message | Antti Linno | 2000-11-09 08:41:54 | Re: insert value of form - checkboxes |
Previous Message | Astrid Hexsel | 2000-11-09 08:05:46 | insert value of form - checkboxes |