Mubeen Baig Posted January 4, 2020 Share Posted January 4, 2020 Hello, i recently got vps with Ubuntu 19.04 and i have successfully installed OGP in it. When i started MTA server x64 using it, I got following error in log file: libncursesw.so.5: cannot open shared object file: No such file or directory ERROR: Could not load ./x64/core.so * Check installed data files. Press enter to continue... I checked google for all possible fixes but still i am getting this issue. I have already installed that required lib but its not helping at all. I also have installed 32 bit libraries, tried to install ncurses manually but same issue. Kindly help me with it. Link to comment
MTA Team ccw Posted January 4, 2020 MTA Team Share Posted January 4, 2020 Try: apt-get install libncursesw5-dev If that doesn't work, what is the output of: ldd ./x64/core.so Link to comment
Mubeen Baig Posted January 4, 2020 Author Share Posted January 4, 2020 Ok, from that ldd command i figured out i was still missing 32 bit libraries of libncurses. Since its ubuntu 19 so it is not possible to install them using apt-get install command directly. Although i installed it manually but yet i was missing them somehow. When i did apt-get install lib32ncurses, i couldn't get the package. So i fixed it with following commands from a guide i found just now: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 Thanks for your support. You may close the thread now thanks. 1 Link to comment
MTA Team ccw Posted January 4, 2020 MTA Team Share Posted January 4, 2020 Ok. Thanks for posting the solution. Link to comment
TorviSlayer Posted August 6, 2020 Share Posted August 6, 2020 Good afternoon, I also have the same problem with a VPS that I buy. libncursesw.so.5: cannot open shared object file: no such file or directory exists ERROR: Could not load ./x64/core.so * Verify the installed data files. Press Enter to continue ... Using the steps given by Mubeen I could not solve my problem, can you help me? Link to comment
Mubeen Baig Posted January 26, 2021 Author Share Posted January 26, 2021 Hi, took me a while to get in touch with this post. With newer versions of Ubuntu, this problem seems more complicated. Problem is that you already have libncurses.so.5 but it is not recognized by the system. Easy way to fix it is to run the following command: sudo apt-get install -y libncursesw 2 Link to comment
LLIEPLLIEHb Posted December 13, 2021 Share Posted December 13, 2021 Hello faced with such a problem I use Linux Manjaro KDE Plasma from 12/14/2021 I tried to install the necessary libraries , some of them were installed and the other was not used (sudo pacman -S libncurses5-dev libncursesw5-dev ) And says that the package was not found ------ sudo pacman ------------------------- mistake: target not found: libncurses5-dev mistake: target not found: libncursesw5-dev --------------------- Error Compiling------------------------------------------------------ /usr/bin/ld: cannot be found -l:libncursesw.so.5 collect2: error: ld execution ended with return code 1 make[1]: *** [Core.make:208: ../Bin/server/x64/core.so] Error 1 make: *** [Makefile:161: Core] Error 2 make: exit from the directory "/home/skynet/Downloads/mtasa-blue-master/Build" --------------------- Error Compiling------------------------------------------------------ Link to comment
LLIEPLLIEHb Posted December 14, 2021 Share Posted December 14, 2021 I managed to fix the error by installing ncurses5-compat-libs 6.2-1 from the AUR repository 1 Link to comment
durawilson40 Posted June 8, 2022 Share Posted June 8, 2022 Thanks for posting the solution Link to comment
LLIEPLLIEHb Posted October 18, 2022 Share Posted October 18, 2022 what could be the problem? The local server is starting And the server is not compiled OS - Linux Ubuntu 22.04 Link to comment
Moderators Vinyard Posted November 5, 2022 Moderators Share Posted November 5, 2022 On 18/10/2022 at 21:22, SKYNET174 said: what could be the problem? The local server is starting And the server is not compiled OS - Linux Ubuntu 22.04 If you're still facing problems, please create your own thread about this issue. Link to comment
Recommended Posts