Hello, im having a problem when i run make progs. I get the following message:
Setup.o: In function `init_certs()':
/home/lol/Downloads/SCALE-MAMBA/src/Setup.cpp:98: undefined reference to `OPENSSL_init_ssl'
collect2: error: ld returned 1 exit status
Makefile:38: recipe for target 'Setup.x' failed
make[1]: *** [Setup.x] Error 1
make[1]: Leaving directory '/home/lol/Downloads/SCALE-MAMBA/src'
Makefile:7: recipe for target 'progs' failed
make: [progs] Error 2 (ignored)
I changed to ssl folder in config.mine to the one that i get when i run openssl -a:
lol@lol-K55VM:~/openssl-1.1.0f$ openssl version -a
OpenSSL 1.1.0f 25 May 2017
built on: reproducible build, date unspecified
platform: linux-x86_64
compiler: gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib/engines-1.1\"" -Wa,--noexecstack
OPENSSLDIR: "/usr/local/ssl"
ENGINESDIR: "/usr/local/lib/engines-1.1"
Is that the right openssl folder?
Or is this not the cause of this error? I'm not sure what i did wrong or if im missing anything on my machine.