12.04.2013, 16:26
I was wondering if someone could assist me with this this.
I'm using CentOS 64 Bit and am unable to get the MySQL R7 to run.
I've put libmysqlclient_r.so.16 in the /usr/lib but it's acting like it's not there. So I was curious if anyone has experienced this on CentOS and can help me.
I'm using CentOS 64 Bit and am unable to get the MySQL R7 to run.
Код:
# ldd mysql.so
./mysql.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./mysql.so)
./mysql.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./mysql.so)
linux-gate.so.1 => (0x00d2b000)
libmysqlclient_r.so.16 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x00a98000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00904000)
libm.so.6 => /lib/libm.so.6 (0x00750000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00be0000)
libc.so.6 => /lib/libc.so.6 (0x00192000)
/lib/ld-linux.so.2 (0x00560000)


