On 08/11/2018 05:07 PM, Fajar A. Nugraha wrote:
I believe the script basically needs this file:

    /usr/lib/pkgconfig/sqlite.pc

    On ubuntu 18.04, it's provided by libsqlite0-dev.

    If you install sqlite manually from source (e.g. you have it on
    /usr/local/lib/pkgconfig/sqlite.pc), you could probably do
    something like "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig"
    (or wherever the file is located) before building lxc.



Sorry, it should be "/usr/lib/x86_64-linux-gnu/pkgconfig/sqlite3.pc" and "libsqlite3-dev" on Ubuntu 18.04

Thank you very much, Fajar, you are right.
Except that lxd seems to use more recent version or maybe a custom version of sqlite3.
But the patch of Stéphane did the job...
_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to