Skip to content

Commit

Permalink
Merge pull request #12549 from simondeziel/lxc-devel-0
Browse files Browse the repository at this point in the history
doc/installing: LXC_DEVEL needs to be fixed on 22.04+
  • Loading branch information
tomponline authored Nov 23, 2023
2 parents c869cab + 3c30acf commit e31e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ sudo snap install --classic go
If you use the `liblxc-dev` package and get compile time errors when building the `go-lxc` module,
ensure that the value for `LXC_DEVEL` is `0` for your `liblxc` build. To check that, look at `/usr/include/lxc/version.h`.
If the `LXC_DEVEL` value is `1`, replace it with `0` to work around the problem. It's a packaging bug, and
we are aware of it for Ubuntu 22.04/22.10. Ubuntu 23.04/23.10 does not have this problem.
we are aware of it for Ubuntu 22.04 onward, see [LP: #2039873](https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/2039873).
```

There are a few storage drivers for LXD besides the default `dir` driver.
Expand Down

0 comments on commit e31e65a

Please sign in to comment.