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.
Support & discussion of released scripts, and announcements of new releases.
neocratic
Voice
Posts: 15 Joined: Sun May 16, 2010 11:59 am
Post
by neocratic » Wed Aug 17, 2011 4:55 am
How to install
ftp://ftp.eggheads.org/pub/eggdrop/modu ... mod.tar.gz this module.
What i did was;
#1 downloaded rcon mod and moved files from rcon.mod to eggdrop1.6.20/src/mod/
#2 ./configure
#3 make config
#make
It shows error when i try to make it.
:S
make[1]: Leaving directory `/home/impugner/eggdrop1.6.20/src'
make[1]: Entering directory `/home/impugner/eggdrop1.6.20/src/mod'
make[1]: *** No rule to make target `.././rcon.mod/rcon.c', needed by `../rcon.o'. Stop.
make[1]: Leaving directory `/home/impugner/eggdrop1.6.20/src/mod'
make: *** [modules] Error 2
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Wed Aug 17, 2011 4:57 am
Without the actual error output, there's really no easy way of saying what went wrong, or how to fix it.
NML_375
i
iRoc
Post
by iRoc » Thu Aug 18, 2011 2:15 pm
reconfigure bot
Code: Select all
cd /home/impugner/eggdrop1.6.20/
./configure
make clean
make config
make
make DEST=/path/to/bot
make install DEST=/path/to/bot
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Thu Aug 18, 2011 2:54 pm
Looking at the errors, it would seem you did not extract the rcon.c file to the proper location.
Please doublecheck that the file is present in /home/impugner/eggdrop1.6.20/scr/mod/rcon.mod/ directory and not anywhere else in the build tree. You should also find a file named rcon.h in the same location.
NML_375