Probelm setting rpcssl=1 for namecoin

Post Reply
Iesolit
Posts: 4
Joined: Thu Nov 13, 2014 2:26 am
os: linux

Probelm setting rpcssl=1 for namecoin

Post by Iesolit »

I have installed namecoin through its apt-get repository (http://software.opensuse.org/download.h ... e=namecoin) but unfortuantely when I try to set rpccssl=1 in namecoin.conf file I get the following error when I run the namecoin client (it works fine when rpcssl=0) :

************************
EXCEPTION: St13runtime_error
-rpcssl=1, but namecoin compiled without full openssl libraries.
namecoin in ThreadRPCServer()

I have bitcoin and namecoin also installed through their apt-get repo on the same machine and they don't generate this error. Any help on how to resolve this issue is appreiciated.

Iesolit
Posts: 4
Joined: Thu Nov 13, 2014 2:26 am
os: linux

Re: Probelm setting rpcssl=1 for namecoin

Post by Iesolit »

For anyone else that encouters this issue, I managed to circumvent it by installing from the source. Looks like the current apt-get build does not include ssl. For installing from source refer to:

http://dot-bit.org/BuildNamecoinQTFromSource

pmc
Posts: 73
Joined: Thu Oct 03, 2013 8:50 pm
Location: Germany
Contact:

Re: Probelm setting rpcssl=1 for namecoin

Post by pmc »

Iesolit wrote:I have installed namecoin through its apt-get repository (http://software.opensuse.org/download.h ... e=namecoin) but unfortuantely when I try to set rpccssl=1 in namecoin.conf file I get the following error when I run the namecoin client (it works fine when rpcssl=0) :

************************
EXCEPTION: St13runtime_error
-rpcssl=1, but namecoin compiled without full openssl libraries.
namecoin in ThreadRPCServer()

I have bitcoin and namecoin also installed through their apt-get repo on the same machine and they don't generate this error. Any help on how to resolve this issue is appreiciated.
Oops. Which distribution? apt-get means either Debian or Ubuntu - which version?

Iesolit
Posts: 4
Joined: Thu Nov 13, 2014 2:26 am
os: linux

Re: Probelm setting rpcssl=1 for namecoin

Post by Iesolit »

it's Ubuntu 14.04LTS

pmc
Posts: 73
Joined: Thu Oct 03, 2013 8:50 pm
Location: Germany
Contact:

Re: Probelm setting rpcssl=1 for namecoin

Post by pmc »

Fixed. (I accidentally disabled USE_SSL by providing my own CXXFLAGS.)

Thanks for your report!

Iesolit
Posts: 4
Joined: Thu Nov 13, 2014 2:26 am
os: linux

Re: Probelm setting rpcssl=1 for namecoin

Post by Iesolit »

Awesome. Thanks for the quick fix.

Post Reply