wankdanker / node-odbc

ODBC bindings for node
MIT License
174 stars 79 forks source link

Is odbc tied to a specific g++ version? #39

Open ranjithchev opened 6 years ago

ranjithchev commented 6 years ago

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

wankdanker commented 6 years ago

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)