Unable to build plugin

Hi guys,

I am on Enterprise Trial, and since I don’t have access to the daily-enterprise-builds, it seems that I need to compile the plugin manually (?) . I am trying to build the openssl plugin obtained from https://github.com/coronalabs/plugins-source-openssl/

I am getting a build error when building in these 2 folders. They are mainly missing files, and where should I download them from Corona ?

at plugins-source-openssl-master folder : /build.sh $ANDROID\_HOME ======================================================================== Packaging plugin for SDK... ------------------------------------------------------------------------ .. truncated .. clang: error: no such file or directory: '/Users/XXX/Downloads/plugins-source-openssl-master/sdk-lua-openssl/src/bio.c' clang: error: no input files clang: error: no such file or directory: '/Users/XXX/Downloads/plugins-source-openssl-master/sdk-lua-openssl/src/cipher.c' clang: error: no input files clang: error: no such file or directory: '/Users/XXX/Downloads/plugins-source-openssl-master/sdk-lua-openssl/src/conf.c' clang: error: no input files clang: error: no such file or directory: '/Users/XXX/Downloads/plugins-source-openssl-master/sdk-lua-openssl/src/corona\_auxiliar.c' clang: error: no input files

at plugins-source-openssl-master/android folder : ./build.sh $ANDROID\_HOME Building RELEASE == Clean build == /Applications/CoronaEnterprise/Corona/android/lib/Corona/libs/armeabi-v7a/libcorona.so -\> /Users/XXX/Downloads/plugins-source-openssl-master/android/libcorona.so /Applications/CoronaEnterprise/Corona/android/lib/Corona/libs/armeabi-v7a/liblua.so -\> /Users/XXX/Downloads/plugins-source-openssl-master/android/liblua.so ---------------------------------------------------------------------------- /Applications/android-ndk-r8b/ndk-build -B V=1 APP\_OPTIM=release ---------------------------------------------------------------------------- Android NDK: ERROR:/Users/XXX/Downloads/plugins-source-openssl-master/android/jni/Android.mk:crypto: LOCAL\_SRC\_FILES points to a missing file Android NDK: Check that /Users/XXX/Downloads/plugins-source-openssl-master/android/jni/../../sdk-openssl/android/lib/libcrypto.a exists or that its path is correct /Applications/android-ndk-r8b/build/core/prebuilt-library.mk:43: \*\*\* Android NDK: Aborting . Stop.

Could my problem be similar to this case, where the Trial can’t build ? ( https://forums.coronalabs.com/topic/56056-notifications-plugin-build-issue/ )

Thanks

Did you ever get a solution to this? 

Considering the Enterprise Trial for the sole purpose of updating this plug-in to support LuaSec 1.5.1 / TLS 1.2 since the current version of the plugin only supports TLS 1.0 with many known security issues. 

I didn’t get it to work. Ended up paying for Enterprise.

It looks like when we open sourced that plugin, we didn’t set up the subrepos that that project relies upon. We’ll look into fixing that.

Builds 2825 onward have an updated OpenSSL plugin containing LuaSec 0.5.1, in case you weren’t able to get it working.

Did you ever get a solution to this? 

Considering the Enterprise Trial for the sole purpose of updating this plug-in to support LuaSec 1.5.1 / TLS 1.2 since the current version of the plugin only supports TLS 1.0 with many known security issues. 

I didn’t get it to work. Ended up paying for Enterprise.

It looks like when we open sourced that plugin, we didn’t set up the subrepos that that project relies upon. We’ll look into fixing that.

Builds 2825 onward have an updated OpenSSL plugin containing LuaSec 0.5.1, in case you weren’t able to get it working.