Joinutility seperatorLogin utility separator Infobright.com
   
2 of 2
2
Infobright 3.3.1 install fails on Ubuntu Lucid Lynx 64bit
Posted: 29 July 2010 04:31 PM   Ignore ]   [ # 16 ]  
Newbie
Rank
Total Posts:  2
Joined  2010-03-16

I’m also trying to install ICE 3.4.2 vía deb on Ubuntu 10.04, and it fails as mentioned above:

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

are there any updates on this?

Profile
 
Posted: 29 July 2010 05:07 PM   Ignore ]   [ # 17 ]  
Newbie
Rank
Total Posts:  2
Joined  2010-03-16

I got it working. All I did was

sudo apt-get install nscd
# open /etc/nscd.conf with your $EDITOR
# find following line:
#      enable-cache         hosts       no
# change “no” to “yes”
# save & exit the editor
sudo service nscd restart

After this just reinstalled and it gives no errors.

Profile
 
   
2 of 2
2