×

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

Bi-monthly release with minor bug fixes and improvements

indi_sv305_ccd: symbol lookup error [SOLVED]

  • Posts: 41
  • Thank you received: 3
Is anyone else getting this error?
I'm having this issue on Ubuntu.
No problem on OSX.
Last edit: 1 year 5 months ago by R Dan Nafe.
1 year 5 months ago #87472

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

  • Posts: 41
  • Thank you received: 3
running this doesn't help:

$ sudo apt remove indi-sv305 ;
$ sudo apt autoremove;
$ sudo apt-get install -f -y indi-sv305

then running
$ indiserver -vvv indi_sv305_ccdindiserver -vvv indi_sv305_ccd
...
Driver indi_sv305_ccdindiserver: sending msg nq 1:
<getProperties version="1.7"/>
...
: Driver indi_sv305_ccdindiserver: 2022-10-24T18:10:09: Driver indi_sv305_ccdindiserver: execlp : No such file or directory
: Driver indi_sv305_ccdindiserver: stderr EOF
: Driver indi_sv305_ccdindiserver: process 3796 exited with status 1
: Driver indi_sv305_ccdindiserver: read: Connection reset by peer
: Driver indi_sv305_ccdindiserver: restart #0
...
(repeats 10x)
1 year 5 months ago #87474

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

  • Posts: 41
  • Thank you received: 3
Fixed it. My installation was linked to an old version of the shared object.
/usr/local/lib$ cd /usr/local/lib/
/usr/local/lib$ ls -l *SVB*
lrwxrwxrwx 1 root root      20 Apr 28 14:04 libSVBCameraSDK.so -> libSVBCameraSDK.so.1
lrwxrwxrwx 1 root root      25 Apr 28 14:04 libSVBCameraSDK.so.1 -> libSVBCameraSDK.so.1.6.10
-rw-r--r-- 1 root root 4126424 Apr 28 14:04 libSVBCameraSDK.so.1.6.10
 
 
/usr/local/lib$ ls -l /lib/x86_64-linux-gnu/*SVB*
lrwxrwxrwx 1 root root      20 Sep 29 04:09 /lib/x86_64-linux-gnu/libSVBCameraSDK.so -> libSVBCameraSDK.so.1
lrwxrwxrwx 1 root root      24 Sep 29 04:09 /lib/x86_64-linux-gnu/libSVBCameraSDK.so.1 -> libSVBCameraSDK.so.1.9.4
-rw-r--r-- 1 root root 5121544 Sep 29 04:09 /lib/x86_64-linux-gnu/libSVBCameraSDK.so.1.9.4
/usr/local/lib$ sudo cp /lib/x86_64-linux-gnu/libSVBCameraSDK.so.1.9.4 ./
/usr/local/lib$ ls
googletest  libSVBCameraSDK.so    libSVBCameraSDK.so.1.6.10  python3.10
gtest       libSVBCameraSDK.so.1  libSVBCameraSDK.so.1.9.4
/usr/local/lib$ sudo ln -sf  /usr/local/lib/libSVBCameraSDK.so.1.9.4 /usr/local/lib/libSVBCameraSDK.so
/usr/local/lib$ sudo ln -sf  /usr/local/lib/libSVBCameraSDK.so.1.9.4 /usr/local/lib/libSVBCameraSDK.so.1
/usr/local/lib$ ls
googletest  libSVBCameraSDK.so    libSVBCameraSDK.so.1.6.10  python3.10
gtest       libSVBCameraSDK.so.1  libSVBCameraSDK.so.1.9.4
/usr/local/lib$ ls -lh
total 8.9M
drwxr-xr-x 2 root root 4.0K May  1 13:11 googletest
drwxr-xr-x 2 root root 4.0K May  1 13:10 gtest
lrwxrwxrwx 1 root root   39 Oct 24 15:52 libSVBCameraSDK.so -> /usr/local/lib/libSVBCameraSDK.so.1.9.4
lrwxrwxrwx 1 root root   39 Oct 24 15:53 libSVBCameraSDK.so.1 -> /usr/local/lib/libSVBCameraSDK.so.1.9.4
-rw-r--r-- 1 root root 4.0M Apr 28 14:04 libSVBCameraSDK.so.1.6.10
-rw-r--r-- 1 root root 4.9M Oct 24 15:47 libSVBCameraSDK.so.1.9.4
drwxr-xr-x 3 root root 4.0K Apr 19  2022 python3.10
/usr/local/lib$ 
The following user(s) said Thank You: T-Studio
1 year 5 months ago #87475

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

Time to create page: 0.246 seconds