I am trying to update my OpenSSL 0.9.71 to latest version to av开发者_开发问答oid error with Devise & Facebook login. Since it is not easy to update OpenSSL, I have to install another version of OpenSSL from source. I was able to follow these steps:
cd /users/<your_user_name>/desktop/
sudo mv openssl /usr/local/
sudo cd /usr/local/openssl
./config
When I run
make
I got the following error:
unable to find /usr/local/ssl/lib/fips-1.0//flipscanister.o
I spent a day searching around but I couldn't find any help to install flipcanister, so my questions are:
Do I need to install new OpenSSL, or there is a way to get around it with older version(i.e., just copy a few files to the right location)?
If I have to, then how should I install flipscanister
Thank you very much for your help.
精彩评论