On Tue, Jun 05, 2012 at 05:21:48PM +0300, Baruch Burstein wrote:
> I am trying to build fossil from sources. I am using the source for version
> 1.22, on a Linux Mint 64 bit machine. I compiled and installed OpenSSL
> myself (not from the package manager). When running configure, I get an
> error that OpenSSL not found.

/usr/local/lib and /usr/local/include is not checked by default by gcc. You'll
need to pass -I/usr/local/include and -L/usr/local/lib where needed.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to