How to install openssl in ubuntu for my project with qt
-
wrote on 22 Jul 2018, 22:09 last edited by
I just need to run my project in qt but require these packages.
command
$sudo apt-get install build-esssential libboost-dev libdb48-dev libopenssl-dev libdb++-dev git qt-sdkBut some are not
E: No se ha podido localizar el paquete libdb48-dev
E: No se ha podido localizar el paquete libopenssl-devHow to install them?
-
Hi,
AFAIK, the names are
libdb4.8-dev
andlibssl-dev
. -
wrote on 22 Jul 2018, 23:36 last edited by
@SGaist i got error of boost after compile
/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_program_options
/usr/bin/ld: cannot find -lboost_thread
Makefile:281: recipe for target 'barcoin-qt' failed
collect2: error: ld returned 1 exit status
make: *** [barcoin-qt] Error 1
01:31:45: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project barcoin-qt (kit: Desktop)
When executing step "Make"
01:31:46: Elapsed time: 06:42.I have installed the package. maybe know why show me this error?
-
@SGaist i got error of boost after compile
/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_program_options
/usr/bin/ld: cannot find -lboost_thread
Makefile:281: recipe for target 'barcoin-qt' failed
collect2: error: ld returned 1 exit status
make: *** [barcoin-qt] Error 1
01:31:45: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project barcoin-qt (kit: Desktop)
When executing step "Make"
01:31:46: Elapsed time: 06:42.I have installed the package. maybe know why show me this error?
@RIVOPICO said in How to install openssl in ubuntu for my project with qt:
I have installed the package
Which package?
-
@RIVOPICO said in How to install openssl in ubuntu for my project with qt:
I have installed the package
Which package?
-
there are several
libboost*
packages. Are you sure you have all needed ones? -
@RIVOPICO said in How to install openssl in ubuntu for my project with qt:
boost i mean
Which exactly? You need dev packages for all those mentioned boost packages.
1/7