Smaug has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I'm trying to install the dbd::odbc module on active state perl 5.6.1 build 635 on Win 2000 server. I get the following error:
D:\>ppm install D:\compilers\Perl\perl_modules\temp dbd-odbc.ppd Can't find unicode character property definition via main->e or e.pl a +t unicode/Is/e.pl line 0
Anybody seen this before?

Thanks,
Smaug.

Replies are listed 'Best First'.
Re: dbd::odbc install error
by AcidHawk (Vicar) on Jul 09, 2003 at 13:39 UTC

    Hi,

    Try changing

    D:\>ppm install D:\compilers\Perl\perl_modules\temp dbd-odbc.ppd
    to
    D:\>ppm install D:/compilers/Perl/perl_modules/temp dbd-odbc.ppd

    Perl doesn't like \'s for the path, so when I had this problem, I change my path to use /'s and it worked fine.

    -----
    Of all the things I've lost in my life, its my mind I miss the most.
Re: dbd::odbc install error
by dda (Friar) on Jul 09, 2003 at 11:38 UTC
    Hi!

    try this link.

    Looks like you better copy the module to your current directory and run "ppm install module.ppd"

    Always start your searches at Google :)

    --dda

Re: dbd::odbc install error
by dda (Friar) on Jul 09, 2003 at 11:40 UTC