node-odbc icon indicating copy to clipboard operation
node-odbc copied to clipboard

Is odbc tied to a specific g++ version?

Open ranjithchev opened this issue 7 years ago • 1 comments

Hi

I'm trying to install odbc on a Linux machine with gcc 5.3.1. It works on one Linux host but does not work on the other one. The error I get is as below. I'm not very familiar with c++ and hence would appreciate on what I would be missing.

opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.3.1/ld: cannot find -lodbc collect2: error: ld returned 1 exit status

ranjithchev avatar Aug 15 '18 22:08 ranjithchev

Hi @ranjithchev.

It is not tied to any specific version of g++. Are the unixodbc development packages are installed? (https://github.com/wankdanker/node-odbc#requirements)

wankdanker avatar Aug 16 '18 16:08 wankdanker