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.

eggdrop setup error

Old posts that have not been replied to for several years.
Locked
c
conan_i
Voice
Posts: 18
Joined: Sun Jun 12, 2005 5:33 am

eggdrop setup error

Post by conan_i »

patch with eggdrop1.6.17-ssl.diff

Code: Select all

Patching file src/tclmisc.c using Plan A...
Hunk #1 succeeded at 26.
done
name@shell$ ./configure

Code: Select all

config.status: executing catch-make-rebuild commands

Operating System: FreeBSD 4.10-RELEASE

If you experiance any problems compiling Eggdrop, please read the
compile guide, found in doc/COMPILE-GUIDE.

Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.
name@shell$ make config

Code: Select all

Building ./src/mod/Makefile... done.

You can now compile the bot, using "make".
name@shell$ make
This may take a while. Go get some runts.

Code: Select all

"Makefile", line 17: Missing dependency operator
"Makefile", line 18: Missing dependency operator
"Makefile", line 19: Missing dependency operator
"Makefile", line 20: Missing dependency operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/home/name/eggdrop1.6.17/src/mod.
*** Error code 1
i load gseen.mod and patches with eggdrop1.6.17-ssl.diff and this error occurs. Help please :oops:
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

corrupt or buggy patch, re-download (from different source) and start over, or contact the author; also try GNU make(1) if you aren't already using it
Locked