Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: CLucene bindings not found #28

Open
anatoliychakkaev opened this issue Oct 3, 2012 · 0 comments
Open

Error: CLucene bindings not found #28

anatoliychakkaev opened this issue Oct 3, 2012 · 0 comments

Comments

@anatoliychakkaev
Copy link

This happens on require('clucene'):

module.js:485
  process.dlopen(filename, module.exports);
          ^
Error: libclucene-core.so.1: cannot open shared object file: No such file or directory
    at Object.Module._extensions..node (module.js:485:11)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.<anonymous> (/home/anatoliy/projects/clucene-test/node_modules/clucene/clucene.js:1:77)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)

Also after successful npm install clucene when I try to require clucene i got error related to build directory name ('default' expected but in fact it called 'Release'), renaming fixed this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant