Closed amirotin closed 13 years ago
Can you do a:
$ ls -la /opt/instantclient
Because this line:
/usr/bin/ld: cannot find -locci
Tells you it's not finding libocci. If you see libocci.so in /opt/instantclient, try doing:
$ sudo ldconfig
And then re-installing db-oracle.
It;s ok now. I've libocci.so.11.1. Just created symlink
2011/11/11 Mariano Iglesias < reply@reply.github.com>
Can you do a:
$ ls -la /opt/instantclient
Because this line:
/usr/bin/ld: cannot find -locci
Tells you it's not finding libocci. If you see libocci.so in /opt/instantclient, try doing:
$ sudo ldconfig
And then re-installing db-oracle.
Reply to this email directly or view it on GitHub: https://github.com/mariano/node-db-oracle/issues/14#issuecomment-2708573
Can you post what you did on this ticket so others with similar problems can see the solution?
Closing this
Check if you have some libs with extension different to .so (.so.11.1 for example) and just do symbolic link ( ln -s /opt/instantclient/ libocci.so.11.1 /opt/instanyclient/libocci.so)
2011/11/11 Mariano Iglesias < reply@reply.github.com>
Can you post what you did on this ticket so others with similar problems can see the solution?
Reply to this email directly or view it on GitHub: https://github.com/mariano/node-db-oracle/issues/14#issuecomment-2708717
Using latest oracle instantclient 11.2.0.3.0 x86 get the following error:
Instantclient is located in /opt/instantclient