nijisan 0 Posted September 14, 2015 Hi I am running on a linux based server. When I'm trying to recompile my server, I always end up with an error saying that the file auraset.so is not located on the folder. But all I have are auraset.c files. >.<I am trying to add the plugin auraset by Dastgir which can be found here : http://herc.ws/board/topic/5057-auraset/ I followed the instructions on how to set plugins on GCC, but I couldn't seem to get this part of the instruction.. "Lastly, run [make plugins] command at the root folder of Hercules, and you're good to go." Can anyone help me with this one? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 14, 2015 Edit src/map/Makefile.in And include auraset in the list Then do make plugins More info: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc Quote Share this post Link to post Share on other sites
0 nijisan 0 Posted September 14, 2015 Hi @@Dastgir, I'm glad you're here. Well that's the part where I lose track of the implementation process, the "make plugins" part. I just followed the guide, wrote auraset on the plugins.conf, also editted the Makefile.in on my src. Still is looking for the .so file. >.< Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 14, 2015 When you do make plugins It will compile auraset and create .so file in plugins directory (not src/plugins) Make sure there's no compile errors Or post the error which you get and The output of compile(make plugins) So that we can help better. Quote Share this post Link to post Share on other sites
0 nijisan 0 Posted September 14, 2015 (edited) Oh that's the problem, I do not have the "make plugins" on my svn folder. Should it be there? Just for additional info, I do not have remote access on my hosted server. The only thing I could do is use putty to run and use winsCP to edit the files. Any ideas?Basically, put it like this. I do not have any idea how to "make plugin" for linux. As I am used to using Visual C#. And also during this part of your instruction did you mean to put it here on this line? "Edit src/map/Makefile.in And include auraset in the list" Edited September 14, 2015 by nijisan Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 14, 2015 Oops Edit src/plugins/Makefile.in Seems my mind confused and typed map instead of plugins Also make plugins is command if you use Linux You need to type using putty Quote Share this post Link to post Share on other sites
0 nijisan 0 Posted September 14, 2015 (edited) Btw this is what happens.. Edited September 14, 2015 by nijisan Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 14, 2015 So there's error on auraset. Try using https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/auraset.c Quote Share this post Link to post Share on other sites
0 nijisan 0 Posted September 28, 2015 This is still not working sir. I am using the latest revision. Quote Share this post Link to post Share on other sites
0 Tranquility 12 Posted October 26, 2015 Don't forget to add the auraset plugin to "Hercules/src/plugins/makefile.in" Now could you do the following in the terminal: cd to/your/Herc/Locationmake clean servermake sqlmake plugins If you encounter errors, post them here. The lack of the .so file means it isn't being compiled. Quote Share this post Link to post Share on other sites
Hi I am running on a linux based server. When I'm trying to recompile my server, I always end up with an error saying that the file auraset.so is not located on the folder. But all I have are auraset.c files. >.<
I am trying to add the plugin auraset by Dastgir which can be found here : http://herc.ws/board/topic/5057-auraset/
I followed the instructions on how to set plugins on GCC, but I couldn't seem to get this part of the instruction..
"Lastly, run [make plugins] command at the root folder of Hercules, and you're good to go."
Can anyone help me with this one?
Share this post
Link to post
Share on other sites