Page 1 of 1

Python Imaging Library (PIL) missing

Posted: Tue Mar 15, 2016 3:32 am
by liefde

Code: Select all

root@nasustor:/volume1/.@plugins/share/seafile-server-5.0.5 # ./setup-seafile-mysql.sh
Checking python on this machine ...
  Checking python module: setuptools ... Done.
  Checking python module: python-imaging ...
 python-imaging  is not installed, Please install it first.

On Debian/Ubntu: apt-get install python-imaging
On CentOS/RHEL: yum install python-imaging


Error occured during setup.
Please fix possible problems and run the script again.
Oh my, I have such regrets not just building my own debian based nas. Why do they even try if they're not supplying the full python suite?

First the shebang all scripts use (#!/bin/bash) doesn't work on the NAS. Should be #!/usr/bin/env bash, so why they don't even create a symlink is beyond insane.
Yo, entware-ng, script this at install after entware-ng is installed:

Code: Select all

# opkg install whereis bash
# ln -s /volume1/.@plugins/AppCentral/entware-ng/opt/bin/bash /bin/bash