Обсуждение: Prob in installing DBD::Pg 0.93

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

Prob in installing DBD::Pg 0.93

От
"Larry ganga giri"
Дата:
Hi,
  Thank u florian.I have another prob also.   I want to install DBD::Pg(0.93) in RedHAtLinux 6.1.
Perl 5.00503DBI 1.13

Prob is,

On perl Makefile.pl tells that
Unable to open makemaker.tmp.Permission denied.

On make,

Manifying blib/man3/DBD::Pg.3 Permission denied.

On make test,
PERL_DL_LAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib   DBI->data sources not ok.
  DBI->connect failed.Fatal 1;
  setuserID:User 'xxx' is not in pg_shadow.
make:[test-dynamic] Error 255.
   Any idea please?

thanks,
Larry. 





__________________________________________________________________
Get your own free England E-mail address at http://www.england.com


Re: Prob in installing DBD::Pg 0.93

От
"tjk@tksoft.com"
Дата:
It seems like you have two problems.

1. you need to install the perl stuff as root.
   that's why you get permission denied messages.

2. you need to run the tests as postgres, or add
   "xxx" to the userlist with "createuser xxx"
   as postgres.


Troy


>
>
> Hi,
>
>    Thank u florian.I have another prob also.
>
>    I want to install DBD::Pg(0.93) in RedHAtLinux 6.1.
>
>  Perl 5.00503
>  DBI 1.13
>
> Prob is,
>
> On perl Makefile.pl tells that
> Unable to open makemaker.tmp.Permission denied.
>
> On make,
>
> Manifying blib/man3/DBD::Pg.3 Permission denied.
>
> On make test,
>
>  PERL_DL_LAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
>
>    DBI->data sources not ok.
>
>    DBI->connect failed.Fatal 1;
>
>    setuserID:User 'xxx' is not in pg_shadow.
>
>  make:[test-dynamic] Error 255.
>
>     Any idea please?
>
> thanks,
> Larry.
>
>
>
>
>
> __________________________________________________________________
> Get your own free England E-mail address at http://www.england.com
>