Giter Club home page Giter Club logo

Comments (2)

kgboreham avatar kgboreham commented on July 20, 2024

You should set LD_LIBRARY_PATH when configuring/building/installing these.
This isn't a permanent change.
open a new command prompt to work with. Then
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
Once you are done installing the items just close the terminal and your old environment will be loaded next time.

If you want you can use the env command which will only make the variable available during the execution of that one line. In this case you must type it out for each step during the process.
e.g. $ env LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH make

Note that you may have to start over since this environment variable should be set through the entire process.
Hope that helps.

from ctl.

aforsythe avatar aforsythe commented on July 20, 2024

Closing this issue per kboreham's comment

from ctl.

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.