Hi there, im a eggdrop noob and ive dled the gseen module from the official site but now i have a bunch of files with C extension, some with .h etc...i want to load this module onto my eggdrop but on my eggdrop's module folder there are only ".so" files...how do i make a ".so" file from all this files??
unpack the module to eggdrop1.6.15/src/mod
then cd gseen.mod and READ THE README!
if you are indeed in the right directory.. then i suggest you check permissions on configure script
Put gseen.mod.1.1.0.tar.gz in ~/eggdrop1.6.15/src/mod/, and unpack it (tar xfz gseen.mod.1.1.0.tar.gz). Change directory back to ~/eggdrop1.6.15/.
Now just do what you've done when you compiled your bot:
./configure
make config
make
make install
All settings can be found in ~/eggdrop1.6.15/src/mod/gseen.mod/gseen.conf
Copy it to your eggdrop directory, edit it to fit your needs and put
"source gseen.conf" at the end of your eggdrop config file. The last thing
to do is to .rehash your bot.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM