rohanpm / ngitcached

A caching git proxy
MIT License
36 stars 9 forks source link

fails to start on Ubuntu Precise #9

Open SebKuzminsky opened 11 years ago

SebKuzminsky commented 11 years ago

I installed ngitcached version 1~precise1 from the ppa at https://launchpad.net/~rohanpm/+archive/ngitcached, and ran "ngitcached --cache-dir /opt/linuxcnc.git", and got this error:

Initialized empty Git repository in /opt/linuxcnc.git/

node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: Unable to load shared library /usr/lib/ngitcached/node_modules/ignite/node_modules/node-proxy/lib/node-proxy.node at Object..node (module.js:472:11) at Module.load (module.js:348:32) at Function._load (module.js:308:12) at Module.require (module.js:354:17) at require (module.js:370:17) at Object. (/usr/lib/ngitcached/node_modules/ignite/lib/fireFactory.js:30:13) at Module._compile (module.js:441:26) at Object..js (module.js:459:10) at Module.load (module.js:348:32) at Function._load (module.js:308:12)

I'll be happy to do any debugging you advise.