03.05.2012, 14:56
Looks to me like you dont have the shared file as it sees here:
Failed (libsampgdk.so.2)
I would suggest getting that file, then retrying.
EDIT:
I was searching, and found this to be very handy with that error.
1.Download libsampgdk-x.y.z-Linux.sh.
2.Run it as follows: sudo sh sampgdk-x.y.z-Linux.sh --prefix=/usr/local/. This will install the library and headers to /usr/local/lib and /usr/local/include respectively.
3.Link against libsampgdk, e.g. g++ -shared plugin.cpp -lsampgdk -o plugin.so.
Try doing that (if you have access, if not you need to ask your host to fix it.)
Failed (libsampgdk.so.2)
I would suggest getting that file, then retrying.
EDIT:
I was searching, and found this to be very handy with that error.
1.Download libsampgdk-x.y.z-Linux.sh.
2.Run it as follows: sudo sh sampgdk-x.y.z-Linux.sh --prefix=/usr/local/. This will install the library and headers to /usr/local/lib and /usr/local/include respectively.
3.Link against libsampgdk, e.g. g++ -shared plugin.cpp -lsampgdk -o plugin.so.
Try doing that (if you have access, if not you need to ask your host to fix it.)