Hi,

I want to install the dependencies on my Raspberry Pi with Raspbian stretch lite.

sudo apt-get install cdbs libcfitsio3-dev libnova-dev libusb-1.0-0-dev libjpeg-dev libusb-dev libtiff5-dev libftdi-dev fxload libkrb5-dev libcurl4-gnutls-dev libraw-dev libgphoto2-dev libgsl0-dev dkms libboost-regex-dev libgps-dev libdc1394-22-dev

I get following error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libgsl-dev' instead of 'libgsl0-dev'
Package libcfitsio3-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libcfitsio-dev

E: Package 'libcfitsio3-dev' has no installation candidate

so i think because of the problem with the dependencies the manuel installation of INDI
$ tar -xzf libindi_1.6.0_rpi.tar.gz
$ cd libindi_1.6.0_rpi
$ sudo dpkg -i *.deb

also didn't work for me and I get this error messages, e.g.
dpkg: error processing package indi-bin (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of indi-eqmod:
 indi-eqmod depends on libgsl0ldbl (>= 1.9); however:
  Package libgsl0ldbl is not installed.

dpkg: error processing package indi-eqmod (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of indi-eqmod-dbg:
 indi-eqmod-dbg depends on indi-eqmod (= 0.3); however:
  Package indi-eqmod is not configured yet.

Any idea?

Read More...