From 880a60268e62f65bb0937335c711cef676e88319 Mon Sep 17 00:00:00 2001 From: Brett England Date: Thu, 23 May 2024 16:57:18 -0400 Subject: [PATCH] Update photoprism-install.sh Latest photo prism has a new dependency. x photoprism.service - PhotoPrism service Loaded: loaded (/etc/systemd/system/photoprism.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Thu 2024-05-23 16:46:22 EDT; 1min 39s ago Process: 11653 ExecStart=/opt/photoprism/bin/photoprism up -d (code=exited, status=127) CPU: 492us May 23 16:46:22 photoprism systemd[1]: Starting photoprism.service - PhotoPrism service... May 23 16:46:22 photoprism photoprism[11653]: /opt/photoprism/bin/photoprism: error while loading shared libraries: libvips.so.42: cannot open shared object file: No such file or directory May 23 16:46:22 photoprism systemd[1]: photoprism.service: Control process exited, code=exited, status=127/n/a May 23 16:46:22 photoprism systemd[1]: photoprism.service: Failed with result 'exit-code'. May 23 16:46:22 photoprism systemd[1]: Failed to start photoprism.service - PhotoPrism service. --- install/photoprism-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/photoprism-install.sh b/install/photoprism-install.sh index e16cb6ee..9737f0ec 100644 --- a/install/photoprism-install.sh +++ b/install/photoprism-install.sh @@ -26,6 +26,7 @@ $STD apt-get install -y libtiff-dev $STD apt-get install -y imagemagick $STD apt-get install -y darktable $STD apt-get install -y rawtherapee +$STD apt-get install -y libvips42 echo 'export PATH=/usr/local:$PATH' >>~/.bashrc export PATH=/usr/local:$PATH