View Single Post
Author Message
Chaya_
BANNED
Join Date: Jul 2014
Location: Germany
Old 12-22-2015 , 10:44   [FIX] HowTo fix _ZNSs9_M_mutateEjjj
#1

Today i was searching a bit with IDA Hexrays and reverse a bit of some files... i found a way to fix error in title...

If you see in your error log this ...

Quote:
/addons/sourcemod/extensions/curl.ext.so: undefined symbol: _ZNSs9_M_mutateEjjj
Than you missed a linking bibliothek from "libc.so.6"

You can fix this by running this command on Linux as root :

Quote:
sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
If sudo is not installed, install it.
Chaya_ is offline
Send a message via ICQ to Chaya_ Send a message via Skype™ to Chaya_