Skip to content
Discussion options

You must be logged in to vote

The --with-odbc option here adds it to the base image. Are you building the Snowflake image form these instructions?

If not, DBD::OBC won't load from the base image unless you also install unixodbc. I just tested it out on the base Sqitch image:

# perl -I/usr/lib/perl5 -MDBD::ODBC -E 'say DBD::ODBC->VERSION'
Can't load '/usr/lib/perl5/aarch64-linux-gnu-thread-multi/auto/DBD/ODBC/ODBC.so' for module DBD::ODBC: libodbc.so.2: cannot open shared object file: No such file or directory at /usr/lib/aarch64-linux-gnu/perl-base/DynaLoader.pm line 201.
 at -e line 0.

# apt update
# apt install --no-install-recommends  unixodbc
# perl -I/usr/lib/perl5 -MDBD::ODBC -E 'say DBD::ODBC->VERSION'
1.61

Sq…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@itsbriankim
Comment options

@itsbriankim
Comment options

@theory
Comment options

Answer selected by itsbriankim
@theory
Comment options

@itsbriankim
Comment options

@theory
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants