> On December 3, 2016 at 11:20 PM Ricardo Machini <ricardomach...@gmail.com> > wrote: > > > Helo Timo, > > I tried to compile and got one error on Centos 6.8: > > checking that generated files are newer than configure... done > configure: error: conditional "SSL_VERSION_GE_102" was never defined. > Usually this means the macro was only invoked conditionally. > > # configure > ./configure with-ldap=yes --with-zlib --with-bzlib --with-solr >
Is this with the distribution tarball, or from git? If it's from git, you need to re-run ./autogen.sh to make sure everything is up to date. Aki