help please! the linux run problem

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
congwing
Noob
Noob
Posts: 3
Joined: 23 Mar 2013, 23:39
Noob?: Yes

help please! the linux run problem

#1 Post by congwing »

Code: Select all

make: Entering directory `/root/twRO_New'
scons: Reading SConscript files ...
Checking Perl configuration ...(cached) yes
Checking for C library ncurses... yes
Checking for GNU readline 4.3 or higher...yes
Checking for libcurl...(cached) libcurl 7.50.1
/bin/sh: 1: curl-config: not found
OSError: 'curl-config --cflags --libs' exited 127:
  File "/root/twRO_New/SConstruct", line 366:
    SConscript(sconscripts)
  File "/root/twRO_New/src/scons-local-2.0.1/SCons/Script/SConscript.py", line 614:
    return method(*args, **kw)
  File "/root/twRO_New/src/scons-local-2.0.1/SCons/Script/SConscript.py", line 551:
    return _SConscript(self.fs, *files, **subst_kw)
  File "/root/twRO_New/src/scons-local-2.0.1/SCons/Script/SConscript.py", line 260:
    exec _file_ in call_stack[-1].globals
  File "/root/twRO_New/src/auto/XSTools/SConscript", line 111:
    perlenv.ParseConfig('curl-config --cflags --libs')
  File "/root/twRO_New/src/scons-local-2.0.1/SCons/Environment.py", line 1460:
    return function(self, self.backtick(command))
  File "/root/twRO_New/src/scons-local-2.0.1/SCons/Environment.py", line 593:
    raise OSError("'%s' exited %d" % (command, status))
-e \e[1;31mCompilation failed. Please read http://wiki.openkore.com/index.php/How_to_run_OpenKore for help.\e[0m
make: Leaving directory `/root/twRO_New'
Can't locate loadable object for module XSTools in @INC (@INC contains: /root/twRO_New/src/deps /root/twRO_New/src /root/twRO_New /usr/local/lib/perl5/site_perl/5.24.0/i686-linux /usr/local/lib/perl5/site_perl/5.24.0 /usr/local/lib/perl5/5.24.0/i686-linux /usr/local/lib/perl5/5.24.0 .) at /root/twRO_New/src/Translation.pm line 30.

i enter

Code: Select all

perl ./openkore.pl
the reply this,but i don't know what that mean and how to fix?

Locked