×

INDI Library v2.0.3 Released (01 Aug 2023)

Bi-monthly release with minor bug fixes and improvements

Indi 1.5.0 compilation problem with Goqat

  • Posts: 10
  • Thank you received: 0
I've tried Ubuntu Astronomy. Nice ! but most of capture programs doesn't recognize my DMK21 and the one I wanted since the beginning is GoQat .

Goqat is present in this distribution, but say :

"Error when loading shared libraries libindi.so.1: cannot open shared object file: no such file or directory"

Quite vexing isn't :-(

And I can't get this file cause I'm connected with a guest account, given the fact I don't know password of "astronom" user
Denis Decebal UDREA
6 years 2 weeks ago #19072

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

Ok, so I took a look at it. In Makefile.am, after bin_PROGRAMS = GoQat, add this:
AM_CXXFLAGS = -std=gnu++11

Then in indiclient.cpp, go to the end of the file, replace function newMessage with this:
void INDIClient::newMessage (INDI::BaseDevice *dp, int messageID)
{
	/* Display a message from the indi server */
	indi_new_message (dp->messageQueue (messageID).c_str ());
}

I was missing few dependencies as well, so I ran this:
sudo apt-get install libudev-dev automake

Then simply run ./configure --prefix=/usr

then make and make install. I tested it with latest INDI and it works.
Jasem Mutlaq
Support INDI & Ekos; Get StellarMate Astrophotography Gadget.
How to Submit Logs when you have problems?
Add your observatory info
The following user(s) said Thank You: nMAC, Decebal UDREA
Last edit: 6 years 2 weeks ago by Jasem Mutlaq.
6 years 2 weeks ago #19073

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

  • Posts: 10
  • Thank you received: 0
Thanks,

I'll try that in a few day : I've a little travel now..
Denis Decebal UDREA
6 years 2 weeks ago #19082

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

  • Posts: 486
  • Thank you received: 87
I have been playing around with GoQat too and, just to confirm, compiled it with Jasem instructions and it worked fine.
(PT) SC@ROS Observatory
TS 6" F4 Newt / Nikon D5500 / GPU CC / Datyson T7M / Arduino Moonlite DC Clone- HEQ5 Pro
Orion 120ST / Explore Scientific 80APO / TSAPO102Q Sextuplet / G2-8300FW5 / ES FF 2" / ASI120MM - Arduino Moonlite DC Clone - Vixen GPD2
www.flickr.com/photos/139335144@N03/
The following user(s) said Thank You: Decebal UDREA
6 years 2 weeks ago #19088

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

  • Posts: 314
  • Thank you received: 95

Default password is: 12341234
Run in Terminal:
sudo apt update
sudo apt upgrade
wget http://canburytech.net/GoQat/download/goqat-2.1.2.tar.gz
tar xzvf goqat-2.1.2.tar.gz
cd goqat-2.1.2
./configure
make
sudo make install
You can try my open project Astronomy Linux
The following user(s) said Thank You: Decebal UDREA
Last edit: 6 years 2 weeks ago by Oleg.
6 years 2 weeks ago #19090
Attachments:

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

  • Posts: 1
  • Thank you received: 1
I'm glad someone has sorted this out! I'm still struggling to install INDI 1.5.0 so that I could try to have a look at the problem...

So going slightly off-topic, I installed the latest libindi-bleeding for Fedora but I don't get a libindiclient library or a libindi.pc file so the 'configure' step and the compilation don't work. How do I fix this please?
The following user(s) said Thank You: Oleg
6 years 2 weeks ago #19103

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

  • Posts: 171
  • Thank you received: 41

You need libindi-bleeding-devel and libindi-bleeding-static packages.
The following user(s) said Thank You: GoQat
6 years 2 weeks ago #19106

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

  • Posts: 10
  • Thank you received: 0
Working now !
Denis Decebal UDREA
6 years 1 week ago #19287

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

Time to create page: 0.705 seconds