Replies: 4 comments 3 replies
-
Had a closer look at the aformentioned install script. It doesn't seem to do things that much different (wget). However, the install scripts additionally links the runtime bindings using Maybe that's all that's missing? |
Beta Was this translation helpful? Give feedback.
-
This is from the script Proxmox/install/photoprism-install.sh Lines 36 to 43 in 186f186 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Proxmox/install/photoprism-install.sh Line 22 in 186f186 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
The Photoprism LXC container comes with an outdated version of
libheif
:1.15.1
.The install script contains the download of the pre-bundles
libheif
tar, provided by Photoprism, but it doesn't not seem to be correctly installed.The install script uses
wget -q -cO - https://dl.photoprism.app/dist/libheif/libheif-bookworm-amd64-v1.17.1.tar.gz | tar -xzf - -C /usr/local --strip-components=1
to "install" to /usr/local.
The README however recommends installing via the provided install scipt:
bash <(curl -s https://raw.githubusercontent.com/photoprism/photoprism/develop/scripts/dist/install-libheif.sh)
This successfully installed
libheif-v1.17.1
in my Photoprism LXC and I can finally import HEIC images again since switching from custom Docker setup 😅Happy to provide a PR with the changes, if you agree this should be adjusted.
Thanks for your amazing work!
What settings are you currently utilizing?
Advanced Settings
Which Linux distribution are you employing?
Debian 12
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
No response
Please provide detailed steps to reproduce the issue.
heif-convert --version
1.17.1
but instead prints1.15.1
(installed from debian sources)Beta Was this translation helpful? Give feedback.
All reactions