Re: Another DBD Problem

From: "Stephen Lawrence" <logart(at)dairypower(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Another DBD Problem
Date: 2000-07-07 19:27:37
Message-ID: 00c701bfe849$6962c300$0200a8c0@dairypower.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I got it. used 'creatuser' to add root user.

-
Stephen Lawrence Jr.
logart(at)dairypower(dot)com

----- Original Message -----
From: "Stephen Lawrence" <logart(at)dairypower(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Sent: Friday, July 07, 2000 12:22 PM
Subject: [NOVICE] Another DBD Problem

> Hmm, now I remeber why I liked MySQL so much. :(
>
> DBI->data_sources .......... not ok:
> DBI->connect failed: FATAL 1: SetUserId: user 'root' is not in
'pg_shadow'
> at test.pl line 57
> DBI->connect ............... not ok: FATAL 1: SetUserId: user 'root' is
not
> in 'pg_shadow'
> make: *** [test_dynamic] Error 255
> /usr/bin/make test -- NOT OK
> Running make install
> make test had returned bad status, won't install without force
>
> I can't run MCPAN as postgres user, so how can I keep it from trying to
use
> 'root' to log into db?
>
> -
> Stephen Lawrence Jr.
> logart(at)dairypower(dot)com
>
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Howard Keith Fletcher 2000-07-07 22:12:40 importing using COPY, text and large objects.
Previous Message Stephen Lawrence 2000-07-07 19:22:18 Another DBD Problem