Joinutility seperatorLogin utility separator Infobright.com
   
1 of 2
1
Infobright 3.3.1 install fails on Ubuntu Lucid Lynx 64bit
Posted: 23 March 2010 03:13 PM   Ignore ]  
Newbie
Avatar
Rank
Total Posts:  19
Joined  2009-02-19

I am getting an error when executing (as root) install script:
======================================================
/usr/local/infobright/install-infobright.sh—datadir=”/home/mysql/data/db1”—cachedir=”/home/mysql/data/cache1”—port=3306—config=”/etc/my-ib.cnf”—socket=”/tmp/mysql-ib.sock”—user=mysql—group=mysql
Infobright installation script is running…
Checking system configuration…
Infobright license agreement…
System tool ‘Less’ - a text file viewer will be used to display license agreement.
Please only use up/down arrow keys for scrolling license text and press Q when finished reading.
Press R -Read license agreement, N -Exit the installation [R/N]:r
Press Y -I agree, Any other key -I do not agree [Y/*]:y
Creating user mysql…
useradd: user ‘mysql’ already exists
Failed on /usr/sbin/useradd mysql [ignored]
Installing default databases…
Installing MySQL system tables…
mysqld: relocation error: /lib/libnss_compat.so.2: symbol strcmp, version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference

Installation of system tables failed!  Examine the logs in
/home/mysql/data/db1 for more information.

You can try to start the mysqld daemon with:

  shell> /usr/local/infobright/bin/mysqld—skip-grant &

and use the command line tool /usr/local/infobright/bin/mysql
to connect to the mysql database and look at the grant tables:

  shell> /usr/local/infobright/bin/mysql -u root mysql
  mysql> show tables

Try ‘mysqld—help’ if you have problems with paths.  Using—log
gives you a log in /home/mysql/data/db1 that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com/.  Please consult the MySQL manual section
‘Problems running mysql_install_db’, and the manual section that
describes problems on your OS.  Another information source are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us!  And remember, if
you do mail us, you MUST use the /usr/local/infobright/scripts/mysqlbug script!

Failed on: scripts/mysql_install_db —defaults-file=/etc/my-ib.cnf —user=mysql —basedir=/usr/local/infobright —datadir=/home/mysql/data/db1 —cachedir=/home/mysql/data/cache1
Rolling back the installation due to unexpected failure…
Installation failed! Please investigate the error messages.
=========================================
I am using the latest Ubuntu Lucid Lynx 64bit Beta1.
I realize that it is a beta OS though the release is only a month away and I am curious if this problem will persist into the final release.

Thank you,
Yurx

[ Edited: 23 March 2010 06:01 PM by yurx]
Profile
 
Posted: 24 March 2010 03:05 PM   Ignore ]   [ # 1 ]  
Member
RankRankRank
Total Posts:  223
Joined  2008-08-18

What does

>strings /lib64/libc.so.6|grep GLIBC_

give in your system? The following is from one of our build machine:

GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_PRIVATE

Signature 

Mahib

Profile
 
Posted: 24 March 2010 03:32 PM   Ignore ]   [ # 2 ]  
Newbie
Avatar
Rank
Total Posts:  19
Joined  2009-02-19

Here is the output I get:

:~$ strings /lib64/libc.so.6|grep GLIBC_
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_PRIVATE

Profile
 
Posted: 28 March 2010 02:53 AM   Ignore ]   [ # 3 ]  
Newbie
Avatar
Rank
Total Posts:  19
Joined  2009-02-19

I suppose you guys are waiting for the official release. Remember that Ubuntu 10.04 is an LTS (Long Term Support) release, it will be commonly used as a server platform. You may want to start testing ICE to make sure it works on 10.04 when it comes out next month wink

Profile
 
Posted: 06 April 2010 05:33 PM   Ignore ]   [ # 4 ]  
Newbie
Avatar
Rank
Total Posts:  19
Joined  2009-02-19

Ubuntu Long Term Support release is 3 weeks away wink  Any news on this problem?

Profile
 
Posted: 06 April 2010 08:11 PM   Ignore ]   [ # 5 ]  
Member
RankRankRank
Total Posts:  223
Joined  2008-08-18

We have not worked on this or similar issues yet. Wondering if you can try compiling the ice source and get it running.

Signature 

Mahib

Profile
 
Posted: 29 April 2010 04:22 PM   Ignore ]   [ # 6 ]  
Administrator
Avatar
RankRankRank
Total Posts:  148
Joined  2008-08-18

just looking at lucid 10.04 + ice 3.3.2 on amazon AWS ...

did get ice 3.3.2 beta running

notes: (not complete instructions, but gives the idea)

1) ICE beta 3.3.2 is rpm, so had to manually extract files via rpm2cpio and then move to /usr/local/infobright

2) manually copied a mysql directory from a “normal” 5.1 server install into the data dir (rpm2cpio extracts the binaries, not the full install)

3) ran /usr/local/infobright/bin/mysqld -uroot—defaults-file=/etc/my-ib.cnf
—> currently found the default mysqld_safe does have an error as you see above about glibc, but mysqld itself does not…

Profile
 
Posted: 04 May 2010 03:50 AM   Ignore ]   [ # 7 ]  
Newbie
Rank
Total Posts:  12
Joined  2010-01-29

Hi everyone,

Unfortunately I am having the same error after upgrading from 9.0464bit to 10.04 Lucid 64bit.
should I go back or downgrade to 9.04 or 9.10.

Thank you

Profile
 
Posted: 04 May 2010 09:52 AM   Ignore ]   [ # 8 ]  
Member
RankRankRank
Total Posts:  223
Joined  2008-08-18

Did Todd’s work around work for you? We did not fix the issue in our package yet. Hoping to fix it soon.

If you already installed infobright on 9.04 and did OS upgrade to 10.04, then try step (3). If you did not install infobright on 9.04 and trying to do a fresh install on 10.04, then try step 1-3.

Signature 

Mahib

Profile
 
Posted: 05 May 2010 04:54 AM   Ignore ]   [ # 9 ]  
Newbie
Rank
Total Posts:  12
Joined  2010-01-29

Thank you Mahib,


I already installed infobright on 9.04 and did OS upgrade to 10.04, step 3 did not help it returned the same error:

mysqld: relocation error: /lib/libnss_compat.so.2: symbol strcmp, version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference

Thanks again
Mohammed

Profile
 
Posted: 16 May 2010 04:56 AM   Ignore ]   [ # 10 ]  
Newbie
Rank
Total Posts:  12
Joined  2010-01-29

Hi guys,


Still there is no update on that issue :(

Profile
 
Posted: 19 May 2010 02:54 PM   Ignore ]   [ # 11 ]  
Member
RankRankRank
Total Posts:  175
Joined  2008-08-18
mhossaini - 16 May 2010 04:56 AM

Hi guys,

Still there is no update on that issue :(

Hello,

My apologies. We will try to address this, but our focus is on our tested platforms, which currently does not include 64-bit Ubuntu. You can keep up on the currently platforms release-by-release in the Release Notes.

ICE Platforms

ICE is available on the following platforms for 64-bit Intel or 64-bit AMD:

  * Windows Server 2003/2008
  * Red Hat Enterprise Linux 5
  * Debian ‘Lenny’
  * CentOS 5.2

ICE is also available on the following platforms for 32-bit Intel or 32-bit AMD:

  * Windows XP
  * Ubuntu 8.04
  * Fedora 9

Kind regards,
Andrew

Signature 
Profile
 
Posted: 19 May 2010 03:47 PM   Ignore ]   [ # 12 ]  
Member
RankRankRank
Total Posts:  223
Joined  2008-08-18

This looks like a GLIBC problem. Many other applications suffered similar problem.

http://en.fah-addict.net/news/news-0-213+ubuntu-10-04-folding-error.php
http://foldingforum.org/viewtopic.php?f=55&t=12824

One resolution to this problem could be to compile our source on 10.04 for release. But our build environment is based on 9.04. It’s not going to be upgraded soon.

Signature 

Mahib

Profile
 
Posted: 10 June 2010 07:17 PM   Ignore ]   [ # 13 ]  
Newbie
Rank
Total Posts:  2
Joined  2010-06-10

I’m attempting to build on Ubuntu 10.04 and I’m getting the following build error (seems to not be building the ‘dim’ target):


+ for file in ../../../../vendor/mysql/include/mysql/plugin.h ../../../../vendor/mysql/include/mysql.h
+ gcc -E -nostdinc -dI -I../../../../vendor/mysql/include -I../../../../vendor/mysql/include/mysql -I../../../../vendor/mysql/sql -I./include -I./include/mysql -I./sql ../../../../vendor/mysql/include/mysql/plugin.h
+ /bin/sed -e ‘/^# /d’ -e ‘/^[  ]*$/d’ -e ‘/^#pragma GCC set_debug_pwd/d’ -e ‘/^#ident/d’
+ /usr/bin/diff -w ../../../../vendor/mysql/include/mysql/plugin.h.pp ./abi_check.out
+ /bin/rm ./abi_check.out
+ for file in ../../../../vendor/mysql/include/mysql/plugin.h ../../../../vendor/mysql/include/mysql.h
+ gcc -E -nostdinc -dI -I../../../../vendor/mysql/include -I../../../../vendor/mysql/include/mysql -I../../../../vendor/mysql/sql -I./include -I./include/mysql -I./sql ../../../../vendor/mysql/include/mysql.h
+ /bin/sed -e ‘/^# /d’ -e ‘/^[  ]*$/d’ -e ‘/^#pragma GCC set_debug_pwd/d’ -e ‘/^#ident/d’
+ /usr/bin/diff -w ../../../../vendor/mysql/include/mysql.h.pp ./abi_check.out
+ /bin/rm ./abi_check.out
find: `/home/butterfield/src/infobright-3.3.2-x86_64src/src/dim’: No such file or directory
find: `/home/butterfield/src/infobright-3.3.2-x86_64src/src/dim’: No such file or directory
cp: cannot stat `dim’: No such file or directory
cp: cannot stat `/home/butterfield/src/infobright-3.3.2-x86_64src/vendor/mysql/support-files/README*’: No such file or directory
ep: cannot stat `/home/butterfield/src/infobright-3.3.2-x86_64src/vendor/mysql/support-files/infobright*.license’: No such file or directory

Profile
 
Posted: 11 June 2010 10:06 AM   Ignore ]   [ # 14 ]  
Member
RankRankRank
Total Posts:  223
Joined  2008-08-18

Dim is not part of ICE. But we need to remove this error messages. What about mysqld and bhloader? Do you see them compiled into build/../../ folder

Did you get infobright compiled and run successfully?

Signature 

Mahib

Profile
 
Posted: 11 June 2010 11:26 AM   Ignore ]   [ # 15 ]  
Newbie
Rank
Total Posts:  2
Joined  2010-06-10

Once I removed the dependency on ‘dim’ in the Makefile.in it compiled and installed fine—thanks!
Now I can start testing.

Profile
 
   
1 of 2
1