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.

Ubuntu 7.10+Eggdrop+megahal. step by step install and setup

General support and discussion of Eggdrop bots.
Post Reply
w
warmachine
Voice
Posts: 2
Joined: Thu Nov 15, 2007 10:55 am

Ubuntu 7.10+Eggdrop+megahal. step by step install and setup

Post by warmachine »

Hello people!

Can you give me step by step instruction for installing eggdrop+megahal on ubuntu 7.10 from apt-get or another way.
sorry if offtopic, but i don't undestand.


i make apt-get install eggdrop and manually copy to some special folder
/home/myfolder/eggdrop/

and i make apt-get install megahal
but i don't know next step...
HeLp!
Thx!
with best regards and wishes!
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

Please read this online guide http://www.egghelp.org/setup.htm or refer to the eggdrop documents like README INSTALL including but not limited to the contents of the doc/'s folder in your eggdrop source directory.
w
warmachine
Voice
Posts: 2
Joined: Thu Nov 15, 2007 10:55 am

Post by warmachine »

i read this page, but on this pages nothig written about apt-get install.

if another way -
> make config
make: *** No rule to make target `config'. Stop.
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

They only thing i would recommend using apt-get/install with is, the installation of the tcl package.
Once you have done this, you can then in your home directory type this:

$ wget ftp://ftp.eggheads.org/pub/eggdrop/sour ... .18.tar.gz
$ tar zxf eggdrop1.6.18.tar.gz
$ cd eggdrop1.6.18/src/mod/
$ wget http://barkerjr.net/pub/irc/eggdrop/mod ... .7.tar.bz2
$ tar jxf megahal.mod.2.7.tar.bz2
$ cd ~
$ rm eggdrop1.6.18.tar.gz && rm eggdrop1.6.18/src/mod/megahal.mod.2.7.tar.bz2
$ cd eggdrop1.6.18/ && mkdir -v ../egg-build && cd ../egg-build
$ ../eggdrop1.6.18/configure --help

That would be my rough example of how to build eggdrop with the megahal module. As this is just a rough example, i would refer to the guides i posted above. And also, if you do not know how to use your system correctly. Can i recommend you read up on how to use it? :shock:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Never use any *nix package managers for installing eggdrop as it does cause so many dramas for you.

I don't even use apt-get for XChat. :lol:

warmachine: Use adept/apt-get to install tcl/tk (8.4), g++, gcc etc. (plus any other dependencies required) and use TCL_no_TK's guide. :wink:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply