Standard MySQL not working after InfiniDB install

Bug #590125 reported by David Hill
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
InfiniDB Community
Won't Fix
Undecided
Unassigned

Bug Description

After installing InfiniDB, an error when trying to run the standard MySQL.This was reported on a Ubuntu system

InfiniDB install is causing the standard MySQL to point to a copy of our library, which is causing the failure. Library is libmysqlclient.so.16

arekanderu@twinky:~$ ldd /usr/bin/mysql
linux-vdso.so.1 => (0x00007fff42e91000)
libreadline.so.6 => /lib/libreadline.so.6 (0x00007f9726a31000)
libncurses.so.5 => /lib/libncurses.so.5 (0x00007f97267ee000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f97265d0000)
libmysqlclient.so.16 => /usr/local/Calpont/mysql/lib/mysql/libmysqlclient.so.16 (0x00007f9726357000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007f972611e000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00007f9725f03000)
libz.so.1 => /lib/libz.so.1 (0x00007f9725cec000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f97259d8000)
libm.so.6 => /lib/libm.so.6 (0x00007f9725754000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f972553d000)
libc.so.6 => /lib/libc.so.6 (0x00007f97251bb000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f9724fb6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f9726ebf000)
arekanderu@twinky:~$ ls -l /usr/local/Calpont/mysql/lib/mysql/libmysqlclient.so.16
lrwxrwxrwx 1 mysql mysql 24 2010-06-04

Revision history for this message
David Hill (dhill) wrote :

Versions like MySQL 5.1.41, includes and uses the same version of the mysql client library, libmysqlclient.so.16, that
InfiniDB currently uses. So once the InfiniDB is installed and the system libarary paths are updating, it will cause this problem.

The work-around fix is to use LD_LIBRARY_PATH for the Standard Mysql setup to point back to it's library directory.

Changed in infinidb:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.