On Wed, Apr 18, 2012 at 01:35:49PM -0400, Miles Fidelman wrote: > I've been trying to build Fossil from source on a Debian Squeeze box. > > The ./configure script seems to have some problems: > - it can't find zlib, unless zlib1g-dev is installed - seems sort of odd > - it can't find openssl, even though it's installed, and even if I use > --with-openssl=/usr or > --with-openssl=/usr/bin/openssl
In Debian, the "-dev" packages allow you to build something using them. So, in Debian, having openssl is different than being able to build something that uses openssl. Other distributions don't make this distinction. Regards, Lluís. _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

