Achim Staebler
Achim Staebler
Thanks, that's a great idea! I also had to remove `/usr/local/libdata/pkgconfig` from `PKG_CONFIG_PATH`. What I use right now: ``` CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib -lz -lmxml -lconfuse" ./configure ``` On to resolve version...
`pkg-config` insists on a package for `libconfuse` even with the correct linker flags already applied (see invocation of configure in last comment): ``` configure:16219: $PKG_CONFIG --exists --print-errors "libconfuse >= 3.0"...
I've managed to build in the end, using the dedicated variables like `PKG_LIBS`. Any suggestion welcome on how to use pkg-config to build properly, i.e. without managing the lib dependencies...
Yep, sorry about that - I think I fixed that last night. I'm keeping the latest version at https://github.com/asmod3us/jailman/blob/daapd/blueprints/forked_daapd/build-ffmpeg.sh and have submitted [a pull request](jailmanager/jailman#146) for [jailmanager/jailman](jaiilmanager/jailman)
Let me provide a variant of the script here without jailman.
Thank you for the feedback on the jailman blueprint. I believe this is ironed out now, the database is in `/config` and should have proper permissions. The input to itunes_media...
I use [sops](https://github.com/getsops/sops) with a direnv plugin. It really hits the smooth spot for me with a single yaml file, shell env vars and/or json/yaml output and using pgp keys....
I attempted this and almost got it to work with `exec(command=...)` but then ran into #1262. env vars set from `direnv` do not make it to `mise` via `use mise`,...
I was having the same issue as @bedge. Solved it using rvm to install ruby on my Mac and switch to the global gemset: ``` curl -sSL https://get.rvm.io | bash...
Some more details after discussing with Hassi: - I was not able to find docmentation at all for the gateway clients. E.g. with Python, the object I'm referring to is...