×

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
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.

  • Posts: 2247
  • Thank you received: 223
I've added a symlink and that appears to have resolved it.
root@heidenrod-obs:/usr/lib/aarch64-linux-gnu# ln -s libindidriver.so.2.0.0 libindidriver.so.1

root@heidenrod-obs:/usr/lib/aarch64-linux-gnu# indiserver indi_weatherradio
2023-02-02T21:17:18: startup: indiserver indi_weatherradio
^C
1 year 1 month ago #90133

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

  • Posts: 2247
  • Thank you received: 223
root@heidenrod-obs:/usr/lib/aarch64-linux-gnu# indiserver -vvv indi_weatherradio
2023-02-02T21:18:22: startup: indiserver -vvv indi_weatherradio
2023-02-02T21:18:22: Driver indi_weatherradio: pid=1558 rfd=6 wfd=6 efd=7
2023-02-02T21:18:22: listening to port 7624 on fd 5
2023-02-02T21:18:22: Local server: listening on local domain at: @/tmp/indiserver
2023-02-02T21:18:22: Driver indi_weatherradio: sending msg nq 1:
<getProperties version="1.7"/>

2023-02-02T21:18:22: Driver indi_weatherradio: read getProperties GPS Simulator GEOGRAPHIC_COORD
2023-02-02T21:18:22: Driver indi_weatherradio: read getProperties GPS Simulator GEOGRAPHIC_COORD
2023-02-02T21:18:22: Driver indi_weatherradio: snooping on GPS Simulator.GEOGRAPHIC_COORD
2023-02-02T21:18:22: Driver indi_weatherradio: read defSwitchVector Weather Radio CONNECTION Idle rw
CONNECT='Off'
DISCONNECT='On'
1 year 1 month ago #90134

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

  • Posts: 1
  • Thank you received: 0

Hello, I tried but the kstars version still have the same issues.
On which repository is the new build of kstars?
1 year 1 month ago #90138

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

  • Posts: 217
  • Thank you received: 19
To be honest: at the moment I really hesitate to update my system (Mele 3Q, Ubuntu 22.04, using Jasems ppa)... There are some threats that items (e.g focuser) are not working and so on, seem to be related on the change to INDI 2.0.0. Since the clear sky nights are extremely rare that time, I will stay on 3.6.2...

Or can anyone can take my fear away :-) I'm using SW EQ6 and EQ8, QHY268C main cam, Asi290 guiding cam, mainly pegasus focus cube/DMFC focuser, one asi focuser, Mbox
Last edit: 1 year 1 month ago by JuergenN.
1 year 1 month ago #90142

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

Time to create page: 0.514 seconds