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.

Eggdrop compiling issue

General support and discussion of Eggdrop bots.
Post Reply
b
bopcha
Voice
Posts: 16
Joined: Mon Nov 07, 2005 12:31 pm

Eggdrop compiling issue

Post by bopcha »

Hello,

Im having some issues compiling my eggdrop bot.. After I issue the ./configure and let it do its thing. I then do a make config, like it tells me to do, but it gives me an error.

Operating System: Linux 2.6.18-6-686

If you experience any problems compiling Eggdrop, please read the
compile guide, found in doc/COMPILE-GUIDE.

Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.

netops@solo:~/eggdrop1.6.19$ make config
-bash: make: command not found
netops@solo:~/eggdrop1.6.19$ make iconfig
-bash: make: command not found

I am running debian lenny.

Any ideas??

Thanks
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

It would seem this system lacks "make", a dependancy-monitoring tool used for automated builds and similar.
If you are the admin of this system, "apt-get make", should do the trick. You should probably check that all other packages/libraries needed have also been installed.
If you are not the admin, contact him/her.
NML_375
Post Reply