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.

How to install rcon module?

Support & discussion of released scripts, and announcements of new releases.
Post Reply
n
neocratic
Voice
Posts: 15
Joined: Sun May 16, 2010 11:59 am

How to install rcon module?

Post by neocratic »

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
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

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 »

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
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

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
Post Reply