Error Messages (U)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

Undefined symbol: SQLSetConfigMode

Do your Perl "make test" fail with "undefined symbol: SQLSetConfigMode" errors? You may need to comment out portions of Makefile.PL that correspond to the unixodbc driver manager.

Here are the lines in question. Notice that comments (#) have already been added.

# $myodbc = 'unixodbc'
# if !$myodbc && <$odbchome/lib/libodbc.*>;