I am trying to install ifx_db (Node module to connect to informix DB). It is working fine in Windows but in Linux i am getting the following error. Request your inputs towards this Thanks in advance Answer FYI: The Informix node.js drive is depended on Informix Client SDK version 4.10 xC2 or above, that you need to download and install
Tag: shared-objects
ld cannot find an existing library
I am attempting to link an application with g++ on this Debian lenny system. ld is complaining it cannot find specified libraries. The specific example here is ImageMagick, but I am having similar problems with a few other libraries too. I am calling the linker with: ld complains: However, libmagic exists: How do I diagnose this problem further, and what