Re: [GENERAL] PostgreSQL 6.5.3 on SuSE 6.1

From: Herbert Liechti <Herbert(dot)Liechti(at)thinx(dot)ch>
To: Vegeta <vegeta(at)cuaima(dot)ica(dot)luz(dot)ve>, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] PostgreSQL 6.5.3 on SuSE 6.1
Date: 1999-12-05 11:06:41
Message-ID: 384A4741.F7F286B8@thinx.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Hi list members:
> I am currently using PostgreSQL 6.4.2 on SuSE 6.1. This version came with
> the SuSE disks. Recently, I downloaded and compiled the source from the
> pgsql ftp site, but postgres does not run and says that a file called
> libreadline.so is needed to run. This file is not on my computer. Is
> there a way to make postgres run without this file on this distribution?.
> Are there RPMs for SuSE 6.1?
> Any help is appreciated.

I setted up postgres 6.5.2 on Suse 6.1 without problems. Here my
configuration options:

./configure --prefix=/home/db/postgres/ --with-template=linux_i386 \
--enable-locale

After compiling postgres you need to edit /etc/ld.so.conf. With the
above configuration I added the following line to ld.so.conf:

/home/db/postgres/lib

Run /sbin/ldconfig after editing ld.so.conf. Of course you have to
set up you environment correctly as described in the INSTALL
doucment of postgres:

PATH=$PATH:/home/db/postgres/bin
MANPATH=$MANPATH:/home/db/postgres/man
PGLIB=/home/db/postgres/lib
PGDATA=/home/db/postgres/data
export PATH MANPATH PGLIB PGDATA

Greetings Herbie

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Herbert Liechti E-Mail: Herbert(dot)Liechti(at)thinx(dot)ch
ThinX networked business services Stahlrain 10, CH-5200 Brugg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Kalchev 1999-12-05 14:06:27 Re: [GENERAL] memory
Previous Message Peter Eisentraut 1999-12-05 02:37:02 Re: [GENERAL] PostgreSQL 6.5.3 on SuSE 6.1