Hi,

I am trying to install chimera on Fedora 11 and i am running into problems.

After config i tried running make and got the following error.

#first i got the error evp.h not found
Even though yum said openssl was installed. Anyway i downloaded openssl and tried to install it manually.

But i still got the same error. So then i copied the openssl header files folder to /usr/include

This got me past this error.

#Next i got this error
gcc -g -O2 -o sha1_keygen sha1_keygen.o  -L/home/ahmad/chimera/src -lchimera -lpthread -lcrypto
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[1]: *** [sha1_keygen] Error 1


I just installed openssl with the default options. Any ideas what i am doing wrong here!

Ahmad