Re: OT - pg perl DBI question

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: OT - pg perl DBI question
Date: 2008-01-29 12:45:48
Message-ID: 248762.47237.qm@web25804.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Run perl -V and see if the path is there for @INC. If it's there,
> check
> such things as permissions. If not, ponder deeply as to why this is
> so
> (as /usr/lib/perl5 is a standard path for perl in /usr) and if you
> can't
> fix it 'properly' you can work-around with the use of 'use lib'
> (see
> perldoc perlvar and search for @INC).

perl -V shows

@INC:
/etc/perl
/usr/local/lib/perl/5.8.8
/usr/local/share/perl/5.8.8
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.8
/usr/share/perl/5.8
/usr/local/lib/site_perl

Should the subdirectory DBD be in there? Perl was setup using apt.

__________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CaT 2008-01-29 12:54:32 Re: OT - pg perl DBI question
Previous Message CaT 2008-01-29 12:30:28 Re: OT - pg perl DBI question