|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Dec 2010
Posts: 2,037
Reputation: 493
|
I'm getting the below error when running BlueG's MySQL plugin.
Code:
[15:56:12] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)) |
|
|
|
|
|
#2 |
|
Beta Tester
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2006
Posts: 992
Reputation: 195
|
Have you considered reading through here? http://forum.sa-mp.com/showthread.php?t=56564
|
|
|
|
|
|
#3 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Dec 2010
Posts: 2,037
Reputation: 493
|
Read it, nothing there helped. Working fine on R6 though, new stuff sucks
|
|
|
|
|
|
#4 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2010
Location: NL
Posts: 1,634
Reputation: 229
|
Somebody has compiled CentOS version for R7, lemme search one sec
Edit: not sure if this is the one but try this: http://db.tt/bFE56H0w Edit 2: New link with probably the correct one now |
|
|
|
|
|
#5 |
|
Banned
![]() Join Date: Apr 2011
Location: Birmingham, UK
Posts: 1,626
Reputation: 368
|
This might help you : http://stackoverflow.com/questions/1...-4-9-not-found
|
|
|
|
|
|
#6 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2009
Location: Toronto
Posts: 1,494
Reputation: 143
|
You need the libstdc++.so files iirc, CentOS only goes up to .8. You can find the necessary files by digging and extracting through Fedoras libstdc compatibility libs, they will work with CentOS.
I'm sure you can figure out what to do from there. |
|
|
|
|
|
#7 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: May 2011
Location: Hollywood,MD
Posts: 1,268
Reputation: 115
|
Here is something that will help:
Download file: hxxp://www.sendspace.com/file/1chhyq Instructions: download and copy the file libstdc++.so.6.0.9 in /usr/lib/ ( with permission mode 755) step 1: $> cd /usr/lib/ step 2: $> unlink libstdc++.so.6 step 3: $> ln -s libstdc++.so.6.0.9 libstdc++.so.6 step 4: $> /sbin/ldconfig Then you should be good to go. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C:\Users\Andy\Documents\Connor\NRP - New\gamemodes\NRP.pwn(2126) : error 001: expected token: ")", but found "{" | NewerthRoleplay | Scripting Help | 2 | 14/03/2012 07:47 PM |
| Run time error 19: "File or function is not found" (MySQL) | 666 | Scripting Help | 4 | 16/12/2011 02:31 AM |
| error 001: expected token: "-string end-", but found "-identifier-" Any Ideas? | Jack_Rocker | Scripting Help | 5 | 04/11/2011 12:03 PM |
| D:\Mis documentos\Server\gamemodes\lscnr.pwn(30602) : error 001: expected token: ",", but found ";" | [M]xFire | Help Archive | 3 | 27/08/2010 07:11 PM |
| Run time error 19: " File on function is not found" With MySQL Server | Cremater | Server Support | 3 | 27/07/2010 04:17 AM |