Menu

autoinstallation failure

2020-09-14
2020-09-14
  • Raphael Schermann

    Hi,

     
    I tried to install the stack out of the box. Unfortunately, I got some errors:
    /usr/bin/ld: ../utils/imaextend-imalib.o: undefined reference to symbol 'd2i_PKCS7@@OPENSSL_1_1_0'
    /usr/bin/ld: //usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status
    make[2]: *** [Makefile:960: imaextend] Error 1
    make[2]: Leaving directory '/home/pi/Downloads/utils12'
    make[1]: *** [Makefile:411: all-recursive] Error 1
    make[1]: Leaving directory '/home/pi/Downloads'
    make: *** [Makefile:343: all] Error 2
     
    I did following steps:
    $ cd utils
    $ make -f makefiletpmc
    $ cd utils12
    $ make -f makefiletpmc
    $ autoreconf -i
    $ ./configure
    $ make clean
    $ make --> error msg
     
    BR
     


     

     
    • Ken Goldman

      Ken Goldman - 2020-09-14

      I will report this to the autotools code maintainer.

      In the meantime, since make -f makefiletpmc worked, you can move on to application development.

       

Log in to post a comment.