[ic] DBD:Pg install problem

Shozo Murahashi murahashi@ayayu.com
Sun, 19 Nov 2000 14:52:21 +0900


I am trying to install Interchange with Postgresql on ISP.
Interchange on DB_FILE is working well.

I faced the error when I install DBD:Pg. DBI module was installed in my
private
directory /.cpan/build/DBI-1.14.
How can I install DBD:Pg in my environment?

S.Murahashi


[Teminal log]
bash-2.03$ perl -MCPAN -e 'install DBD::Pg'
Going to read
/mnt/web/guide/ayayu.com/.cpan/sources/authors/01mailrc.txt.gz
Going to read
/mnt/web/guide/ayayu.com/.cpan/sources/modules/02packages.details.txt.gz
Scanning cache /mnt/web/guide/ayayu.com/.cpan/build for sizes

  There's a new CPAN.pm version (v1.58) available!
  You might want to try
    install Bundle::CPAN
    reload cpan
  without quitting the current session. It should be a seamless upgrade
  while we are running...

Going to read
/mnt/web/guide/ayayu.com/.cpan/sources/modules/03modlist.data.gz
Running make for M/ME/MERGL/DBD-Pg-0.95.tar.gz

  CPAN: MD5 security checks disabled because MD5 not installed.
  Please consider installing the MD5 module.

DBD-Pg-0.95/
DBD-Pg-0.95/eg/
DBD-Pg-0.95/eg/ApacheDBI.pl
DBD-Pg-0.95/Changes
DBD-Pg-0.95/MANIFEST
DBD-Pg-0.95/Makefile.PL
DBD-Pg-0.95/Pg.h
DBD-Pg-0.95/Pg.pm
DBD-Pg-0.95/Pg.xs
DBD-Pg-0.95/README
DBD-Pg-0.95/README.win32
DBD-Pg-0.95/dbd-pg.pod
DBD-Pg-0.95/dbdimp.c
DBD-Pg-0.95/dbdimp.h
DBD-Pg-0.95/test.pl
Removing previously used
/mnt/web/guide/ayayu.com/.cpan/build/DBD-Pg-0.95

  CPAN.pm: Going to build M/ME/MERGL/DBD-Pg-0.95.tar.gz

Can't locate DBI.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.00502/i386-freebsd /us
r/local/lib/perl5/5.00502
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/li
b/perl5/site_perl/5.005 .) at Makefile.PL line 7.
BEGIN failed--compilation aborted at Makefile.PL line 7.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install
bash-2.03$