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.

cannot compile eggdrop1.6.18-RC1 :\

General support and discussion of Eggdrop bots.
Post Reply
A
AWS
Voice
Posts: 9
Joined: Fri Dec 30, 2005 2:44 pm

cannot compile eggdrop1.6.18-RC1 :\

Post by AWS »

Code: Select all

[marye1@server eggdrop]$ make install

Eggdrop v1.6.18+RC1 (C) 1997 Robey Pointer (C) 2006 Eggheads
  (patches: PRE-RELEASE 1143540191 RC1)

Installing in directory: '/home/marye1/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 ideas?
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.**.tar.gz
cd eggdrop1.6.18
./configure
make config
make

make install DEST=/home/user/otherdir
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
A
AWS
Voice
Posts: 9
Joined: Fri Dec 30, 2005 2:44 pm

Post by AWS »

hmmmm before that i just chose make iconfig and it didnt work

but now its working.... :roll:
Post Reply