24 Jan
2012
24 Jan
'12
10:07 a.m.
On Tue, Jan 24, 2012 at 9:55 PM, Harish Mandowara <harishm@cdac.in> wrote:
Hi,
I installed all the these libraries. Again build the code. and install but
No, you didn't. You either: - didn't have development headers installed (e.g. you have libssl, but not libssl-dev), OR - didn't re-run configure, OR - have conflicting version of openssl, possibly one installed from package and one from source, OR - somehow got a buggy version of openssl (unlikely, but possible) either way, looking at ./configure output (using "tee", and later open the log with a text editor helps) should be able to tell you why it has no ssl support. Or just use packages. -- Fajar