xmppo / node-stringprep

ICU StringPrep profiles for NodeJS
https://github.com/xmppo/node-stringprep
MIT License
38 stars 24 forks source link

Cannot load StringPrep-0.1.0 bindings #36

Closed ramkumarc closed 10 years ago

ramkumarc commented 11 years ago

Issue moved from node-xmpp

OS - RHEL 5.5 node@v0.10.17 node-stringprep@0.1.8 node-xmpp@0.5.5 icu-config --version 4.8.1.1

I have installed everything but still when i use node-xmpp i get the warning

Cannot load StringPrep-0.1.0 bindings. You may need to `npm install node-stringprep'

i did install code>libicu-devel@3.6-5.11.4</code No Luck.

I already installed icu from http://site.icu-project.org/ and also installed libicu-devel-4.2.1-9.1.el5.remi.x86_64 and libicu-4.2.1-9.1.el5.remi.x86_64. But still i get that warning when i use node-xmpp.

Am i missing anything else ?

lloydwatkin commented 11 years ago

What version of lcu did you install?

node-stringprep currently only supports a slightly older version of icu which can be downloaded here http://site.icu-project.org/download/49.

Providing a link to a failed npm install log of node-stringprep would also be useful.

Thanks.

ramkumarc commented 11 years ago

i have installed node-string prep. the problem is when i use node-xmpp , i get the warning i had mentioned.

lloydwatkin commented 11 years ago

In that case you'll have to dig into the error I'm afraid. The warning is fired in node-xmpp when it tries to require (and use) node-stringprep. The relevant piece of code is here: https://github.com/astro/node-xmpp/blob/master/lib/xmpp/jid.js#L1

lloydwatkin commented 10 years ago

Closing due to no updates, if this is still a problem please feel free to reopen so we can get fixed. Thanks.