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).
>