tykeal / ep_ldapauth

(Up for adoption) LDAP authentication plugin for Etherpad-lite
GNU General Public License v2.0
25 stars 20 forks source link

Install on etherpad-lite 1.5.5 #21

Closed ternite closed 7 years ago

ternite commented 9 years ago

When downloading etherpad-lite 1.5.5 (Win), then installing the included ep_lpapauth 0.2.0 via /admin/plugins, the install process ruins the etherpad installation.

A popup with an OK button and the following text appears during installation: "An error occured while installing ep_ldapauth buffertools@1.1.0 install: node-gyp rebuild Exit status 1"

After that, etherpad won't work properly anymore.

Best regards ternite

stefanschauer commented 9 years ago

I have the same problem. I followed this instructions: http://stackoverflow.com/questions/21365714/nodejs-error-installing-with-npm but still I am not able to install the plugin. and still get this error "An error occured while installing ep_ldapauth buffertools@1.1.0 install: node-gyp rebuild Exit status 1"

if I try to install via the command line I get this error npm ERR! buffertools@1.1.0 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the buffertools@1.1.0 install script 'node-gyp rebuild'. npm ERR! This is most likely a problem with the buffertools package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls buffertools npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /var/storage/etherpad/npm-debug.log

any hints how to install the plugin?

best

magnus919 commented 9 years ago

I can also reproduce the problem.

vinzent commented 9 years ago

npm ERR! This is most likely a problem with the buffertools package,

you should check if buffertools does support windows. this is not an ep_ldapauth problem.

maybe related: https://github.com/bnoordhuis/node-buffertools/issues/21

ArthurHlt commented 9 years ago

I have the same issue on linux environment but i feel likes it's more a problem from buffertools and node 0.12

BlackyFox commented 9 years ago

I have the same issue on a Debian 7 : npm ERR! buffertools@1.1.0 install: node-gyp rebuild npm ERR! Exit status 1 .... npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild

And I have a fully running EtherPad lite with node 0.12.2 installed on it.

froiloc commented 9 years ago

What I did was to install everything from git only. Please check out my solution: https://github.com/tykeal/ep_ldapauth/issues/25#issuecomment-115354806

Bantscho commented 8 years ago

I just install the following packages.

apt-get install build-essential g++

tykeal commented 7 years ago

This should be resolved with the new v0.3.0 module that was just released.