mscdex

Results 571 comments of mscdex

RC4 already isn't in the default cipher list so someone would have to explicitly enable it to use it.

Since it appears you're on Ubuntu 12.04, you probably need to update your compiler. You will need gcc/g++ 4.8+ for _any_ node addons.

@young310 Please copy and paste the *entire* *text* output here.

@young310 What do `which make` and `make -v` output? Also, are you doing this on a Synology NAS by any chance?

FWIW according to results from google, others have had the same issue (with other compiled node.js addons) on that NAS and they ended up just creating a debian chroot to...

@young310 This seems to be the actual error in that text: ``` getpwuid(): uid not found: 1028 ``` It sounds like something is definitely not right though, I don't have...

Well, that log doesn't really say anything. Do you have the required build tools installed (e.g. gcc, g++, make, python 2.7+)?

@Eusebiotrigo The `/env.mak: No such file or directory` error seems like a common problem with Synology judging by google results. So my guess is it has something to do with...

You might also check the version of Python that's installed. 2.7.x is what I typically use.