On Thu, 14 Nov 2002 15:51:07 -0500, Changhong Tang wrote:

>But I get this error:
>install_driver(ODBC) failed: Can't locate DBD/ODBC.pm in @INC(@INC

You don't have DBD::ODBC installed.

>How do I tell if DBD::ODBC perl module is fully installed?
>I do have these files:
>c:/Perl/lib/Win32/Odbc.pm
>c:/Perl/site/lib/Win32/ODBC.pm

That's Win32::ODBC, which is not the same as DBD::ODBC. You should be
looking for filenames like

        .../DBD/ODBC.pm

BTW IIRC this is an XS module, parts in compiled C. Hence, a DLL.

>My Perl version is 5.005_3 for MSWin32-x86,

Activestate (or compatible)? Find the modules for your Perl version
under <http://activestate.com/PPMpackages/5.005/>. The PPD file is from
March 2000, so you won't get the most recent version either.

-- 
        Bart.

Reply via email to