Hi Everyone i am a little new to using Linux - and i am having an Issue opening this Application, i have already made a similar post on the ubuntu forums but we didn't get very far unfortunately
this was the original post i made:
https://ubuntuforums.org/showthread.php?t=2411035
Neobarok is an Open Source 3D Modelling Software:
https://neobarok.com/
The Installation for Neobarok seems a little Cryptic for a Newbie like me:
https://sites.google.com/site/neobarokguide/install
LINUX
- install Qt packages: libqt5core5, libqt5gui5, libqt5opengl5, libqt5widgets5
- install SFML package: libsfml-window2
- run Neobarok
- if "error while loading shared libraries: libsfml-window.so.2.3"
create symlink:
sudo ln -s /usr/lib/libsfml-window.so.2.4 /usr/lib/libsfml-window.so.2.3
Ubuntu Version:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
i am recieving this Error Message everytime i try to Open Neobarok:
Code:
./Neobarok ./Neobarok: error while loading shared libraries: libsfml-window.so.2.3: cannot open shared object file: No such file or directory
this is what i have done so far:
i have installed libsfml-2.4 using:
sudo apt-get install libsfml-window2.4[sudo] password for dilan2814:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libsfml-window2.4 is already the newest version (2.4.2+dfsg-4).
libsfml-window2.4 set to manually installed.
The following packages were automatically installed and are no longer required:
cura-engine fdm-materials fonts-open-sans libarcus3 libllvm6.0:i386
libmono-system-runtime-interopservices-runtimeinformation4.0-cil
libpolyclipping22 libpugixml1v5 libsavitar0 python3-arcus python3-decorator
python3-nine python3-numpy python3-pyqt5.qtopengl python3-pyqt5.qtquick
python3-pyqt5.qtsvg python3-python-utils python3-savitar python3-scipy
python3-serial python3-stl python3-uranium python3-zeroconf
qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings
qml-module-qtgraphicaleffects qml-module-qtqml-models2
qml-module-qtquick-controls qml-module-qtquick-dialogs
qml-module-qtquick-layouts qml-module-qtquick-privatewidgets
qml-module-qtquick-window2 qml-module-qtquick2 uranium-plugins
Use 'sudo apt autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 4 not to upgrade.
i have installed the 5 core Packages above
and i have created a symlink using:
sudo ln -s /usr/lib/libsfml-window.so.2.4 /usr/lib/libsfml-window.so.2.3
would somebody be able to help please
Please let me know if you need any more information about my current System - i would be more than happy to give it
Thank you very much