Terry Mackintosh wrote:

> Hi Brad
>
> Brad Bonkoski wrote:
> >
> > when I try to run postgreSQL I get this error:
>
> By this you mean starting "postmaster"?

No, I have the postgres server starting at boot-up and that works fine and
the "postmaster" is started as user postgres

>
>
> > cannot find or mis-configured pg_hda.conf
> > any ideas?  I installed it off of a Mandrake 6.0 installation that came
> > with Apache w/ PHP3 built in so I hate to have to uninstall again.
>
> 1. Is postmaster being started as user postgres?

The one thing I noticed is that with my install off of the CD I do not have
the file structure that the help pages list.
For example: the directory it is in is /var/lib/pgsql
and in that directory there is only a 'base' directory and a file telling me
I am using version 6.4
there are not all the other directories that the documents say there should
be.  All of the files have to correct permissions, but there just seem to be
files missing.  Is there any way to rebuild or re-install postgres without
breaking the dependency of the PHP3 module I have built into Apache?

>
> 2. Is the enviroment veriables setup as per the install directions?
> 3. Have you checked that the file is really there?
> 4. If you installed PostgreSQL as root, did you go back and change the
> ownership of every thing?
> chown -R postgres:postgres ~postgres
> 5. If PostgreSQL was installed via RPM, and then you built/installed an
> upgrade your self, then did you first do:
> rpm -e postgres-devel
> rpm -e postgres
> which will get rid of the rpm version.
>
> If in doubt do:
> rpm -qa | grep postgres
> and if you see anything to do with postgres, then do "rpm -e <base
> name>" to get rid of it.
>
> Make it a great day
> Terry Mackintosh <[EMAIL PROTECTED]>               http://www.terrym.com
> sysadmin/owner                  I'm excited about life! How about YOU!?
> Professional Web Hosting and site design to include programming
> Proudly powered by R H Linux, Apache, PHP, PostgreSQL, other Open Source
> -----------------------------------------------------------------------
> Only if you know where you're going can you get there.


************

Reply via email to