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.
pull/3049/head
Brett England 1 year ago committed by GitHub
parent 326f9f500b
commit 880a60268e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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

Loading…
Cancel
Save