Mtodbc Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • savanm
    New Member
    • Oct 2006
    • 85

    Mtodbc Error

    Hi,

    When am trying to run my program i got the below error...

    Anybdy can u pls help me on this?

    Code:
    install_driver(MTODBC) failed: Can't locate DBD/MTODBC.pm in @INC (@INC contains: /opt/netpro/modules/sun4-solaris-thread-multi /opt/netpro/modules /opt/netpro/apps/ActivePerl-5.6/lib/5.6.1/sun4-solaris-thread-multi /opt/netpro/apps/ActivePerl-5.6/lib/5.6.1 /opt/netpro/apps/ActivePerl-5.6/lib/site_perl/5.6.1/sun4-solaris-thread-multi /opt/netpro/apps/ActivePerl-5.6/lib/site_perl/5.6.1 /opt/netpro/apps/ActivePerl-5.6/lib/site_perl .) at (eval 1) line 3.
    Perhaps the DBD::MTODBC perl module hasn't been fully installed,
    or perhaps the capitalisation of 'MTODBC' isn't right.
    Available drivers: ExampleP, Proxy, mysql.
    Exiting get_ports at Wed Aug 20 15:11:40 2008 . .
    .

    Navas
    Last edited by eWish; Aug 20 '08, 11:28 PM. Reason: Please use code tags
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    It can not locate the module DBD::MTODBC, so I would have to assume that it is either not installed or not installed in the location that perl is looking.

    Do you have the module installed?

    --Kevin

    Comment

    Working...