[Phoenix-pm] DBI::ODBC and NET::FTP modules

Loo, Peter Peter.Loo at bannerhealth.com
Fri Oct 28 15:24:21 PDT 2005


Hi All,
 
I have just downloaded the two PERL modules from search.cpan.org and am
attempting to install them on a Windows 2003 server.  I am not too
familiar with Windows so can someone please tell me where I can find the
Unix "make" equivalent to complete my installation.
 
I completed the run of "perl Makefile.PL" and the output is as follows:
 
D:\perl\lib\DBI-1.48>perl Makefile.PL
 
*** You are using a perl configured with threading enabled.
*** You should be aware that using multiple threads is
*** not recommended for production environments.
 
*** Note:
    The optional PlRPC-modules (RPC::PlServer etc) are not installed.
    If you want to use the DBD::Proxy driver and DBI::ProxyServer
    modules, then you'll need to install the RPC::PlServer,
RPC::PlClient,
    Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
    You can install them any time after installing the DBI.
    You do *not* need these modules for typical DBI usage.
 
Optional modules are available from any CPAN mirror, in particular
    http://search.cpan.org/
    http://www.perl.com/CPAN/modules/by-module
    http://www.perl.org/CPAN/modules/by-module
    ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module
 
*** You're using Microsoft Visual C++ compiler but the LIB and INCLUDE
environme
nt
    variables are not both set. If you have 'unresolved external symbol'
    errors during linking, run the vcvars32.bat batch file to set up
your
    LIB and INCLUDE environment variables, and try again.
    A copy of vcvars32.bat can typically be found in the following
    directories under your Visual Studio install directory:
        Visual C++ 6.0:     vc98\bin
        Visual Studio .NET: vc7\bin
 
Creating DBI::PurePerl    test variant: t/zvpp_01basics.t
Creating DBI::PurePerl    test variant: t/zvpp_02dbidrv.t
Creating DBI::PurePerl    test variant: t/zvpp_03handle.t
Creating DBI::PurePerl    test variant: t/zvpp_04mods.t
Creating DBI::PurePerl    test variant: t/zvpp_05thrclone.t (use
threads)
Creating DBI::PurePerl    test variant: t/zvpp_06attrs.t
Creating DBI::PurePerl    test variant: t/zvpp_07kids.t
Creating DBI::PurePerl    test variant: t/zvpp_08keeperr.t
Creating DBI::PurePerl    test variant: t/zvpp_09trace.t
Creating DBI::PurePerl    test variant: t/zvpp_10examp.t
Creating DBI::PurePerl    test variant: t/zvpp_11fetch.t
Creating DBI::PurePerl    test variant: t/zvpp_14utf8.t
Creating DBI::PurePerl    test variant: t/zvpp_15array.t
Creating DBI::PurePerl    test variant: t/zvpp_20meta.t
Creating DBI::PurePerl    test variant: t/zvpp_30subclass.t
Creating DBI::PurePerl    test variant: t/zvpp_40profile.t
Creating DBI::PurePerl    test variant: t/zvpp_41prof_dump.t
Creating DBI::PurePerl    test variant: t/zvpp_42prof_data.t
Creating DBI::PurePerl    test variant: t/zvpp_50dbm.t
Creating DBI::PurePerl    test variant: t/zvpp_60preparse.t
Creating DBI::PurePerl    test variant: t/zvpp_80proxy.t
Checking if your kit is complete...
Looks good
 
Warning: By default new modules are installed into your 'site_lib'
         directories. Since site_lib directories come after the normal
library
         directories you must delete old DBI files and directories from
your
         'privlib' and 'archlib' directories and their auto
subdirectories.
 
Reinstall DBI and your DBD::* drivers after deleting the old
directories.
 
