I'm building git on my Android device in KBOX2 using gcc 4.8 with libcurl, which I also built on device. I'm building with libcurl for http/https support
Configure, make and make install run successfully. However, when I try to clone an https git, I get the following error:
fakechroot: dlopen: undefined symbol: dlopen
I'm aware that fakechroot only intercepts dynamic libc calls. I've dynamically linked all of the supporting libs. What could be causing this error and how do I fix it?
Please let me know what I should post (env vars, configure and/or make options) that would be helpful.