Here is my DBI.pm at line 263
# Alias some handle methods to also be DBI class methods
for (qw(trace_msg set_err parse_trace_flag parse_trace_flags)) {
  no strict;
  *$_ = \&{"DBD::_::common::$_"};
}

http://search.cpan.org/~flora/ExtUtils-Autoconf-0.02/lib/ExtUtils/Autoconf.pm
which roughly consists of:
autoconf
perl makefile.pl
make

is the usual order..

Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Subject: Installing DBI that works with static version of Perl
> Date: Tue, 7 Jul 2009 16:09:49 -0400
> From: gina.k...@ge.com
> To: dbi-users@perl.org
> 
> I have compiled a static version of perl and attempting to install DBI
> and DBD drivers also.  This is the error I receive...
> 
> Can't load module DBI, dynamic loading not available in this perl.
>   (You may need to build a new perl executable which either supports
>   dynamic loading or has the DBI module statically linked into it.)
>  at /opt/GEOPS/GEOPSaudit/DBI-1.607-Worked/blib/lib/DBI.pm line 263
> BEGIN failed--compilation aborted at
> /opt/GEOPS/GEOPSaudit/DBI-1.607-Worked/blib/lib/DBI.pm line 263
> 
> I'm at a loss.  I have tried to compile DBD with perl Makefile.PL
> LINKTYPE=static and still having issues.
> Any assistance you can provide is greatly appreciated!!!
> 

_________________________________________________________________
Windows Live™: Keep your life in sync. 
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009

Reply via email to