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.

new modules

Old posts that have not been replied to for several years.
Locked
w
wldside

Post by wldside »

im using eggdrop 1.6.9, im trying to compile it with a new module (stats.mod) i put the src files in ~/eggdrop/src/mod/stats.mod recompiled and it compiles but doesn't include the stats.mod module. Do i have to set this in an include file somewhere so it will compile the mod?

wldside


update:
ok, could get modconfig to detect the mod but wouldnt create a new makefile in the src/mod dir so i had to edit it manually to get it to compile the mod. All that work to find out the mod wont work, says 1.4+ but doesnt detect 1.6 as +!



<font size=-1>[ This Message was edited by: wldside on 2002-03-15 17:15 ]</font>
b
bleah

Post by bleah »

On 2002-03-15 16:22, wldside wrote:
im using eggdrop 1.6.9, im trying to compile it with a new module (stats.mod) i put the src files in ~/eggdrop/src/mod/stats.mod recompiled and it compiles but doesn't include the stats.mod module. Do i have to set this in an include file somewhere so it will compile the mod?

wldside


update:
ok, could get modconfig to detect the mod but wouldnt create a new makefile in the src/mod dir so i had to edit it manually to get it to compile the mod. All that work to find out the mod wont work, says 1.4+ but doesnt detect 1.6 as +!
If the module file has been well done, the way to install it is easy in the bot installation process...

./configure
cd src/mod
wget http://www.server.com/stats.mod.tar.gz
tar zxvf stats.mod.tar.gz
cd ..
cd ..
make
...
User avatar
stere0
Halfop
Posts: 47
Joined: Sun Sep 23, 2001 8:00 pm
Location: Brazil

Post by stere0 »

I have running eggdrop1.6.9 with stats.mod functioning correctly.
I placed the module in the correct directory (/eggdrop1.6.9/src/mod/stats.mod), after:

./configure.. .blah blah blah

well done and working fine.
Locked