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

