On 15.03.2012 00:21, Marcin Jarzab wrote:
Hello,
Following problem occured. If it is required I can provide OVA VM
template with the runtime specified bellow:
Platform: SunOS solaris11 5.11 snv_151a i86pc i386 i86pc Solaris
<snip>
certificate_db.cc:34: error: `LOCK_EX' undeclared (first use this
function)
certificate_db.cc:34: error: (Each undeclared identifier is reported
only once for each function it appears in.)
certificate_db.cc: In destructor `Ssl::FileLocker::~FileLocker()':
certificate_db.cc:47: error: `LOCK_UN' undeclared (first use this
function)
Solaris does not support exclusive-access file locking. Which is
required to retain data integrity within the SSL certificate database
when multiple helper processes are trying to share it.
Therefore Solaris does not support ssl_crtd functionality. Thank you
for uncovering this.
Amos