×

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

Bi-monthly release with minor bug fixes and improvements

I can't compile the INDI from its source code

  • Posts: 314
  • Thank you received: 95
Hello,
I can't compile the INDI from its source code.

Its configuration likes good:
Warning: Spoiler!

But I can't make it:
[ 15%] Linking CXX executable indi_hitecastrodc_focus
/usr/bin/ld: libindidriver.so.1.7.4: undefined reference to `curl_easy_perform'
/usr/bin/ld: libindidriver.so.1.7.4: undefined reference to `curl_easy_init'
/usr/bin/ld: libindidriver.so.1.7.4: undefined reference to `curl_easy_cleanup'
/usr/bin/ld: libindidriver.so.1.7.4: undefined reference to `curl_easy_setopt'
/usr/bin/ld: libindidriver.so.1.7.4: undefined reference to `curl_global_init'
/usr/bin/ld: libindidriver.so.1.7.4: undefined reference to `curl_global_cleanup'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/indi_hitecastrodc_focus.dir/build.make:91: indi_hitecastrodc_focus] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/indi_hitecastrodc_focus.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

Warning: Spoiler!
You can try my open project Astronomy Linux
Last edit: 5 years 6 months ago by Oleg.
5 years 6 months ago #29761

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

  • Posts: 130
  • Thank you received: 11
Your system may lack libcurl4-gnutls-dev package. The headers provide the missing references.

CS
Klaus
5 years 6 months ago #29766

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

  • Posts: 314
  • Thank you received: 95
Thanks!
Yes, you are right.
I want create the new Linux OS for astronomy, which is based on instructions LFS and BLFS.
Read more information on page www.linuxfromscratch.org/
You can try my open project Astronomy Linux
5 years 6 months ago #29790

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

Time to create page: 0.398 seconds