Re: [HTCondor-devel] can't build HTCondor on ubuntu anymore


Date: Fri, 06 Jul 2018 11:26:58 -0500 (CDT)
From: Todd L Miller <tlmiller@xxxxxxxxxxx>
Subject: Re: [HTCondor-devel] can't build HTCondor on ubuntu anymore
Anyone know what package I need to add to get resolve this?

CMake Error at src/gce_gahp/CMakeLists.txt:26 (message):
 gce_gahp requires sqlite3 header

sudo apt-get install sqlite3

didn't do it, neither did

sudo apt-get install libsqlite3-dev

	According to this:

https://packages.ubuntu.com/search?suite=bionic&arch=any&searchon=contents&keywords=sqlite3.h

the second of those two should have worked (and you should have /usr/include/sqlite3.h now). Did you try smashing the CMake cache before rebuilding?

- ToddM
[← Prev in Thread] Current Thread [Next in Thread→]