Good day!
UE4 compiled for Ubuntu 14.04. Run through the terminal, he writes:
schufner@schufner:~/UnrealEngine/Engine/Binaries/Linux$ ./UE4Editor
./UE4Editor: error while loading shared libraries: libLND.so: cannot open shared object file: No such file or directory
Although the file and directory exist
Добрый день!
Скомпилировал UE4 под Ubuntu 14.04, запускаю через терминал, а он мне выдает вот это:
schufner@schufner:~/UnrealEngine/Engine/Binaries/Linux$ ./UE4Editor
./UE4Editor: error while loading shared libraries: libLND.so: cannot open shared object file: No such file or directory
Copy the file to a directory of libLND.so:
/UnrealEngine/Engine/Source/ThirdParty/LinuxNativeDialogs/UELinuxNativeDialogs/lib/Linux/x86_64-unknown-linux-gnu
In the directory:
/ UnrealEngine / Engine / Binaries / Linux /
Вопрос исчерпан.
Скопируйте файл libLND.so из директории:
/UnrealEngine/Engine/Source/ThirdParty/LinuxNativeDialogs/UELinuxNativeDialogs/lib/Linux/x86_64-unknown-linux-gnu
В директорию:
/UnrealEngine/Engine/Binaries/Linux/
It sounds as though you were able to find a solution to the problem you were having. If this is not the case please let us know along with any other information about your issue to help us investigate.
We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will offer further assistance.
This is only a minor problem, but perhaps it should be entered as a bug. The build script should probably copy or symlink the libLND*.so files into Engine/Binaries/Linux/.
This was marked as resolved since there was not enough information to further investigate the issue and the workaround that GaMoon.Ru found appears to work effectively. If you can provide any information on your build process and when in that process this error occurred it will help identify what exactly is happening.