27.05.2013, 23:49
note: if this is the wrong section, please move it and don't lock/delete because i spent a lot of time working on this and i really need help
hello there,
so a few months back i decided to write my own mode in c++ using SAMPGDK for the first time. it all went so good and the plugin (my mode) worked very well on my pc (windows) so i decided to put it on the main box (its linux centos 6) - i had to compile it on a linux machine to get .so files so i used oracle vm and managed to compile it on my pc but when i started up my server i got this error
i thought it gave this error because my pc is 32 bit unlike the host so i installed g++ and all the development tools on my host and compiled my mode, started up the server and the same error 
info: my host is centos 6 64 bit, my pc is windows 7 32 bit and im using a very old SAMPGDK version (1.1.0)
i dunno if i need any additional libraries for my g++ to compile samp plugins. if you need any more info feel free to ask
if anyone can help me i will be extremely thankful to them because i spent months working on this as i already stated.
thanks for reading.
hello there,
so a few months back i decided to write my own mode in c++ using SAMPGDK for the first time. it all went so good and the plugin (my mode) worked very well on my pc (windows) so i decided to put it on the main box (its linux centos 6) - i had to compile it on a linux machine to get .so files so i used oracle vm and managed to compile it on my pc but when i started up my server i got this error
Code:
Loading plugin: mymode.so Failed (plugins/mymode.so: undefined symbol: _ZN7JumpX866RemoveEv)

info: my host is centos 6 64 bit, my pc is windows 7 32 bit and im using a very old SAMPGDK version (1.1.0)
i dunno if i need any additional libraries for my g++ to compile samp plugins. if you need any more info feel free to ask
if anyone can help me i will be extremely thankful to them because i spent months working on this as i already stated.
thanks for reading.