Re: I'm a Linux RH6.2 user

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: I'm a Linux RH6.2 user
Date: 2000-12-05 13:54:20
Message-ID: 000201c05ecd$fa4c87c0$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Like the error said. You need to start postmaster with the -D attribute to
tell it the location of your database. Go to documentation at
www.postgresql.org for instructions.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Anshuman Das" <dasanshu(at)hotmail(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Sent: Tuesday, December 05, 2000 1:07 AM
Subject: [PHP] I'm a Linux RH6.2 user

hi
I'm a Linux RH6.2 user. I want to run PHP with postgreSQL. I'm facing some
problems. Kindly help me:

1) How to run postmaster? usr/bin/postmaster is saying that: unable to find
systemdata or unable to open "/usr/include/pgsql//base/template 1/pg_class"

error:postmaster does not know to find the database system data.You must
specify the directory that contains the database system either by
specifying the -D invocation or by setting the PGDATA environment
variable

2) pg_connect() cannot find postgreSQL server.
error:Connection to database 'postgres' failed.connectDB() failed: Is the
postmaster running and accepting connections at 'UNIX Socket' on port
'5432'?

3) How to use and configure pg_hba.conf?

PLZ Reply Soon

Anshuman
India
anshuman(at)simblos(dot)com

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Hervé Piedvache 2000-12-06 11:29:00 pg_pconnect - Really persistent ?
Previous Message Anshuman Das 2000-12-05 06:07:38 I'm a Linux RH6.2 user