×

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

Bi-monthly release with minor bug fixes and improvements

ATIK driver does not work on Gentoo Linux

  • Posts: 13
  • Thank you received: 0
Hello,

I am trying to get Atik driver working on Gentoo Linux and libindi-0.9.6.
- I get the latest libindi-0.9.6 via svn
svn checkout svn://svn.code.sf.net/p/indi/code/trunk/libindi libindi
- make and make install without any problem
- As i don't work on Ubuntu, i get the deb package and extract the tar.gz.
- I copy indi_atik_ccd to /usr/bin
- While launching indiserver by
$indiserver indi_atik_ccd, i get a lot of lines :
error while loading shared libraries: libnova-0.14.so.0: cannot open shared object file: No such file or directory
- So i upgraded libnova from 0.12.3 to 0.14.0 but, now i get :
error while loading shared libraries: libnova-0.12.so.3: cannot open shared object file: No such file or directory

I really don't understand what's going on... :(

Have you any idea ?

Thanks very much

--
Jacques
Last edit: 10 years 4 months ago by MONTIER.
10 years 4 months ago #461

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

Run:

What do you get?
10 years 4 months ago #462

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

  • Posts: 13
  • Thank you received: 0
Thanks knro,

So i installed cfitsio-3.140 to get libcfitsio.so.3 and libnova-0.14.

ldd /usr/bin/indi_atik_ccd
linux-vdso.so.1 (0x00007fff87bff000)
libusb-1.0.so.0 => /lib64/libusb-1.0.so.0 (0x00007fdf3cd3c000)
libz.so.1 => /lib64/libz.so.1 (0x00007fdf3cb26000)
libcfitsio.so.3 => /usr/lib64/libcfitsio.so.3 (0x00007fdf3c763000)
libnova-0.14.so.0 => /usr/lib64/libnova-0.14.so.0 (0x00007fdf3c1da000)
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/libstdc++.so.6 (0x00007fdf3bed3000)
libm.so.6 => /lib64/libm.so.6 (0x00007fdf3bbd6000)
libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/libgcc_s.so.1 (0x00007fdf3b9c0000)
libc.so.6 => /lib64/libc.so.6 (0x00007fdf3b615000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fdf3b3f8000)
libudev.so.1 => /lib64/libudev.so.1 (0x00007fdf3b1e6000)
/lib64/ld-linux-x86-64.so.2 (0x00007fdf3cf53000)
librt.so.1 => /lib64/librt.so.1 (0x00007fdf3afde000)

ldconfig -p | grep libnova
1009: libnova-0.14.so.0 (libc6,x86-64) => /usr/lib64/libnova-0.14.so.0

It did not work because i forgot to recompile libindi with the new packages... :blush:
So i compiled it again and now, it seems to work ! :)
I am trying the Xephem Indi control panel, but i randomly lose the connection.

Thanks again !

Cheers,

--
Jacques
10 years 4 months ago #463

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

Time to create page: 0.516 seconds