Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

BarbiE Makefile related Issues #2

@lovingmage

Description

@lovingmage

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)

-lssl -lcrypto

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