Help for this page

Select Code to Download


  1. or download this
    Remember to actually *READ* the README file!
    
    And re-read it if you have any problems.
    
  2. or download this
    Your LANG environment variable is set to "de_CH.UTF-8"
    
    This is known to cause problems in some perl installations - even stop
    +ping
    this Makefile.PL from running without errors. If you have problems ple
    +ase
    try re-running with LANG unset or with the utf part of LANG removed.
    
  3. or download this
    look DBD::ODBC
    export LANG=C
    ...
    make test
    # if the test was successful
    make install
    
  4. or download this
    You are using a Perl configured with threading enabled.
    
    ...
    You should also be aware that on non-Windows platforms ODBC drivers co
    +me
    in two forms, thread-safe and non-thread-safe drivers and you may need
    to make sure you are using the right one.