ibmdb / node-ibm_db

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

Rebuild Native Modules fails #666

Closed pablord14 closed 4 years ago

pablord14 commented 4 years ago

I'm getting this error on vscode when execute Rebuild Native Modules: Error: /snap/core/current/lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29 not found (required by /lib/x86_64-linux-gnu/libnode.so.64)

Thanks.

bimalkjha commented 4 years ago

@pablord14 It fails due to some missing package of Operating System. I do not see /lib/x86_64-linux-gnu/libnode.so.64 is part of ibm_db package. Solution for same issue is discussed here for Ubuntu, probably that could help you. Thanks.