meganz / MEGAcmd

Command Line Interactive and Scriptable Application to access MEGA
Other
1.94k stars 407 forks source link

MegaCMD OPENSSL #236

Open Raphaelcustodiosoares opened 5 years ago

Raphaelcustodiosoares commented 5 years ago

Good Morning,when executing ./configure it returns me the error My operating system: CentOS 7

checking whether cURL is built with OpenSSL support... no configure: error: Make sure cURL is built/linked with OpenSSL! configure: error: ./configure failed for sdk

Please Help, thanks

polmr commented 5 years ago

You need to have curl compiled with OpenSSL support. At sdk/contrib/build_sdk.sh there's a script that can alleviate third parties compilations. This could also guide you on how it's used: https://github.com/meganz/MEGAcmd/blob/master/build/templates/megacmd/megacmd.spec#L128 . In any case, you can always get MEGAcmd from: https://mega.nz/cmd

Raphaelcustodiosoares commented 5 years ago

thanks :D