Linux help (mysql 5.5)
#1

Hi,

I'm running mysql 5.5 on my VPS so I put mysql_5.5.so in my plugins folder.
When I try to run the server it gives this error:
Код:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/mysql.so))
I know that this is something GCC releated thing, but don't know anything about that :/

If someone could give my a noob friendly explanation of this error, I would be very grateful.

Thanks!
Reply
#2

usr/lib, i assume CentOS? What linux distro are you using?
Reply
#3

I'm using CentOS 6.5 32bit.
Reply
#4

Quote:
Originally Posted by dipsnark
Посмотреть сообщение
I'm using CentOS 6.5 32bit.
Don't they have a plugin called MySQL Static?
I'm on CentoS 6.4 64 Bit and am using the MySQL Static. I tried the one you're using and had the same issue.
Reply
#5

Use:

yum install gcc -y ;
Reply
#6

It only installs an old version of GCC, not including the missing "file".
Reply
#7

Best thing to do is recompiling the plugin on your machine. I think there are infos on how to do that in the thread.
Else try other versions of the plugin, there are several ones compiled on different systems.
Reply
#8

Use:
Quote:

yum provides libstdc++.so.6

And then you must install the package that contains the necessary library.

If not found, you should install an additional repository (eg: RPMForge, EPEL).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)