fedora 18 problems:
$ ./bitcoind bitcoind: key.cpp:135: {anonymous}::CECKey::CECKey(): Assertion `pkey != __null' failed.
$ ./bitcoind Error: Incorrect or no genesis block found. Wrong datadir for network?
fedora 18 problems:
$ ./bitcoind bitcoind: key.cpp:135: {anonymous}::CECKey::CECKey(): Assertion `pkey != __null' failed.
$ ./bitcoind Error: Incorrect or no genesis block found. Wrong datadir for network?
Btw if you're having this problem on 0.9.0 using the new automake then make sure you run configure with:
SSL_LIBS='-Wl,-Bstatic -L/usr/local/openssl/lib -lssl -Wl,-Bdynamic' SSL_CFLAGS='-I/usr/local/openssl/include' CRYPTO_LIBS='-Wl,-Bstatic -L/usr/local/openssl/lib -lcrypto -Wl,-Bdynamic -ldl'
Change /usr/local to be where you built the newer openssl.