Re: Prob in installing DBD::Pg 0.93

From: "tjk(at)tksoft(dot)com" <tjk(at)tksoft(dot)com>
To: linuxfan(at)england(dot)com (Larry ganga giri)
Cc: dbi-users(at)isc(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: Prob in installing DBD::Pg 0.93
Date: 2000-04-04 14:20:32
Message-ID: 200004041420.HAA27483@uno.tksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Oleg Bartunov 2000-04-04 19:35:35 counting distinct result of join
Previous Message Larry ganga giri 2000-04-04 11:42:15 Prob in installing DBD::Pg 0.93