Skip to content
This repository was archived by the owner on Oct 15, 2021. It is now read-only.
This repository was archived by the owner on Oct 15, 2021. It is now read-only.

Issues in deploying in Linux environment #6

@voyagergdn

Description

@voyagergdn

Awesome work and I am trying to use the plugin in my UE4 projects. However, I work in Ubuntu environment where the third party libraries are not directly usable. I recompiled all the libraries (4 .a files in "lib" directory and 6 .so files in "redist" directory) needed using clang-8 and replace the lib pathes in "Proj.build.cs" and "SimulationModule.Build.cs". But I still failes when compiling the plugin. The error information is like:

ld.lld: error: undefined symbol: MD5_Init
referenced by md5.c
ld.lld: error: undefined symbol: MD5_Update
referenced by md5.c
and so on.

I guess it is because of the static .a library that I use. So could you please provide a version of this plugin that support Linux environment?

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