Jump to content
  • 0
nijisan

Plugin Looking for .so file

Question

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

9 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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"

 

post-8255-0-91135700-1442234874_thumb.png

Edited by nijisan

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.