<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Aug 11, 2018 at 10:05 PM, Fajar A. Nugraha <span dir="ltr"><<a href="mailto:list@fajar.net" target="_blank">list@fajar.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="gmail-">On Sat, Aug 11, 2018 at 1:37 PM, Pierre Couderc <span dir="ltr"><<a href="mailto:pierre@couderc.eu" target="_blank">pierre@couderc.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Trying to build lxd from sources, I get a message about sqlite3 missing, and an invite to "make deps".<br>
<br>
But it fails too with :<br>
<br>
<br>
No package 'sqlite3' found<br>
<br>
Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
installed software in a non-standard prefix.<br>
<br>
Alternatively, you may set the environment variables sqlite_CFLAGS<br>
and sqlite_LIBS to avoid the need to call pkg-config.<br>
See the pkg-config man page for more details<br>
<br>
<br>
And the man pkg-config is not clear to me...<br>
<br></blockquote><div><br></div></span><div>I believe the script basically needs this file: </div><div>/usr/lib/pkgconfig/sqlite.pc<br></div><div><br></div><div>On ubuntu 18.04, it's provided by libsqlite0-dev. </div><div><br></div><div>If you install sqlite manually from source (e.g. you have it on /usr/local/lib/<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">pkgconfig/<wbr>sqlite.pc), you could probably do something like "export <span style="text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">PKG_CONFIG_PATH=<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">/usr/<wbr>local/lib/</span><span style="font-size:small;text-decoration-style:initial;text-decoration-color:initial;background-color:rgb(255,255,255);float:none;display:inline">pkgconfig" (or wherever the file is located) before building lxc.</span></span></span></div><span class="gmail-HOEnZb"><font color="#888888"><div><br></div></font></span></div></div></div></blockquote><div><br></div><div><br></div><div>Sorry, it should be "/usr/lib/x86_64-linux-gnu/pkgconfig/sqlite3.pc" and "libsqlite3-dev" on Ubuntu 18.04</div><div><br></div><div>-- </div><div>Fajar</div></div></div></div>