Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Hydroponica on June 28, 2013, 10:59:11 AM



Title: Problem installing dependencies for Linux
Post by: Hydroponica on June 28, 2013, 10:59:11 AM
I'm having issues with this command on Ubuntu Server;

Code:
$sudo apt-get install build-essential libboost-dev libdb4.8-dev libopenssl-dev libdb++-dev git qt-sdk

More specific, this part;

Code:
libopenssl-dev

Keeps saying it can't find it, or something. So, when I try to compile, I get a lot of Open SSL errors.
Any suggestions?


Title: Re: Problem installing dependencies for Linux
Post by: HuuHachu on June 28, 2013, 11:16:57 AM
I think the package name for openssl is in fact "libssl-dev" ... (so remove the "open" in your apt-get install)