cannot compile libcrypt missing but installed

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
markboston36
Posts: 2
Joined: September 29th, 2020, 7:08 pm

cannot compile libcrypt missing but installed

Post by markboston36 »

CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Crypto (missing: CRYPTO_LIBRARY CRYPTO_INCLUDE_DIR)
(Required is at least version "1.0")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cmake/FindCrypto.cmake:9 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:66 (find_package)

thats the error i get but i have already installed libcrypto is there something else i need to install? im using ubuntu 18.04
User avatar
Pentarctagon
Project Manager
Posts: 5526
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: cannot compile libcrypt missing but installed

Post by Pentarctagon »

Do you have the -dev package installed as well?
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
markboston36
Posts: 2
Joined: September 29th, 2020, 7:08 pm

Re: cannot compile libcrypt missing but installed

Post by markboston36 »

yes i think so what would be the name of the package? libcrypto-udev is only for building the debian installer it says. i have libcrypto++ dev
User avatar
Pentarctagon
Project Manager
Posts: 5526
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: cannot compile libcrypt missing but installed

Post by Pentarctagon »

It would be libssl-dev.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
Post Reply