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.
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
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.
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