Skip to content

Error when running ./install.sh #168

@alealpha07

Description

@alealpha07

Error when running ./install.sh

Hardware

| Device | Connection Method | Screen | |
| ------------------ | ----------------- | ---------------------------- |
| Raspberry Pi 5 8GB | USB Cable | Official Raspberry 7" Screen |

Description of problem:

When I run ./install.sh (same with sudo bash ./install.sh) I get the following:

### PREVIOUS PART WAS FINE ###
/home/aasdk/src/Transport/SSLWrapper.cpp: In constructor ‘aasdk::transport::SSLWrapper::SSLWrapper()’:
/home/aasdk/src/Transport/SSLWrapper.cpp:36:25: warning: ‘int ERR_load_BIO_strings()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   36 |     ERR_load_BIO_strings();
      |     ~~~~~~~~~~~~~~~~~~~^
In file included from /usr/include/openssl/cryptoerr.h:17,
                 from /usr/include/openssl/crypto.h:38,
                 from /usr/include/openssl/bn.h:26,
                 from /usr/include/openssl/engine.h:24,
                 from /home/aasdk/src/Transport/SSLWrapper.cpp:20:
/usr/include/openssl/cryptoerr_legacy.h:31:27: note: declared here
   31 | OSSL_DEPRECATEDIN_3_0 int ERR_load_BIO_strings(void);
      |                           ^~~~~~~~~~~~~~~~~~~~
/home/aasdk/src/Transport/SSLWrapper.cpp: In destructor ‘virtual aasdk::transport::SSLWrapper::~SSLWrapper()’:
/home/aasdk/src/Transport/SSLWrapper.cpp:42:5: error: ‘FIPS_mode_set’ was not declared in this scope
   42 |     FIPS_mode_set(0);
      |     ^~~~~~~~~~~~~
make[2]: *** [CMakeFiles/aasdk.dir/build.make:510: CMakeFiles/aasdk.dir/src/Transport/SSLWrapper.cpp.o] Errore 1
make[2]: *** Attesa per i processi non terminati....
make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/aasdk.dir/all] Errore 2
make: *** [Makefile:156: all] Errore 2
Aasdk Make failed with code 1

(sorry some parts of the traceback are in italian, I love how linux decides to transate even things it shouldn't)

any possible solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions