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

Reply via email to