ursachec / CPAProxy

A thin Objective-C wrapper around Tor.
Other
161 stars 49 forks source link

Could not find a linkable openssl #43

Open Tuzr opened 8 years ago

Tuzr commented 8 years ago

My iOS SDK is 9.3 , Xcode 7.3. I just execute the build-all.sh, but it show error like below: checking for openssl directory... configure: WARNING: Could not find a linkable openssl. If you have it installed somewhere unusual, you can specify an explicit path using --with-openssl-dir configure: error: Missing libraries; unable to proceed. Any idea about this error ? Thanks.

rainwolf commented 8 years ago

This has been discussed in issues 40 and 41. This will be fixed in future versions of Tor, but not in the 2.7 branch, so it might take a while. If you want something that works now, I have a fork with the necessary patch that works.

Tuzr commented 8 years ago

@rainwolf Thanks for your advice, I'm sorry that I didn't notice that has been discussed. I will download your fork and try it again.