Plugin Looking for .so file

nijisan

New member
Messages
8
Points
0
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?

 
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. >.<

 
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.

 
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"

 

plugin.PNG

 
Last edited by a moderator:
Oops

Edit src/plugins/Makefile.in

Seems my mind confused and typed map instead of plugins
default_sad.png


Also make plugins is command if you use Linux

You need to type using putty

 
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.

 
Back
Top