Thread: DBD on BSDI-4.0.1
Hello, I have posgresql-6.5.2 on BSDI-4.0.1 and installed DBI-1.13. when I'm trying to compile DBD (DBD-Pg-0.93): bash$/usr/local/bin/perl Makefile.PL I'm recieving an error: Can't load module DBI, dynamic loading not available in this perl. (You may need to build a new perl executable which eithersupports dynamic loading or has the DBI module statically linked into it.)at /usr/local/lib/perl5/site_perl/5.005/i386-bsdos/DBI.pmline 158 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/i386-b sdos/DBI.pm line 158. BEGIN failed--compilation aborted at Makefile.PL line 7. Perl version: bash$ /usr/local/bin/perl -v This is perl, version 5.005_03 built for i386-bsdos Copyright 1987-1999, Larry Wall DBI tests were successfully completed. Any ideas? Thanx, -- --------------------------- Serguei Tchernev Internet: ser@nsu.ru Phone: +7-3832-397354
Did you do a make install for the DBI? to put it into your /usr/lib/perl5/site_perl/DBI/... Stephen -----Original Message----- From: owner-pgsql-interfaces@postgreSQL.org [mailto:owner-pgsql-interfaces@postgreSQL.org]On Behalf Of Serguei Tchernev Sent: Wednesday, October 20, 1999 11:25 PM To: Postgresql interfaces mailing list Subject: [INTERFACES] DBD on BSDI-4.0.1 Hello, I have posgresql-6.5.2 on BSDI-4.0.1 and installed DBI-1.13. when I'm trying to compile DBD (DBD-Pg-0.93): bash$/usr/local/bin/perl Makefile.PL I'm recieving an error: Can't load module DBI, dynamic loading not available in this perl. (You may need to build a new perl executable which eithersupports dynamic loading or has the DBI module statically linked into it.)at /usr/local/lib/perl5/site_perl/5.005/i386-bsdos/DBI.pmline 158 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/i386-b sdos/DBI.pm line 158. BEGIN failed--compilation aborted at Makefile.PL line 7. Perl version: bash$ /usr/local/bin/perl -v This is perl, version 5.005_03 built for i386-bsdos Copyright 1987-1999, Larry Wall DBI tests were successfully completed. Any ideas? Thanx, -- --------------------------- Serguei Tchernev Internet: ser@nsu.ru Phone: +7-3832-397354 ************
> > Did you do a make install for the DBI? > to put it into your /usr/lib/perl5/site_perl/DBI/... > Shure: <cut> bash-2.01$ head -10 /usr/local/lib/perl5/site_perl/5.005/i386-bsdos/DBI.pm # $Id: DBI.pm,v 10.25 1999/07/12 02:02:33 timbo Exp $ # # Copyright (c) 1994,1995,1996,1997,1998 Tim Bunce England # # See COPYRIGHT section in pod text below for usage and distribution rights. # require 5.003; BEGIN { </cut> Thanx, -- --------------------------- Serguei Tchernev Internet: ser@nsu.ru Phone: +7-3832-397354