Coder Social home page Coder Social logo

Comments (2)

ajpalkovic avatar ajpalkovic commented on September 2, 2024

-l is a compiler option to search for a library file. tomcrypt is the name of the library file. In linux, the filename will typically be libtomcrypt.so . You can typically find it in /lib, /usr/lib, or /usr/local/lib (or any subdirectory inside of them).

If you want to find it quickly, run:
locate libtomcrypt

and it will probably find it (If it complains that the database is old, first run:
sudo updatedb

First, make sure that libtomcrypt was downloaded correctly (I know their site has been down for a bit, so the script might not have downloaded the archive correctly). Run:
less external/arch/cr*
less external/arch/ltm*
Make sure both display junk, that theyre binary files. If display as html, you need to rerun the get and build externals scripts.

Also, you may need to install libtomcrypt with something like:
sudo apt-get install libtomcrypt-devel libtommath-devel

from e.

BRMatt avatar BRMatt commented on September 2, 2024

The files were full of html junk so did a bit of googling and found (a helpful article)[http://www.zuhaib.in/how-to/building-and-running-etexteditor-on-ubuntu-64-bit] with links to a download mirror for the files

http://safari.iki.fi/tom/crypt-1.11.tar.bz2
http://safari.iki.fi/tom/ltm-0.39.tar.bz2

And fyi there aren't any apt packages named libtomcrypt-devel or libtommath-devel

libtomcrypt-dev was the closest I got but ubuntu refused to install it

All of the above solved my problem but I've now got a new problem which I'll create a separate issue for.

Thanks for your help ajpalkovic!

from e.

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.