Error Compiling Emulator

ahdsf

New member
Messages
6
Points
0
Github
ahenrique
I am getting error when trying to compile my emulator. Can someone help me? The error is
make[1]: Leaving directory `/home/emulador/3rdparty/libconfig'
make: ./sysinfogen.sh: Command not found
make: *** [sysinfo] Error 127


 
Type this:

chmod +x sysinfogen.sh

 
Type this:

chmod +x sysinfogen.sh


I used this command inside the cd / home / emulator and gave this error.




make[1]: Leaving directory `/home/emulador/3rdparty/libconfig'
make: ./sysinfogen.sh: Command not found
make: *** [sysinfo] Error 127

 
how did you get your emulator files into directory

git clone or FTP / SCP ?

 
Last edited by a moderator:
Then, I would recommend command

dos2unix sysinfogen.sh

and use git clone next time


Code:
Made that mistake.
Dos2unix: converting the sysinfogen.sh file to UNIX format ...
Dos2unix: problems converting sysinfogen.sh file


 
...

run those 2 commands inside your emulator directory and paste the output here

whoami

Code:
ls -la

for ls -la no need to paste all of it just 

sysinfogen.sh

line and few lines before and after...

 
...

run those 2 commands inside your emulator directory and paste the output here

whoami

Code:
ls -la

for ls -la no need to paste all of it just 

sysinfogen.sh

line and few lines before and after...


snpcp5.jpg



2n0rpmq.jpg
 
You are running your emulator as root.

This is unnecessary and more than that, it is illadvised...

If you are using Debian/Ubuntu as operating system for your VPS

you can check out guide in my signature, a decent way of installing Hercules emulator.

 
Back
Top