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.
