×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Errors in documentation setting up Raspberry PI

  • Posts: 205
  • Thank you received: 19
I'm going through the process of setting up my Raspberry PI with INDI, following the instructions here: indilib.org/support/tutorials/139-indi-l...on-raspberry-pi.html

So far, I've found the following issues:
  • libgphoto2-2-dev and libboost-regex1.49.0 don't exist - package names seem to have changed
  • Docs take you to: indilib.org/download/viewcategory/14-raspberry-pi.html, ad this command: sudo apt-add-repository ppa:mutlaqja/astrometry.net failed for me
  • I installed kstars-bleeding (just for testing purposes, I plan to run it remote later), but it failed to start until I installed another library: libqt5sql5-sqlite

I'm getting random lock-ups with the whole system that I haven't tracked down yet. I thought it might be related to a lack of a swapfile, but adding that seems to have had no effect.
Last edit: 8 years 4 months ago by Chris Ryan.
8 years 4 months ago #5994

Please Log in or Create an account to join the conversation.

Thanks for the report. If you run in Pi:
apt-cache search libgphoto2
apt-cache search libboost-regex

What do you get?
8 years 4 months ago #5996

Please Log in or Create an account to join the conversation.

  • Posts: 205
  • Thank you received: 19
apt-cache search libgphoto2
libgphoto2-6 - gphoto2 digital camera library
libgphoto2-dev - gphoto2 digital camera library (development files)
libgphoto2-dev-doc - gphoto2 digital camera library (development documentation)
libgphoto2-l10n - gphoto2 digital camera library - localized messages
libgphoto2-port12 - gphoto2 digital camera port library
gphotofs - filesystem to mount digital cameras
python-gphoto2 - GPhoto2 bindings with simpler API
python-piggyphoto - Python bindings for libgphoto2
python3-gphoto2 - GPhoto2 bindings with simpler API

I installed libgphoto2-dev

apt-cache search libboost-regex
libboost-regex-dev - regular expression library for C++ (default version)
libboost-regex1.58-dev - regular expression library for C++
libboost-regex1.58.0 - regular expression library for C++

I installed libboost-regex1.58.0
The following user(s) said Thank You: Jasem Mutlaq
8 years 4 months ago #6016

Please Log in or Create an account to join the conversation.

Time to create page: 0.197 seconds