Here's a list of probable old files and directories:
 
 D:/perl/lib/DBI-1.48
 D:/perl/lib/DBI-1.48/Changes
 D:/perl/lib/DBI-1.48/DBI.pm
 D:/perl/lib/DBI-1.48/DBI.xs
 D:/perl/lib/DBI-1.48/DBIXS.h
 D:/perl/lib/DBI-1.48/Driver.xst
 D:/perl/lib/DBI-1.48/Driver_xst.h
 D:/perl/lib/DBI-1.48/MANIFEST
 D:/perl/lib/DBI-1.48/META.yml
 D:/perl/lib/DBI-1.48/Makefile.PL
 D:/perl/lib/DBI-1.48/Perl.xs
 D:/perl/lib/DBI-1.48/README
 D:/perl/lib/DBI-1.48/Roadmap.pod
 D:/perl/lib/DBI-1.48/ToDo
 D:/perl/lib/DBI-1.48/dbd_xsh.h
 D:/perl/lib/DBI-1.48/dbi_sql.h
 D:/perl/lib/DBI-1.48/dbipport.h
 D:/perl/lib/DBI-1.48/dbiprof.PL
 D:/perl/lib/DBI-1.48/dbiproxy.PL
 D:/perl/lib/DBI-1.48/dbivport.h
 D:/perl/lib/DBI-1.48/ex
 D:/perl/lib/DBI-1.48/ex/perl_dbi_nulls_test.pl
 D:/perl/lib/DBI-1.48/lib
 D:/perl/lib/DBI-1.48/lib/Bundle
 D:/perl/lib/DBI-1.48/lib/Bundle/DBI.pm
 D:/perl/lib/DBI-1.48/lib/DBD
 D:/perl/lib/DBI-1.48/lib/DBD/DBM.pm
 D:/perl/lib/DBI-1.48/lib/DBD/ExampleP.pm
 D:/perl/lib/DBI-1.48/lib/DBD/File.pm
 D:/perl/lib/DBI-1.48/lib/DBD/NullP.pm
 D:/perl/lib/DBI-1.48/lib/DBD/Proxy.pm
 D:/perl/lib/DBI-1.48/lib/DBD/Sponge.pm
 D:/perl/lib/DBI-1.48/lib/DBI
 D:/perl/lib/DBI-1.48/lib/DBI/Const
 D:/perl/lib/DBI-1.48/lib/DBI/Const/GetInfo
 D:/perl/lib/DBI-1.48/lib/DBI/Const/GetInfo/ANSI.pm
 D:/perl/lib/DBI-1.48/lib/DBI/Const/GetInfo/ODBC.pm
 D:/perl/lib/DBI-1.48/lib/DBI/Const/GetInfoReturn.pm
 D:/perl/lib/DBI-1.48/lib/DBI/Const/GetInfoType.pm
 D:/perl/lib/DBI-1.48/lib/DBI/DBD
 D:/perl/lib/DBI-1.48/lib/DBI/DBD.pm
 D:/perl/lib/DBI-1.48/lib/DBI/DBD/Metadata.pm
 D:/perl/lib/DBI-1.48/lib/DBI/FAQ.pm
 D:/perl/lib/DBI-1.48/lib/DBI/Profile.pm
 D:/perl/lib/DBI-1.48/lib/DBI/ProfileData.pm
 D:/perl/lib/DBI-1.48/lib/DBI/ProfileDumper
 D:/perl/lib/DBI-1.48/lib/DBI/ProfileDumper.pm
 D:/perl/lib/DBI-1.48/lib/DBI/ProfileDumper/Apache.pm
 D:/perl/lib/DBI-1.48/lib/DBI/ProxyServer.pm
 D:/perl/lib/DBI-1.48/lib/DBI/PurePerl.pm
 D:/perl/lib/DBI-1.48/lib/DBI/SQL
 D:/perl/lib/DBI-1.48/lib/DBI/SQL/Nano.pm
 D:/perl/lib/DBI-1.48/lib/DBI/W32ODBC.pm
 D:/perl/lib/DBI-1.48/lib/Win32
 D:/perl/lib/DBI-1.48/lib/Win32/DBIODBC.pm
 D:/perl/lib/DBI-1.48/t
 D:/perl/lib/DBI-1.48/t/01basics.t
 D:/perl/lib/DBI-1.48/t/02dbidrv.t
 D:/perl/lib/DBI-1.48/t/03handle.t
 D:/perl/lib/DBI-1.48/t/04mods.t
 D:/perl/lib/DBI-1.48/t/05thrclone.t
 D:/perl/lib/DBI-1.48/t/06attrs.t
 D:/perl/lib/DBI-1.48/t/07kids.t
 D:/perl/lib/DBI-1.48/t/08keeperr.t
 D:/perl/lib/DBI-1.48/t/09trace.t
 D:/perl/lib/DBI-1.48/t/10examp.t
 D:/perl/lib/DBI-1.48/t/11fetch.t
 D:/perl/lib/DBI-1.48/t/14utf8.t
 D:/perl/lib/DBI-1.48/t/15array.t
 D:/perl/lib/DBI-1.48/t/20meta.t
 D:/perl/lib/DBI-1.48/t/30subclass.t
 D:/perl/lib/DBI-1.48/t/40profile.t
 D:/perl/lib/DBI-1.48/t/41prof_dump.t
 D:/perl/lib/DBI-1.48/t/42prof_data.t
 D:/perl/lib/DBI-1.48/t/50dbm.t
 D:/perl/lib/DBI-1.48/t/60preparse.t
 D:/perl/lib/DBI-1.48/t/80proxy.t
 D:/perl/lib/DBI-1.48/t/pod.t
 D:/perl/lib/DBI-1.48/t/zvpp_01basics.t
 D:/perl/lib/DBI-1.48/t/zvpp_02dbidrv.t
 D:/perl/lib/DBI-1.48/t/zvpp_03handle.t
 D:/perl/lib/DBI-1.48/t/zvpp_04mods.t
 D:/perl/lib/DBI-1.48/t/zvpp_05thrclone.t
 D:/perl/lib/DBI-1.48/t/zvpp_06attrs.t
 D:/perl/lib/DBI-1.48/t/zvpp_07kids.t
 D:/perl/lib/DBI-1.48/t/zvpp_08keeperr.t
 D:/perl/lib/DBI-1.48/t/zvpp_09trace.t
 D:/perl/lib/DBI-1.48/t/zvpp_10examp.t
 D:/perl/lib/DBI-1.48/t/zvpp_11fetch.t
 D:/perl/lib/DBI-1.48/t/zvpp_14utf8.t
 D:/perl/lib/DBI-1.48/t/zvpp_15array.t
 D:/perl/lib/DBI-1.48/t/zvpp_20meta.t
 D:/perl/lib/DBI-1.48/t/zvpp_30subclass.t
 D:/perl/lib/DBI-1.48/t/zvpp_40profile.t
 D:/perl/lib/DBI-1.48/t/zvpp_41prof_dump.t
 D:/perl/lib/DBI-1.48/t/zvpp_42prof_data.t
 D:/perl/lib/DBI-1.48/t/zvpp_50dbm.t
 D:/perl/lib/DBI-1.48/t/zvpp_60preparse.t
 D:/perl/lib/DBI-1.48/t/zvpp_80proxy.t
 D:/perl/lib/DBI-1.48/test.pl
 D:/perl/lib/DBI-1.48/typemap
 

    I see you're using perl 5.008004 on MSWin32-x86-multi-thread, okay.
    Remember to actually *read* the README file!
    Use  'make' to build the software (dmake or nmake on Windows).
    Then 'make test' to execute self tests.
    Then 'make install' to install the DBI and then delete this working
    directory before unpacking and building any DBD::* drivers.
 
    Windows users need to use the correct make command.
    That may be nmake or dmake depending on which Perl you are using.
    If using the Win32 ActiveState build then it is recommended that you
    use the ppm utility to fetch and install a prebuilt DBI instead.
 
Writing Makefile for DBI
 
Thank you.
 
Peter Loo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/phoenix-pm/attachments/20051028/786aa03a/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2371 bytes
Desc: Pie Charts Bkgrd.JPG
Url : http://mail.pm.org/pipermail/phoenix-pm/attachments/20051028/786aa03a/attachment.jpe


More information about the Phoenix-pm mailing list