Dear Users,

I am trying to install OSCAR in our 16 node cluster. But unfortunately I
got following error.
How can I fix it? Does anything I miss? Thank you in advance.

oscar_wizard: Change directory: /usr/share/perl5/vendor_perl/Qt

Can't locate QtCore4.pm in @INC (@INC contains: /usr/local/lib64/perl5
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
Selector.pl line 28.
BEGIN failed--compilation aborted at Selector.pl line 28.


Please find installing procedure below.

OS: CentOS 6.4
OSCAR versin: 6.1.2

/etc/yum.repos.d/oscar.repo set to

# oscar.repo
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[oscar]
name=OSCAR - 6.1.2svn10022013##
#mirrorlist=
http://svn.oscar.openclustergroup.org/oscar/trunk/rpm/oscar.mirrors.txt
baseurl=http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64
gpgcheck=0
enable=1
#gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5


THEN

/etc/sysconfig/network-scripts/ifcfg-eth0 set to

DEVICE=eth0
BOOTPROTO=static
BROADCAST=10.54.255.255
HWADDR=00:A0:D1:E7:D7:B6
IPADDR=10.54.0.1
NETMASK=255.255.0.0
NETWORK=10.54.0.0
ONBOOT=yes

/etc/sysconfig/network-scripts/ifcfg-eth1 set to DHCP

o Disable iptables for IPv6:

%service ip6tables stop
%chkconfig ip6tables off

in  /etc/sysconfig/network
NETWORKING_IPV6=no
IPV6INIT=no

o /etc/sysconfig/selinux  set SELINUX=disabled

o Option PermitRootLogin in /etc/ssh/sshd_config set to 'yes'

o install RHEL EPEL repository on 6.4

%wget
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
%sudo rpm -Uvh *.rpm

%yum -y update
%yum -y install oscar

o in /etc/oscar/supported_distros.txt
mirrorlist change to
http://www.gtlib.gatech.edu/pub/centos/
http://www.gtlib.gatech.edu/pub/fedora-epel/6/x86_64/

%yum -y update

%oscar-config --setup-distro centos-6-x86_64

%oscar-config --bootstrap

%oscar_wizard -d install

=============================================================================
== oscar_wizard: Starting...
=============================================================================


=============================================================================
== oscar_wizard: Change directory: /usr/share/perl5/vendor_perl/Qt
=============================================================================

Can't locate QtCore4.pm in @INC (@INC contains: /usr/local/lib64/perl5
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
Selector.pl line 28.
BEGIN failed--compilation aborted at Selector.pl line 28.

=============================================================================
== oscar_wizard: Exit
=============================================================================

Regards,
-Sahan-

/*---------------------------*/
K. Sahan Thanthiriwatte, Ph.D.
Department of Chemistry,
The University of Alabama,
Tuscaloosa, AL 35487.
Tel: (205) 348-4906, Fax: (205) 348-9104
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to