tis 2012-11-27 klockan 04:44 +0200 skrev Eliezer Croitoru: > I tried to build squid 3.2.3 on fedora 17 x64 and got an error. > compiling options > -g -O2 -c -o certificate_db.o certificate_db.cc > certificate_db.cc: In member function גvoid Ssl::CertificateDb::load()ג: > certificate_db.cc:460:76: error: גindex_serial_hash_LHASH_HASHג was not > declared in this scope > certificate_db.cc:460:106: error: גindex_serial_cmp_LHASH_COMPג was not > [...]$ > > > So it's something with the crtd code but I am unable to understand the > meaning of it.
Fedora 15-17 have borked openssl headers lying about the OpenSSL version, caused by a slightly misguided patch in OpenSSL which they haven't been able to get rid of due to ABI breakage. This causes problems for our crtd which tries do adapt to the detected OpenSSL version but can't on Fedora. Supposedly fixed in Fedora 18 but have not verified yet. Regards Henrik
