Hello developers,
dear users,

I've played around with a most recent version of trunk and the detection
of the OpenSSL sources (in the tree of fossil) shows unexpected behavior
for me.

openssl-1.0.2*.tar.gz was unpacked to compat/openssl and I used the
following options (on a Debian Jessie):
~/fossil$ ./configure --prefix=/usr --static --with-openssl=tree
...
C compiler... cc -march=core2 -pipe -Os -mssse3
C++ compiler... c++ -march=core2 -pipe -Os -mssse3
Build C compiler...cc
Checking for stdlib.h...ok
Checking for uint32_t...ok
Checking for uint16_t...ok
Checking for int16_t...ok
Checking for uint8_t...ok
Checking for pread...ok
Checking for tclsh...ok
Trying to link statically
Checking for zlib.h...ok
Checking for inflateEnd in z...-lz
Checking for ssl in source tree...no
Error: OpenSSL not found. Consider --with-openssl=none to disable HTTPS support
Try: 'configure --help' for options

The detection of OpenSSL sources in the fossil tree will only pass after:
./config and make (in compat/openssl), but not on a clean OpenSSL source tree
(or after 'make clean').

Is the behavior so wanted or I have misunderstood these config option
completely?

I hope you could understand the 'problem' despite the painful translation. :(

Thanks for your attention,
Kain
_______________________________________________
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