×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

EQMOD cannot find shared libraries after update

  • Posts: 84
  • Thank you received: 14
On the launchpad.net/~mutlaqja/+archive/ubuntu/....series_filter=jammy it seems the latest build of Eqmod driver has failed for jammy-based distributions.

The following user(s) said Thank You: JuergenN
1 year 1 month ago #90077
Attachments:

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

  • Posts: 217
  • Thank you received: 19
Thanks for this information. So I will wait to update...

i hope this will be fixed...
1 year 1 month ago #90080

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

  • Posts: 84
  • Thank you received: 14
I am also lucky not having updated yet my pc I use for astrophoto.

And in fact, the eqmod driver latest build have failed for the 4 ubuntu distributions available in the ppa.
ubuntu 22.10.1 Kinetic
ubuntu 20.04.1 Focal
ubuntu 22.04.1 Jammy
ubuntu 23.04.1 Lunar
1 year 1 month ago #90085

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

  • Posts: 51
  • Thank you received: 4
Which is odd - because I had it working before!

Cannot now remember where I got it from ..

My original post (#1 in this thread) was about shared library failure - will try to follow that up.

R
1 year 1 month ago #90089

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

  • Posts: 51
  • Thank you received: 4
So in order to see if the library was present, I did

sudo locate libindidriver
[sudo] password for richardh:
/usr/lib/x86_64-linux-gnu/libindidriver.so.2
/usr/lib/x86_64-linux-gnu/libindidriver.so.2.0.0

It isn't.

However, a search on the ubuntu packages site revealed libindidriver1, v 1.9.4

sudo apt search libindidriver1
Sorting... Done
Full Text Search... Done
libindidriver1/jammy 1.9.4+dfsg-1 amd64
Instrument-Neutral Device Interface library -- driver library

I'm reluctant to install, in case I cause more problems.

Any advice pls?

Best
R
1 year 1 month ago #90090

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

  • Posts: 51
  • Thank you received: 4
And details of /usr .... /libindidriver.so.2 show that it was loaded yesterday morning during the update which caused all the issues.

Have now backed up the whole system (lesson learned).

R
1 year 1 month ago #90091

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

  • Posts: 51
  • Thank you received: 4
Just to mention that EQMOD crashes in Kstars as well. Hoping for a fix soon.

Best

R
1 year 1 month ago #90098

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

  • Posts: 84
  • Thank you received: 14
Good news, the Kstars team has fixed the build failure and EqMod driver is available now with apt get update. I won't be able to test it with my mount in the next days but it should work now.
Give a try now and tell us if it is fixed
1 year 1 month ago #90105

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

  • Posts: 51
  • Thank you received: 4
The package was available for installation in Discover, so I ran that.

All now working after a restart.

Tks to all !

I will leave this open and not resolved for a day, pending confirmation from others.

Best R
1 year 1 month ago #90114

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

  • Posts: 2247
  • Thank you received: 223
Done an apt update/upgrade and I'm also getting the "libindidriver.so.1: cannot open shared object file" error
Ubuntu 22.04, running the stable indilib

2023-02-02T21:03:25: Driver indi_weatherradio: indi_weatherradio: error while loading shared libraries: libindidriver.so.1: cannot open shared object file: No such file or directory
2023-02-02T21:03:25: Driver indi_weatherradio: read: Connection reset by peer
2023-02-02T21:03:25: Driver indi_weatherradio: Terminated after #10 restarts
=======
root@heidenrod-obs:/usr/lib/aarch64-linux-gnu# indiserver -v
2023-02-02T21:04:26: startup: indiserver -v
Usage: indiserver [options] driver [driver ...]
Purpose: server for local and remote INDI drivers
INDI Library: 2.0.0
Code 2.0.0-tgz. Protocol 1.7.
1 year 1 month ago #90130

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

  • Posts: 2247
  • Thank you received: 223
interesting, it works ok with other drivers, but not with the indi_weatherradio

root@heidenrod-obs:~# indiserver indi_simulator_weather
2023-02-02T21:07:31: startup: indiserver indi_simulator_weather
^C
root@heidenrod-obs:~# indiserver indi_watcher_weather
2023-02-02T21:07:43: startup: indiserver indi_watcher_weather
^C
root@heidenrod-obs:~# indiserver indi_synscan_telescope
2023-02-02T21:07:51: startup: indiserver indi_synscan_telescope
^C
root@heidenrod-obs:~# indiserver indi_weatherradio
2023-02-02T21:07:56: startup: indiserver indi_weatherradio
2023-02-02T21:07:56: Driver indi_weatherradio: indi_weatherradio: error while loading shared libraries: libindidriver.so.1: cannot open shared object file: No such file or directory
2023-02-02T21:07:56: Driver indi_weatherradio: read: Connection reset by peer
2023-02-02T21:07:56: Driver indi_weatherradio: restart #0
1 year 1 month ago #90131

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

  • Posts: 2247
  • Thank you received: 223
There is really no such file... looks we have now libindidriver.so.2 instead.

root@heidenrod-obs:~# cd /usr/lib/aarch64-linux-gnu/
root@heidenrod-obs:/usr/lib/aarch64-linux-gnu# ll libin*
lrwxrwxrwx 1 root root 31 Jan 31 08:46 libindiAlignmentDriver.so.2 -> libindiAlignmentDriver.so.2.0.0
-rw-r--r-- 1 root root 387080 Jan 31 08:46 libindiAlignmentDriver.so.2.0.0
lrwxrwxrwx 1 root root 22 Jan 31 08:46 libindiclient.so.2 -> libindiclient.so.2.0.0
-rw-r--r-- 1 root root 579640 Jan 31 08:46 libindiclient.so.2.0.0
lrwxrwxrwx 1 root root 22 Jan 31 08:46 libindidriver.so.2 -> libindidriver.so.2.0.0
-rw-r--r-- 1 root root 1525440 Jan 31 08:46 libindidriver.so.2.0.0
lrwxrwxrwx 1 root root 21 Jan 31 08:46 libindilx200.so.2 -> libindilx200.so.2.0.0
-rw-r--r-- 1 root root 387088 Jan 31 08:46 libindilx200.so.2.0.0
-rw-r--r-- 1 root root 10040 Mar 24 2022 libinih.so.1
-rw-r--r-- 1 root root 18208 Mar 24 2022 libiniparser.so.1
root@heidenrod-obs:/usr/lib/aarch64-linux-gnu#
1 year 1 month ago #90132

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

Time to create page: 0.860 seconds