On 22/05/2013 2:23 a.m., Chris Ross wrote:
I had gotten a patch for compiling with SSL on RHEL6 from the net, presumably
by following something noted on this mailing list. When 3.3.5 came out
yesterday, and the change log noted that this issue had been addressed, I was
pleased to upgrade to 3.3.5.
However, with an unmodified tree, I seem to still be unable to compile
certificate_db.cc on my x86_64 RedHat EL 6.3 host. The following are the
compilation errors:
g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src
-I../../include -I../../libltdl -Wall -Wpointer-arith -Wwrite-strings
-Wcomments -Werror -pipe -D_REENTRANT -g -O2 -std=c++0x -MT certificate_db.o
-MD -MP -MF .deps/certificate_db.Tpo -c -o certificate_db.o certificate_db.cc
certificate_db.cc: In static member function ‘static void
Ssl::CertificateDb::sq_TXT_DB_delete(TXT_DB*, const char**)’:
certificate_db.cc:170: error: invalid conversion from ‘void*’ to ‘const _STACK*’
Hi Chris,
We have just anded a better bug 3759 and bug 3297 fix in the stable
3.3 branch. I am hopeful that these issues are now resolved by that.
Unfortunately it does require changes to the configure system so just
patching is difficult. Can you please try building the 3.3 snapshot
labeled r12585 or later which should be available in the next day or so
(those building from the bzr repository will have it immediately but
require ./bootstrap.sh to be run again).
Cheers
Amos