×

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

Bi-monthly release with minor bug fixes and improvements

Can't get the indi_simulator_ccd to work.

  • Posts: 9
  • Thank you received: 0
Hi all, I'm struggling along, trying to learn indi, I'm making some progress now, but I'm having trouble with my ubuntu 16 (kernel 4.15.?
This works on my rasberry pi 3.
indiserver -v indi_simulator_ccd

But on my linux box (ubuntu 16 (kernel 4.15.nn), I get this:
2018-10-23T17:36:53: Driver indi_simulator_ccd: indi_simulator_ccd: symbol lookup error: indi_simulator_ccd: undefined symbol: _ZN4INDI3CCD16ExposureCompleteEPNS_7CCDChipE
2018-10-23T17:36:53: Driver indi_simulator_ccd: stderr EOF
Child process 20013 died
2018-10-23T17:36:53: Driver indi_simulator_ccd: Terminated after #10 restarts.
2018-10-23T17:36:53: good bye

Any help would be appreciated..
Thanks
Dan Gray
Sidereal Technology.
5 years 5 months ago #30821

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

Hello Dan,

How did you install INDI? Looks like there is a problem with the driver linking.
5 years 5 months ago #30823

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

  • Posts: 9
  • Thank you received: 0
I believe I downloaded the source and compiled it. I also installed by sudo apt-get etc.....

If I try to install again, it says everything is already up to date.

dan@DansLinux:~/Projects/indi$ sudo apt-get install indi-full kstars-bleeding
Reading package lists... Done
Building dependency tree
Reading state information... Done
kstars-bleeding is already the newest version (6:2.9.8+201808180747~ubuntu16.04.1).
indi-full is already the newest version (1.7.4~201807251706~ubuntu16.04.1).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
dan@DansLinux:~/Projects/indi$
5 years 5 months ago #30825

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

  • Posts: 1029
  • Thank you received: 301
List the required libraries with "ldd indi_simulator_ccd", this may indicate what is missing on your system.

You should not mix package installation and source installation, as the latter will confuse the former. Do one or the other. If you want to build from source, start by clearing all packages of indi-full from your system.

-Eric
5 years 5 months ago #30875

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

  • Posts: 9
  • Thank you received: 0
Thanks Eric,
I think that was it. I was mixing the package and the source.
I did a complete make, and I think it's working now.
I do have an issue, I'll post it as a different topic...
Thanks again,
Dan
5 years 5 months ago #30882

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

Time to create page: 0.159 seconds