BUG #1625: INTALL PROBLEM

Started by Juan Villaabout 21 years ago2 messagesbugs
Jump to latest
#1Juan Villa
vicoronado@epm.net.co

The following bug has been logged online:

Bug reference: 1625
Logged by: Juan Villa
Email address: vicoronado@epm.net.co
PostgreSQL version: 7.4.5
Operating system: Linux SuSe 9.2
Description: INTALL PROBLEM
Details:

After install it, the folowig command show me:

createlang plpgsql template1

createlang: could not connect to database template1: could not connect to
server: �@|@
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

I've tried to connect the

rcpostgresql start

But failed.

I don't know if the problem it is with linux version.

#2Lasantha Kularatne
lasantha@codegen.net
In reply to: Juan Villa (#1)
Re: BUG #1625: INTALL PROBLEM

I think first and funniest reason may be the server is not running. First
check whether it is running.

ps -ax | grep postmaster

If the server is down you have to start it.

/usr/loacl/pgsql/bin/postmaster -I -d /usr/loacl/pgsql/data > output.log 2
&1 &

Then create a simple database and install the language plpgsql.
I think you have to install the plpgsql language for each database you
create.

Lasantha Kularatne
Software Engineer
CodeGen.IT
7, Cambridge Terrace, Colombo 07, Sri Lanka.
Tel: +94 11 2686893 Ext: 106
www.codegen.it

-----Original Message-----
From: pgsql-bugs-owner@postgresql.org
[mailto:pgsql-bugs-owner@postgresql.org] On Behalf Of Juan Villa
Sent: Tuesday, April 26, 2005 2:08 AM
To: pgsql-bugs@postgresql.org
Subject: [BUGS] BUG #1625: INTALL PROBLEM

The following bug has been logged online:

Bug reference: 1625
Logged by: Juan Villa
Email address: vicoronado@epm.net.co
PostgreSQL version: 7.4.5
Operating system: Linux SuSe 9.2
Description: INTALL PROBLEM
Details:

After install it, the folowig command show me:

createlang plpgsql template1

createlang: could not connect to database template1: could not connect to
server: �@|@
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

I've tried to connect the

rcpostgresql start

But failed.

I don't know if the problem it is with linux version.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org