[fossil-users] build fossil with ssl support on debian and ubuntu

2012-07-02 Thread ahrens
Dear all, Since the precompiled fossil comes without ssl support, I would like to compile fossil myself, for Debian and Ubuntu. Unfortunately, I am not sure how to do so: both $ ./configure --with-openssl=auto and $ ./configure --with-openssl=/usr/bin/ yield Error: OpenSSL not found.

Re: [fossil-users] build fossil with ssl support on debian and ubuntu

2012-07-02 Thread Stephan Beal
I think you need: apt-cache search openssl dev Then install the dev package it lists. Sorry for the brevity - on a tablet. On Jul 2, 2012 11:21 PM, ahrens benedikt.ahr...@gmx.net wrote: Dear all, Since the precompiled fossil comes without ssl support, I would like to compile fossil myself,

Re: [fossil-users] build fossil with ssl support on debian and ubuntu

2012-07-02 Thread Mike Meyer
On Mon, 02 Jul 2012 23:21:39 +0200 ahrens benedikt.ahr...@gmx.net wrote: I should add that openssl is installed: $ which openssl /usr/bin/openssl That's the binary, not the bits you need to compile code that uses it. Just one of the many reasons I develop on FreeBSD: they don't do that. If you

Re: [fossil-users] build fossil with ssl support on debian and ubuntu

2012-07-02 Thread Kevin Martin
Error: OpenSSL not found. Consider --with-openssl=none to disable HTTPS support On Debian, install libssl-dev. Also if you're on amd64, I recommend building a shared version, I can't remember the details, only that I had great trouble building a static binary and gave up. Thanks, Kev