Joinutility seperatorLogin utility separator Infobright.com
   
 
Problem Installing IEE
Posted: 25 May 2009 11:24 AM   Ignore ]  
Newbie
Rank
Total Posts:  2
Joined  2009-05-11

Hi, I have trouble while installing IEE on linux RHES 4 (running on XEON 64 bit)

when I called install_infobright.sh, it returns :
Found system configuration   :ia64:—-:GNU/Linux:Red Hat Enterprise Linux AS release 4 (Nahant Update 4).
Warning: One/more system configuration did not match with the required configurations!

when I tried to use—force, it returns :

scripts/mysql_install_db: line 98: ./bin/my_print_defaults: cannot execute binary file
Neither host ‘NQMPMS’ nor ‘localhost’ could be looked up with
/usr/local/infobright/bin/resolveip
Please configure the ‘hostname’ command to return a correct hostname.
If you want to solve this at a later stage, restart this script with
the—force option
Failed on: scripts/mysql_install_db —defaults-file=/etc/my-ib.cnf —user=mysql —basedir=/usr/local/infobright —datadir=/usr/local/infobright/data —cachedir=/usr/local/infobright/cache
Rolling back the installation due to unexpected failure…
Installation failed! Please investigate the error messages.

I tried to call the resolveip command, but it returns :
[root@NQMPMS infobright]# /usr/local/infobright/bin/resolveip
bash: /usr/local/infobright/bin/resolveip: cannot execute binary file

then I run some command :

[root@NQMPMS bin]# ldd resolveip
      not a dynamic executable
[root@NQMPMS bin]# uname -a
Linux NQMPMS 2.6.9-42.EL #1 SMP Wed Jul 12 23:25:09 EDT 2006 ia64 ia64 ia64 GNU/Linux

I download 64 bit Redhat version of Infobright, and have already check the MD5.

Profile
 
Posted: 25 May 2009 11:28 AM   Ignore ]   [ # 1 ]  
Member
RankRankRank
Total Posts:  157
Joined  2008-08-18

Hi

>Found system configuration   :ia64:—-:GNU/Linux:Red Hat Enterprise Linux AS release 4 (Nahant Update 4).
Warning: One/more system configuration did not match with the required configurations!

We do not support ia64 bit at this moment. We support x86_64 (amd 64) bit processor.

best regards

Signature 

Mahib
Developer, Infobright

Profile
 
Posted: 25 May 2009 11:34 AM   Ignore ]   [ # 2 ]  
Administrator
RankRankRank
Total Posts:  125
Joined  2008-08-18

Hi

I see you mention release 4;

we currently support 5

the source file is there;  if you wanted to try to build/compile… the community would be very interested in your results wink

has anyone else compiled on ia64 ?


tw

Profile
 
Posted: 25 May 2009 09:32 PM   Ignore ]   [ # 3 ]  
Newbie
Rank
Total Posts:  2
Joined  2009-05-11

how to compile the source, can you provide me step-by-step guide ?

Profile
 
Posted: 26 May 2009 05:16 AM   Ignore ]   [ # 4 ]  
Member
RankRankRank
Total Posts:  157
Joined  2008-08-18

Hi

Download ice source code from

http://www.infobright.org/downloads/ice/
http://www.infobright.org/downloads/ice/infobright-3.1.1-p1-x86_64src.tar.gz

After unpacking, you can follow the included Readme. Let us know if you have issues.

best regards

Signature 

Mahib
Developer, Infobright

Profile