Which is your OS? Which openSSL version are you using? Can you also post the outout of "g++ -v" command?
On 06/28/2013 03:19 PM, neeraj kharbanda wrote: > error while compiling squid head 12919 > > 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*’ > certificate_db.cc:170: error: initializing argument 1 of ‘void* > sk_value(const _STACK*, int)’ > certificate_db.cc: In member function ‘bool > Ssl::CertificateDb::deleteInvalidCertificate()’: > certificate_db.cc:520: error: invalid conversion from ‘void*’ to ‘const > _STACK*’ > certificate_db.cc:520: error: initializing argument 1 of ‘void* > sk_value(const _STACK*, int)’ > certificate_db.cc: In member function ‘bool > Ssl::CertificateDb::deleteOldestCertificate()’: > certificate_db.cc:551: error: invalid conversion from ‘void*’ to ‘const > _STACK*’ > certificate_db.cc:551: error: initializing argument 1 of ‘void* > sk_value(const _STACK*, int)’ > certificate_db.cc: In member function ‘bool > Ssl::CertificateDb::deleteByHostname(const std::string&)’: > certificate_db.cc:568: error: invalid conversion from ‘void*’ to ‘const > _STACK*’ > certificate_db.cc:568: error: initializing argument 1 of ‘void* > sk_value(const _STACK*, int)’ > make[3]: *** [certificate_db.o] Error 1 > make[3]: Leaving directory > `/home/realtel/squid-3.HEAD-20130627-r12919/src/ssl' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/realtel/squid-3.HEAD-20130627-r12919/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/realtel/squid-3.HEAD-20130627-r12919/src' > > > -- > NK > > > -- >
