I wish want Whats the programs and libs needed to compile and install an eggdrop , i creat a chroot in my personal server but i dont know whats needed to run eggdrop some body tell me please ?
You need TCL/TK installed properly. http://tcl.tk
Then you should try and ./configure the eggdrop, and see if it still complains, and start hunting what/ever you need afterwards.
Sounds good?
probably the "gcc" (libs like libc.so, libm.so, libdl.so and libnsl.so should be installed with GCC), "binutils", "tcl-dev" and "libz-dev" (for compression module) packages are needed.
btw. dont relay on the exact names . The precompiled versions should run on any (non-minimal) system with installed TCL.