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.
Old posts that have not been replied to for several years.
-
b
brandnew
Post
by brandnew »
I hate to be new and ask stupid questions, but here goes.
I am trying to learn how to set up eggdrop and bot and in the shell and am at the make install DEST= point.
I'm in the shell, and I say:
make install DEST=/home/blahblahusername/botname
and I get ***no rule to make target 'install' stop
What am I doing wrong?
I also tried make install DEST=/home/blahblahusername/botname/botdir
and make DEST=/home/blahblahusername/eggdrop install
and make install DEST=/home/blahblahusername/eggdrop install
keep getting the same message:
***no rule to make target 'install' stop
What is my problem? Got a hint?
Please help the newest idiot on the block coz my eyeballs are falling out reading help pages.
N.
-
greenbear
- Owner
- Posts: 733
- Joined: Mon Sep 24, 2001 8:00 pm
- Location: Norway
Post
by greenbear »
did you compile the bot first ?
./configure
make config
make
make install DEST=/home/username/botdir
-
b
brandnew
Post
by brandnew »
Compile = ./configure ?
if so, yes i have, if not, ?
thanks,
N.
-
Alchera
- Revered One
- Posts: 3344
- Joined: Mon Aug 11, 2003 12:42 pm
- Location: Ballarat Victoria, Australia
-
Contact:
Post
by Alchera »
No! Compile is not ./configure
To successfully compile a fully functional eggdrop you have to complete the following steps in order:
1) ./configure
2) make config
3) make
4) make install DEST=/home/username/botdir
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
-
b
brandnew
Post
by brandnew »
Yes, I've taken those steps, in order too! :)
Now comes the dreaded "Editing the config file" step, right?
Thanks again for not laughing, and if you are, for doing it quietly!
N.
-
Alchera
- Revered One
- Posts: 3344
- Joined: Mon Aug 11, 2003 12:42 pm
- Location: Ballarat Victoria, Australia
-
Contact:
Post
by Alchera »
Possibly "dreaded" first time around.
Read carefully the
Setting up an Eggdrop section and you will see that it's not that "dreaded".

Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM