[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. Consider --with-openssl=none to disable HTTPS
support
Try: 'configure --help' for options

I should add that openssl is installed:
$ which openssl
/usr/bin/openssl

Could anybody tell me how to compile fossil with openssl on
Debian/Ubuntu, please?

Thanks a lot.
Best,
Benedikt



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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, 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. Consider --with-openssl=none to disable HTTPS
 support
 Try: 'configure --help' for options

 I should add that openssl is installed:
 $ which openssl
 /usr/bin/openssl

 Could anybody tell me how to compile fossil with openssl on
 Debian/Ubuntu, please?

 Thanks a lot.
 Best,
 Benedikt



 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 had openssl installed, you'd have the bits you needed.

 Could anybody tell me how to compile fossil with openssl on
 Debian/Ubuntu, please?

I recommend aptitude for this:

sudo install build-dep fossil

Which will install all the build dependencies used by the fossil
binary you installed.  That way, you'll get any that are missing
besides openssl. Of course, if it's not in your repository, or they
built it without openssl, you'll be out of luck.

mike
-- 
Mike Meyer m...@mired.org http://www.mired.org/
Independent Software developer/SCM consultant, email for more information.

O ascii ribbon campaign - stop html mail - www.asciiribbon.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users