An example might look like this:
Can't load 'blib/arch/auto/DBD/ODBC/ODBC.so' for module DBD::ODBC: blib/arch/auto/DBD/ODBC/ODBC.so: undefined symbol: SQLDataSources at /usr/lib/perl5/5.00502/i686-linux/DynaLoader.pm line 168.
The problem depends on what symbol is undefined. If the symbol is SQLDataSources
or SQLDrivers
, the likelihood is that you are attempting to build a version of Easysoft ODBC-ODBC Bridge prior to 0.4.0.0 with DBD::ODBC 0.21. Versions of the ODBC-ODBC Bridge prior to 0.4.0.0 can't be linked directly to DBD::ODBC 0.21. To use these older versions of ODBC-ODBC Bridge with Perl DBD::ODBC 0.21, you must either:
–Or–