From: | Nils Zierath <nils(dot)zierath(at)web(dot)de> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Cc: | Seneca Cunningham <scunning(at)ca(dot)afilias(dot)info> |
Subject: | Re: pgsql-novice-request@postgresql.org |
Date: | 2006-02-16 19:16:19 |
Message-ID: | 1140117379.20555.8.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hi Seneca, that helped, thanx.
I got another question:
is there a way that I can enter commands (i.e. psql) directly from my
user´s home directory or do I always have to go into ".../pgsql/bin"?
The PostgreSQL users guide I am using tells me that I have to change the
search path in "/etc/profile" - but I've got no idea what add into the
script.
Nils
Am Donnerstag, den 16.02.2006, 10:10 -0500 schrieb Seneca Cunningham:
> Nils Zierath wrote:
> > hi all,
> > I downloaded postgresql-base-8.1.3 and tried to compile that on
> > Ubuntu 5.10. When I run "./configure" I get the following error:
> [... /usr/bin/ld: crt1.o: No such file: No such file or directory ...]
> > I tried that with ./configure CC=/usr/bin/gcc (v4.0.2) as shown
> > above and ./configure CC=/usr/bin/gpp (v2.24). glibc is v2.3.5
> > for Ubuntu ("/lib/libc-2.3.5.so").
> >
> > the file "crt1.o" doesn't exist anywhere else on my machine
> > either. Any guesses?
>
> You need to install libc6-dev and the development packages of the other
> libraries in use (zlib1g-dev, libreadline5-dev, libncurses5-dev).
>
From | Date | Subject | |
---|---|---|---|
Next Message | Seneca Cunningham | 2006-02-16 19:26:11 | Re: pgsql-novice-request@postgresql.org |
Previous Message | Saloom, Joe (Space Technology) | 2006-02-16 19:05:02 | Version 8.1 |