[Help] Running OpenKore on CentOS, I followed the guide

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
einbroch
Human
Human
Posts: 21
Joined: 14 May 2011, 10:22
Noob?: Yes

[Help] Running OpenKore on CentOS, I followed the guide

#1 Post by einbroch »

I followed the guide at http://www.openkore.com/wiki/index.php/ ... _on_Linux/

I have installed GNU readline but its telling me I don't have it installed here:

Code: Select all

[root@localhost openkore_ready]# yum install readline-devel
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * addons: centos.idrepo.or.id
 * base: centos.idrepo.or.id
 * epel: ftp.rhd.ru
 * extras: mirror.primusdatacentre.com.au
 * updates: centosv4.centos.org
Setting up Install Process
Package readline-devel-5.1-3.el5.i386 already installed and latest version
Nothing to do
[root@localhost openkore_ready]# perl ./openkore.pl
make: Entering directory `/root/Desktop/openkore_ready'
scons: Reading SConscript files ...
Checking Perl configuration ...(cached) yes
Checking for C library ncurses... no
Checking for GNU readline 4.3 or higher...no
You don't have GNU readline installed, or your version of GNU readline is not recent enough! Read:
http://www.openkore.com/wiki/index.php/How_to_run_OpenKore_on_Linux/Unix#GNU_readline
Compilation failed. Please read http://www.openkore.com/compilation.php for help.
make: Leaving directory `/root/Desktop/openkore_ready'
Can't locate loadable object for module XSTools in @INC (@INC contains: /root/Desktop/openkore_ready/src/deps /root/Desktop/openkore_ready/src /root/Desktop/openkore_ready /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at ./openkore.pl line 25
[root@localhost openkore_ready]# 

ChaosOrb
Human
Human
Posts: 22
Joined: 17 May 2011, 05:28
Noob?: No
Location: /root

Re: [Help] Running OpenKore on CentOS, I followed the guide

#2 Post by ChaosOrb »

that's weird, it shows that readline is installed, but it doesn't run. Have you tried rebooting and run again?

einbroch
Human
Human
Posts: 21
Joined: 14 May 2011, 10:22
Noob?: Yes

Re: [Help] Running OpenKore on CentOS, I followed the guide

#3 Post by einbroch »

UPDATE:

now it says that my version of XSTools library is incompatible

Code: Select all

[root@localhost openkore_ready]# perl ./openkore.pl
Your version of XSTools library is incompatible.
Please upgrade it by reading http://www.openkore.com/aliases/xstools.php
But when I follow the link it gives me this

Code: Select all

Not Found

The requested URL /aliases/xstools.php was not found on this server.
Apache/2.2.12 (Ubuntu) Server at www.openkore.com Port 80

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: [Help] Running OpenKore on CentOS, I followed the guide

#4 Post by EternalHarvest »

einbroch wrote:now it says that my version of XSTools library is incompatible
Use "scons -c" to remove library and temporary files.

einbroch
Human
Human
Posts: 21
Joined: 14 May 2011, 10:22
Noob?: Yes

Re: [Help] Running OpenKore on CentOS, I followed the guide

#5 Post by einbroch »

@EternalHarvest

I did as you sid and heres what I got

Code: Select all

scons -c

Code: Select all

scons: done building targets.
make: Leaving directory `/root/Desktop/openkore_ready'
Your version of XSTools library is incompatible.
Please upgrade it by reading http://www.openkore.com/aliases/xstools.php
While building the targets I got a lot of errors

Post Reply