Requires libLND.so

English [Google Translate]

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

Хотя файл и директория есть.

Question exhausted.

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/

Hey GaMoon.Ru-

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.

Cheers

Hi GaMoon.Ru,

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.

Thank you.

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 post was marked as “solved” but not confirmed. I had the same problem Using Ubuntu 14.04 and Unreal Editor 4.7.6

Copying the file worked in my case.

Hey dadiaar-

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.

Cheers

Same problem same solution thanx

in Arch Linux just install gconf ‘sudo pacman -Syu gconf’ it will solve the problem