egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Eggdrop Installation - Having some problems.

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Eggdrop Help
View previous topic :: View next topic  
Author Message
Dr Small
Voice


Joined: 04 Dec 2006
Posts: 3

PostPosted: Mon Dec 04, 2006 8:51 pm    Post subject: Eggdrop Installation - Having some problems. Reply with quote

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:
sudo apt-get install eggdrop

Eggdrop installed, and so when I type
Code:
eggdrop
in the terminal, here's the output:

Code:

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:
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:
cd /usr/share/doc/eggdrop-data/
$ ./eggdrop.conf


And then I get this:
Code:
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
Back to top
View user's profile Send private message
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Mon Dec 04, 2006 10:05 pm    Post subject: Reply with quote

As a user:

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

Code:
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
Back to top
View user's profile Send private message Visit poster's website
Dr Small
Voice


Joined: 04 Dec 2006
Posts: 3

PostPosted: Mon Dec 04, 2006 11:31 pm    Post subject: Reply with quote

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

Code:
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
Back to top
View user's profile Send private message
metroid
Owner


Joined: 16 Jun 2004
Posts: 771

PostPosted: Tue Dec 05, 2006 3:01 am    Post subject: Reply with quote

use apt-get install build-essential

Also, if you just delete the lines that start with "die" in the conf, it should work fine.
Back to top
View user's profile Send private message
Dr Small
Voice


Joined: 04 Dec 2006
Posts: 3

PostPosted: Tue Dec 05, 2006 9:34 am    Post subject: Reply with quote

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

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

Code:
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
Back to top
View user's profile Send private message
rosc2112
Revered One


Joined: 19 Feb 2006
Posts: 1454
Location: Northeast Pennsylvania

PostPosted: Tue Dec 05, 2006 3:42 pm    Post subject: Reply with quote

That's why people write documentation.. Rolling Eyes
Back to top
View user's profile Send private message
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Tue Dec 05, 2006 4:56 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Eggdrop Help All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber