ibmdb / node-ibm_db

IBM DB2 and IBM Informix bindings for node
MIT License
188 stars 151 forks source link

A hardcoded path to libdb2.dylib in Db2 Connect v2.3.0 #899

Closed aosadchyy closed 1 year ago

aosadchyy commented 1 year ago

The installation of Db2 Connect v2.3.0 extension in VS Code fails on Mac. It's looking for a hardcoded library. Note, my user is not bjha. Must be a hardcoded path. /Users/bjha/nodework/clidriver/lib/libdb2.dylib

bimalkjha commented 1 year ago

@aosadchyy Thanks for reporting the issue. We have pushed the fix. Please have fresh install of Db2 Connect v2.3.0 and verify the fix. Thanks.

aosadchyy commented 1 year ago

Great. Thank you @bimalkjha for the quick turnaround. The issue is fixed. Closing it.