Joinutility seperatorLogin utility separator Infobright.com
   
 
ICE 4.0.5 installation startup issue.
Posted: 05 December 2011 11:22 AM   Ignore ]  
Newbie
Rank
Total Posts:  1
Joined  2011-12-02

I get the following after trying to start it…

[root] ~ /etc/init.d/mysqld-ib start
first it can’t find table mysql.plugin
and then it says that it can’t open and lock table mysql.host.

Server is RedHat Enterprise 6.1

Profile
 
Posted: 05 December 2011 01:50 PM   Ignore ]   [ # 1 ]  
Member
RankRankRank
Total Posts:  223
Joined  2008-08-18

Redhat 6.1 is not supported platform by Infobright.

See

http://www.infobright.org/Forums/viewthread/2609/

Actually I figured out the problem on Redhat 6.1 enterprise (libc 2.12).

Centos 6 possibly has a higher libc(2.12) which does not match with libc(2.9) on which infobright was built.
Which results failure of user/permission etc.

Only way (If you did not loose patience) is compile infobright ice code on your machine and the get binaries from that.
There is a readme in the source tarball.

Have installed from source (boost and ice) and got with no problems as far as this stage

bin/mysql_install_db—defaults-file=/etc/my-ib.cnf—user=mysql

The error I now cant get round is this

Installing MySQL system tables…
/usr/local/infobright/libexec/mysqld: error while loading shared libraries: libboost_program_options.so.1.42.0: cannot open shared object file: No such file or directory

I have checked and this file definitely exists - I have tried copying it to /usr/lib but this has no effect

Again I would appreciate any assistance

 

Hi again

Just to update, I have now managed to complete the install and start it up.

Just in case anyone else runs into the above issue, I resolved it by setting LD_LIBRARY_PATH

Thanks for all your help

Signature 

Mahib

Profile