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 Installation - Having some problems.

General support and discussion of Eggdrop bots.
Post Reply
D
Dr Small
Voice
Posts: 3
Joined: Mon Dec 04, 2006 8:39 pm

Eggdrop Installation - Having some problems.

Post by Dr Small »

Ok. I'm running Ubuntu (Linux) and been asking some questions on Ubuntu Forums of how to install Eggdrop and all, (you can read here)

So, basicly, here's all I did.

Code: Select all

sudo apt-get install eggdrop
Eggdrop installed, and so when I type

Code: Select all

eggdrop
in the terminal, here's the output:

Code: Select all

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[19:44] --- Loading eggdrop v1.6.17 (Mon Dec  4 2006)
[19:44] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
So, I downloaded the config file, from here and downloaded 1.6.18 to $HOME

So, then I run:

Code: Select all

sudo mv eggdrop.conf /usr/share/doc/eggdrop-data/
And when I run "eggdrop" in the terminal again, I still get the same error.

So, I though, I'll try running the config file,
So I ran:

Code: Select all

cd /usr/share/doc/eggdrop-data/
$ ./eggdrop.conf
And then I get this:

Code: Select all

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[19:48] --- Loading eggdrop v1.6.17 (Mon Dec  4 2006)
[19:48] * Please make sure you edit your config file completely.
So, I opened eggdrop.conf and edited all the things down through there, that looked like they needed edited, and I tried running eggdrop.conf again, and still get the same message.

I also get the same message if I run "eggdrop" also.
So, does anyone know any remedies, or any suggestions that would help me, far as setting up eggdrop ?

A Step-by-step instruction guide would be nice, for something like this, but I guess you can't have everything.

Any help would be greatly appreciated.

Dr Small
MSN: drsmall [at] hackermail [dot] com
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

As a user:

Code: Select all

wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.18.tar.gz

Code: Select all

tar zxvf eggdrop1.6.18.tar.gz
cd eggdrop1.6.18
./configure
make config
make
make install DEST=~/location_to_run_eggdrop_from
Setting up an Eggdrop
Using Your Eggdrop
Enhancing Your Eggdrop
Eggdrop Command Reference
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
D
Dr Small
Voice
Posts: 3
Joined: Mon Dec 04, 2006 8:39 pm

Post by Dr Small »

Ok. I did just about everything you said, until I get to ./configure
Here's the output of ./configure

Code: Select all

This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.

checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
I don't know what I have to do, in order for this to work, that's why I usually download the stuff from the repository,

But if you can give some help, I'll do it this way.

Dr Small
MSN: drsmall [at] hackermail [dot] com
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

use apt-get install build-essential

Also, if you just delete the lines that start with "die" in the conf, it should work fine.
D
Dr Small
Voice
Posts: 3
Joined: Mon Dec 04, 2006 8:39 pm

Post by Dr Small »

I ran apt-get install build-essential and everything downloaded.

Now, when I cd eggdrop1.6.18
$ ./configure I get this output:

Code: Select all

This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.

checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether the compiler understands -Wall... yes
checking whether the compiler understands -pipe... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking whether head -n 1 works... yes
checking for gawk... no
checking for mawk... mawk
checking for basename... basename
checking for uname... uname
checking for socket in -lsocket... no
checking for connect in -lnsl... yes
checking for gethostbyname in -ldns... no
checking for dlopen in -ldl... yes
checking for tan in -lm... yes
checking for pthread_mutex_init in -lpthread... yes
checking system type... Linux
checking system release... 2.6.15-27-386
checking module loading capabilities...
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking loader.h usability... no
checking loader.h presence... no
checking for loader.h... no
checking rld.h usability... no
checking rld.h presence... no
checking for rld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking mach-o/rld.h usability... no
checking mach-o/rld.h presence... no
checking for mach-o/rld.h... no
checking for dlopen... yes
checking for load... no
checking for NSLinkModule... no
checking for shl_load... no
checking for rld_load... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking std_args.h usability... no
checking std_args.h presence... no
checking for std_args.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for working volatile... yes
checking for socklen_t... yes
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for clock... yes
checking for dprintf... yes
checking for fsync... yes
checking for getdtablesize... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for isascii... yes
checking for mbrlen... yes
checking for memcpy... yes
checking for memset... yes
checking for random... yes
checking for rename... yes
checking for setpgid... yes
checking for sigaction... yes
checking for sigemptyset... yes
checking for snprintf... yes
checking for srandom... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for uname... yes
checking for vsnprintf... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for strftime... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for broken libsafe sscanf... no
checking for Tcl library... not found
checking for Tcl header... {not found}
checking whether the Tcl system has changed... yes
configure: error:

  Tcl cannot be found on this system.

  Eggdrop requires Tcl to compile. If you already have Tcl installed on
  this system, and I just wasn't looking in the right place for it, re-run
  ./configure using the --with-tcllib='/path/to/libtcl.so' and
  --with-tclinc='/path/to/tcl.h' options.

  See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more
  information.
Looks like I need Tcl now.
/me has no clue about this stuff.
I just got on Linux 3 weeks ago......


Dr Small
MSN: drsmall [at] hackermail [dot] com
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

That's why people write documentation.. :roll:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

For a start "apt-get install build-essential" doesn't when it comes to eggdrop.

There are no shortcuts to compiling eggdrop; both gcc and tcl/tk are required.

You now simply look in Synaptic for Tcl/Tk and install.

I posted every link to each documentation required by you for each step. I suggest you actually do some reading (which is also a requirement with eggdrop).
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply