This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

gseen module

Old posts that have not been replied to for several years.
Locked
m
malukitojr

gseen module

Post by malukitojr »

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

tia :)
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I don't want to be rude or something but read the damn README file..
Once the game is over, the king and the pawn go back in the same box.
m
malukitojr

Post by malukitojr »

well i make ./configure (that's what the readme says to do) at the eggdrop folder but it says:
-bash: ./configure: Permission denied

im gettin mad with this
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

eggdrop1.6.15 = compile directory
eggdrop = install directory

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
a.k.a. hellios
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Taken from the README:

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
Locked