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 make install issue !!!!

Old posts that have not been replied to for several years.
Locked
b
brains

eggdrop make install issue !!!!

Post by brains »

Hi Guys

Just having this issue compiling this eggdrop i dont seem to understand what the issue is any help would be much aprechiated :)

here is the code error that comes up
Now run "make install" to install your bot.

[x@324 eggdrop]$ make install

Eggdrop v1.6.16 (C) 1997 Robey Pointer (C) 2004 Eggheads

Installing in directory: '/home/brains/eggdrop'.

Renaming old 'eggdrop' executable to 'oeggdrop'.
Copying new 'eggdrop' executable and creating symlink.
/usr/bin/install: cannot stat `eggdrop': No such file or directory
make: *** [install-bin] Error 1
[x@324 eggdrop]$
Thankyou :lol: 8)
regards
BrAiNs
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

4. Eggdrop must be installed in a directory somewhere. This is
accomplished by typing 'make install'.

This will install the Eggdrop in your home directory in a directory
called 'eggdrop' (i.e. /home/user/eggdrop).

If you want to install to a different directory, use:

make install DEST=<directory>

For example:

make install DEST=/home/user/otherdir
Preferably use "make install DEST=<directory>" especially if you are upgrading an existing eggdrop.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
b
brains

Post by brains »

Just wanted to Thankyou, Thankyou very much all is good and working now. However im trying to get my eggdrop registered with NS and have him add to the SOP with CS hehehe .... Some interesting results :lol:


regards
BrAiNs :) 8)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Easiest way is for you to assume the nick and register it and fix access list up with NickServ then connect your bot using that nick. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked