Giter Site home page Giter Site logo

Linux Deployment Issues about node-sodium HOT 7 CLOSED

paixaop avatar paixaop commented on July 22, 2024
Linux Deployment Issues

from node-sodium.

Comments (7)

jamesbeecham avatar jamesbeecham commented on July 22, 2024

Hi, I work with Dave.

We were able to get the library installed on the aws instance by yum install libsodium before npm install sodium. The drone.io build still fails.

James

from node-sodium.

paixaop avatar paixaop commented on July 22, 2024

Have you tried installing a shared libsodium library on the system?

On 1/15/14, 2:39 AM, Dave Shapiro wrote:

Hi,

I am trying to run my application in two linux environments using
node-sodium.

On my local, mac, I have no problems building the libraries. But on my
continuous integration server (drone.io) and my staging env (amazon
aws [opsworks]) the app is failing. On drone i get the following error,

module.js:356
Module./extensionsextension <this,%20filename>;
^
Error: libsodium.so.4: cannot open shared object file: No such file or
directory
at Module.load (module.js:356:32)
at Function.Module./load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)

Has anyone experienced this/ know how to fix it?

Thank you ahead of time!


Reply to this email directly or view it on GitHub
#4.

from node-sodium.

abenmrad avatar abenmrad commented on July 22, 2024

Hi,

You seem to have fixed this issue in the current version on npm. I'm interested to know how you fixed it so I can do the same in my fork.

I know I can as well merge the changes from your repo, but I'm afraid it will break a lot of things I can't afford to fix right now.

I would really appreciate your help :)

from node-sodium.

dsshap avatar dsshap commented on July 22, 2024

A compiled (on Amazon Linux) version of the library is here: https://github.com/ScoutAlarm/node-sodium-linux

I placed the file on the server (/usr/local/lib/node_modules) and reference its location for my nodejs app by setting the following env vars,

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/node_modules/sodium/libsodium/src/libsodium/.libs/
export LD_RUN_PATH=$LD_RUN_PATH:$(pwd)/node_modules/sodium/libsodium/src/libsodium/.libs/

from node-sodium.

abenmrad avatar abenmrad commented on July 22, 2024

@dsshap thanks for your reply, but since this is a cryptography library, I want to be able to compile it by myself, for obvious security reasons. :) If you can tell me how you fixed it, that'd be great. I don't see really the differences in the build process between your repo and mine

from node-sodium.

dsshap avatar dsshap commented on July 22, 2024

@BatikhSouri follow the same approach that we did to successfully build it once in the environment you are going to use and then create a repo for that library, to avoid having to rebuild each time.

from node-sodium.

abenmrad avatar abenmrad commented on July 22, 2024

@dsshap Alright, your trick worked, thanks a lot :)

from node-sodium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.