Search Criteria
Package Details: influxdb3 3.10.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/influxdb3.git (read-only, click to copy) |
|---|---|
| Package Base: | influxdb3 |
| Description: | Scalable datastore for metrics, events, and real-time analytics |
| Upstream URL: | https://www.influxdata.com/products/influxdb3/ |
| Licenses: | MIT, Apache-2.0 |
| Submitter: | crabvk |
| Maintainer: | crabvk |
| Last Packager: | crabvk |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-04-04 11:08 (UTC) |
| Last Updated: | 2026-06-28 20:22 (UTC) |
Dependencies (3)
- python
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- protobuf (protobuf-gitAUR) (make)
Latest Comments
crabvk commented on 2026-06-28 19:05 (UTC) (edited on 2026-06-28 19:05 (UTC) by crabvk)
@Weby
Hi. Thank you for the fix.
BTW, you can build in clean chroot instead of a VM.
Weby commented on 2026-06-23 15:37 (UTC) (edited on 2026-06-23 16:05 (UTC) by Weby)
For anyone having issues compiling sqlx / errors finding symbol sqlite3_db_config, add the following inside the build() function before the
cargo build...line :CFLAGS+=" -ffat-lto-objects"This changes link-time optimizations and allows sqlx to compile.
Tested on a new VM with nothing but base install + required packages