I get that error too on most operating systems.
The easiest thing I do and it always works for me:
Once you have unzipped the eggdrop1.6.16 tar.gz file.
It will create a directory named eggdrop1.6.16 with the unzipped files in it.
All you need todo is rename that directory
eggdrop1.6.16 --> eggdrop1.6.15
After renaming it, then you can go into the directory:
cd eggdrop1.6.15
#Try to detect and configure modules
./configure
#Then go ahead and compile and install the bot
make
make install DEST=/home/usr/eggdrop
That should let you configure the modules as well as compile and install your bot. After that you can change the directory of your compilation it will not affect anything in the bot.
This method always works for me!
