zighouse / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

openssl/ssl.h: No such file or directory #451

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.build sequence
2.
3.

What is the expected output? What do you see instead?
Clean build

What version of the product are you using? On what operating system?
Version 2.0

Please provide any additional information below.

I'm first time using Doubong code. 
When I build android, I'm getting below error. 

command executed: ../bindings/java/android/buildAll.sh NEON=yes

Error:
 /bin/sh: [[: not found
 /bin/sh: [[: not found
 In file included from src/tnet_socket.h:35:0,

from src/tnet_utils.h:35, from src/tnet.c:25:
src/tls/tnet_tls.h:32:25: fatal error: openssl/ssl.h: No such file or directory 
compilation terminated. make1?: [src/tnet.o] Error 1

I've openssl installed in my server
openssl version OpenSSL 1.0.1c 10 May 2012

How Do I fix it.

Thank you very much

Original issue reported on code.google.com by vijay.ra...@gmail.com on 11 Jun 2015 at 9:47

GoogleCodeExporter commented 8 years ago
Don't know where you've found your build instructions but they're not correct.
The right way to build for Android: 
https://code.google.com/p/imsdroid/wiki/Building_Doubango
Please note that the IMSDroid code comes with pre-built binaries and you don't 
need to build Doubango by yourself

Original comment by boss...@yahoo.fr on 11 Jun 2015 at 9:55

GoogleCodeExporter commented 8 years ago
I'm following the build commands from below page.
https://code.google.com/p/imsdroid/wiki/Building_Source

Original comment by vijay.ra...@gmail.com on 11 Jun 2015 at 10:05