problems with EmuShareMem Loading...
I have done all things like wikki linux tutorial says..and i have compiled all ok, but when i try run world, i get the next error:
Code:
sudo ./world |
i already fix it making a link of Emusharemem lib in /usr/lib/...i did it before, but it wasnt working, is the same thing use
ln -s [relative path]/archive [absolute path] or use ln -s [absolute path]/archive [absolute path]/archive ?? |
I think with "sudo" commands you use ubuntu ? Your system don't find the lib emusharemem.so library but you have understand.
1- you don't need to start any eqemu files with sudo commands, you can compile source, start and use with user account , and not with command root acces. If this not work try to put good right on file with chmod command (tutorial link : http://catcode.com/teachmod/ ). 2- i'm on debian, i have libEMuShareMem.so in same directory than world, zone and eqlauncher. I use this script for launch world (not a single ./world). It say to system "Hey !! i have also this lib directory" :p Code:
#!/bin/sh sudo chmod a+x worldstart (That say all user can run this script). and you can run your world with ./worldstart command :) A friend say about this method "It was very clean !" Perhaps in ubuntu you need sudo before export, but try first :) |
All times are GMT -4. The time now is 08:00 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.