When making open ssl for pococ++ and android how do i build it so that poco finds the openssl .h-files
We tried:
./config --openssldir=~/tmp/openssl/
make
sudo make install
and copying the entire new openssl folder into the poco-1.5.1-all folder
Cant find it, do we need to build openssl for a different target or can we just move it somewhere where the linker finds it (Where?)?
//BR





