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.

/conf error --> continued to eggdrop.conf --> exe path

Old posts that have not been replied to for several years.
R
Riebeck
Voice
Posts: 8
Joined: Sat Jul 16, 2005 9:26 pm

/conf error --> continued to eggdrop.conf --> exe path

Post by Riebeck »

when i type ./configure its giving me missing file errors, im kind of a noob so i dont really know what's causing this i think conf8807.sh is missing

[#####@localhost eggdrop1.6.17]$ ./configure
./configure: line 93: conf8807.sh: No such file or directory
./configure: line 94: conf8807.sh: No such file or directory
chmod: failed to get attributes of `conf8807.sh': No such file or directory
./configure: line 206: conf8807.file: No such file or directory
./configure: line 979: config.log: No such file or directory
Last edited by Riebeck on Tue Jul 19, 2005 5:36 am, edited 2 times in total.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

cd .. && rm -rf eggdrop1.6.17

then start over: untar, cd, configure
R
Riebeck
Voice
Posts: 8
Joined: Sat Jul 16, 2005 9:26 pm

Post by Riebeck »

ok it worked but now im a bit further and i get a diff error:

[*****@localhost eggdrop]$ make install

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

Installing in directory: '/home/*****/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

what can i do about this?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

try make install instead of single make and then make install
R
Riebeck
Voice
Posts: 8
Joined: Sat Jul 16, 2005 9:26 pm

Post by Riebeck »

did u read my msg?

[*****@localhost eggdrop]$ make install
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Riebeck wrote:did u read my msg?

[*****@localhost eggdrop]$ make install
yeah I did, and recommended you do that right after make config, without doing single make first
R
Riebeck
Voice
Posts: 8
Joined: Sat Jul 16, 2005 9:26 pm

Post by Riebeck »

sorry my bad

i have to do a single make first though, it says i havent compiled eggdrop yet if i type make install instead of just make
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

heh, I didn't know eggdrop doesn't support implicit make target in make install like other UNIX software... just took a look at Makefile.in and indeed it doesn't... anyway

try starting over once again and follow the exact steps for building eggdrop (configure, make config, make, make install), also make sure that your build directory has read/write access permissions i.e. you can create files, check your quota etc.
R
Riebeck
Voice
Posts: 8
Joined: Sat Jul 16, 2005 9:26 pm

Post by Riebeck »

i dont have a /usr/bin/install directory, i dont have a /usr , /bin or /install at all
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

/usr/bin/install is a program/utility, not a directory

what operating system do you try to build eggdrop on?

also, what's in your config.log file?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

i seem to remember this problem occuring when the bot is being run from the `default` directory (home/user/eggdrop). When you use make install, give it a destination directory, like make install DEST=/home/user/botnick. No need to create a new directory, eggdrop will do it for you :wink:
R
Riebeck
Voice
Posts: 8
Joined: Sat Jul 16, 2005 9:26 pm

Post by Riebeck »

redhat 8

www.n0w-clan.com/config.log

it worked this time :)

how do i have to put the correct path in?

set directory "directory" ???
R
Riebeck
Voice
Posts: 8
Joined: Sat Jul 16, 2005 9:26 pm

Post by Riebeck »

hmm what did i do wrong?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you already said it worked? what's wrong now?
R
Riebeck
Voice
Posts: 8
Joined: Sat Jul 16, 2005 9:26 pm

Post by Riebeck »

i have to add a line at the top of the config file that points to the executable
Locked