Re: [squid-users] squid + sslbump compile errors

From: Henrik Nordström <henrik_at_henriknordstrom.net>
Date: Mon, 06 Feb 2012 00:38:33 +0100

sön 2012-02-05 klockan 14:09 -0600 skrev James R. Leu:

> I get the following errors:
>
> ufs/store_dir_ufs.cc: In member function 'virtual void UFSSwapDir::statfs(StoreEntry&) const':
> ufs/store_dir_ufs.cc:321:55: error: unable to find string literal operator 'operator"" PRIu64'

What compiler and operating system are you compiling Squid on?

> I was able to 'resolve' the above by using %jd instead
> of the "PRIu64"

%jd? Should be %lld

and compat/types.h should automatically define it as suitable if not
defined by the compiler headers.

> certificate_db.cc: In member function ‘void Ssl::CertificateDb::load()’:
> certificate_db.cc:455:1: error: ‘index_serial_hash_LHASH_HASH’ was not declared in this scope

Hm.. fails for me as well. Please try the attached patch.

Regards
Henrik

Received on Sun Feb 05 2012 - 23:39:14 MST

This archive was generated by hypermail 2.2.0 : Mon Feb 06 2012 - 12:00:01 MST