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.

Trouble Installing

General support and discussion of Eggdrop bots.
Post Reply
j
janipewter
Voice
Posts: 16
Joined: Sun Jan 22, 2006 8:59 pm

Trouble Installing

Post by janipewter »

I've installed eggdrop before on another box, but I'm having some trouble doing it on this particular one. It keeps stubling at the make install stage.
janipewter@dedicated3:~/eggdrop$ make install

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

Installing in directory: '/home/janipewter/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
Any suggestions, bearing in mind I'm a total Linux noob?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

tar zxvf eggdrop1.6.17.tar.gz
cd eggdrop1.6.17
./configure
make config
make
make install DEST=/home/name/botdir
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
j
janipewter
Voice
Posts: 16
Joined: Sun Jan 22, 2006 8:59 pm

Post by janipewter »

Eggdrop successfully compiled:
-rwxr-xr-x 1 janipewter janipewter 1847843 Jan 23 07:03 eggdrop

Modules successfully compiled:
-rwxr-xr-x 1 janipewter janipewter 74053 Jan 22 14:52 assoc.so
-rwxr-xr-x 1 janipewter janipewter 79346 Jan 22 14:52 blowfish.so
-rwxr-xr-x 1 janipewter janipewter 227595 Jan 22 14:52 channels.so
-rwxr-xr-x 1 janipewter janipewter 74732 Jan 22 14:52 console.so
-rwxr-xr-x 1 janipewter janipewter 72044 Jan 22 14:52 ctcp.so
-rwxr-xr-x 1 janipewter janipewter 87173 Jan 22 14:52 dns.so
-rwxr-xr-x 1 janipewter janipewter 204638 Jan 22 14:52 filesys.so
-rwxr-xr-x 1 janipewter janipewter 262325 Jan 22 14:52 irc.so
-rwxr-xr-x 1 janipewter janipewter 101858 Jan 22 14:52 notes.so
-rwxr-xr-x 1 janipewter janipewter 78596 Jan 22 14:52 seen.so
-rwxr-xr-x 1 janipewter janipewter 153728 Jan 22 14:52 server.so
-rwxr-xr-x 1 janipewter janipewter 130480 Jan 22 14:52 share.so
-rwxr-xr-x 1 janipewter janipewter 117190 Jan 22 14:52 transfer.so
-rwxr-xr-x 1 janipewter janipewter 72919 Jan 22 14:52 uptime.so
-rwxr-xr-x 1 janipewter janipewter 80108 Jan 22 14:52 wire.so

Now run "make install" to install your bot.

janipewter@dedicated3:~/eggdrop1.6.17$ make install DEST=/home/janipewter/eggdrop1.6.17

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

Installing in directory: '/home/janipewter/eggdrop1.6.17'.

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
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

If you wish to have a different destination when you do the final 'make install' you'll have to specify it like 'make install DEST=/home/janipewter/eggdrop1.6.17' else it will be 'installed' in '/home/your_user/eggdrop' by default. Try a simple 'make install' and if that fails again (meaning you get the same error) redo the 'installing' part as Alchera sugested.
Once the game is over, the king and the pawn go back in the same box.
Post Reply