• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

(linux) Error compiling ubuntu 20.04 lcryptopp-static

Supportza1

New Member
Joined
Dec 31, 2021
Messages
13
Reaction score
0
anyone know about this error
error cryptopp.png

/usr/bin/ld: cannot find -lcryptopp-static
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/tfs.dir/build.make:1378: bin/tfs] Error 1
make[1]: *** [CMakeFiles/Makefile2:94: src/CMakeFiles/tfs.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
 
:~# sudo apt-get install libcrypto++-dev cryptopp-static
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package cryptopp-static
 
nice, to compile, have this error :C
# cmake -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake ..
CMake Warning:
Ignoring extra path from command line:

".."


CMake Error: The source directory "/home/otservbr" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
 
did you install cmake?
Post automatically merged:

Hello shadow i have the same problem

i install now the library but the issue still persist :(

sudo apt-get install libcrypto++-dev
/usr/bin/ld: cannot find -lcryptopp-static
collect2: error: ld returned 1 exit status
 
Last edited:
Back
Top