You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2022. It is now read-only.
The Makefile located at /BarbiE seems missed important library linkage information, as a result, when I am compiling BarbiE, it says the following errors:
./libBarbiE_Server.so: undefined reference to 'SHA256_Final'
./libBarbiE_Server.so: undefined reference to 'SHA256_Update'
./libBarbiE_Server.so: undefined reference to 'SHA256_Init'
I noticed that this is because the Makefile located at /BarbiE folder missed linking OpenSSL related library.
Potential Solution:
Add the following library to ServiceProvider_Link_Flags (BarbiE/Makefile, line 154)