Обсуждение: Another DBD Problem

Поиск
Список
Период
Сортировка

Another DBD Problem

От
"Stephen Lawrence"
Дата:
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@dairypower.com



Re: Another DBD Problem

От
"Stephen Lawrence"
Дата:
I got it. used 'creatuser' to add root user.

-
Stephen Lawrence Jr.
logart@dairypower.com


----- Original Message -----
From: "Stephen Lawrence" <logart@dairypower.com>
To: <pgsql-novice@postgresql.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@dairypower.com
>
>
>