hashlib icon indicating copy to clipboard operation
hashlib copied to clipboard

lib for node which makes hashes

Results 17 hashlib issues
Sort by recently updated
recently updated
newest added

NPM not working.. How to install?

Temporary fix for the following issue https://github.com/brainfucker/hashlib/issues/29 Users still need to use the fullpath to hashlib to require it.

I was able to install hashlib on Snow Leopard but in Lion this is the output I see: ``` > [email protected] preinstall /Users/enrique/Desktop/hubot/node_modules/hashlib > node-waf clean || true; node-waf configure...

Segmentation fault on CentOS_5.4-X64_Final successfully build, but failed when using it. ``` [root@localhost brainfucker-hashlib-b9f61ef]# node test.js Segmentation fault [root@localhost brainfucker-hashlib-b9f61ef]# ```

``` ../hashlib.cc:14:16: error: ev.h: No such file or directory ../hashlib.cc:15:17: error: eio.h: No such file or directory Waf: Leaving directory `/home/ec2-user/hashlib/build' Build failed: -> task failed (err #1): {task: cxx...

Where `md5_file` go? Is it not there for some reason? on OSX 10.7, Node 0.6.2 ``` hashlib.md5_file(fileStats.name, function() { ^ TypeError: Object # has no method 'md5_file' ```

When trying to install with npm (on Ubuntu) the following error occurs: [4/6] cxx: hashlib.cc -> build/Release/hashlib_2.o ../hashlib.cc:14:16: fatal error: ev.h: Datei oder Verzeichnis nicht gefunden compilation terminated. Waf: Leaving...

I'd like to try running my app on node v0.5.9 but i can't because hashlib does not build on v0.5.x Checking for program g++ or c++ : /usr/bin/g++ Checking for...

On node 0.4.12, v8 3.1 : ``` #3 0x00007ffff5a32606 in malloc_printerr (action=3, str=0x7ffff5b062ca "free(): invalid pointer", ptr=) at alloc.c:6283 #4 0x00007ffff5a3733c in *__GI___libc_free (mem=) at malloc.c:3738 #5 0x00007fffcfee5abe in sha256...