OpenSSl not found Unity3D

We are trying to use the SDK for Facebook, we installed version 4.3.6 for Unity3D (4.3). We also installed OpenSSL v1.0.1e 64x (we copied the contents of the openSSL bin folder to C: \ Program Files \ Java \ jdk1.7.0_45 \ bin)

We have a 64-bit version of Windows 7. We also created a new application on the fb developer network (with an identification number and everything)

We tried all the things listed here: http://answers.unity3d.com/questions/543593/unity-facebook-sdk-android-deployement-key-hash-.html

But the hash key is not displayed in the Facebook editor. (Unity cannot find OpenSSL)

Error: "OpenSSL not found. Make sure openSSL is installed and that it is in your path"

How can we fix this problem?

Thanks a lot!

+4
source share
1 answer

I also had to face the same problem, and I solved it by putting my path to java bin in environment variables -> System variable -> Path

C: \ Program Files \ Java \ jdk1.7.0_45 \ bin \ (place '\ after the bin)

you can check your path by typing java in cmd

or

just put the path in the openssl folder Environment Variables → System Variable → Path

d: \ OPENSSL_FOLDER \ Bin \

+8
source

All Articles