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.

Error 2 When Doing "Make"

Old posts that have not been replied to for several years.
Locked
C
ChrisMayhew

Error 2 When Doing "Make"

Post by ChrisMayhew »

Hello

I am trying to install an Eggdrop 1.6.15 on a shell account.

I get this error:
Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
-rwxrwxr-x 1 chrism87 chrism87 293344 May 12 17:25 eggdrop
make[1]: Entering directory `/home/chrism87/eggdrop1/src/mod'
make[2]: Entering directory `/home/chrism87/eggdrop1/src/mod/assoc.mod'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/home/chrism87/eggdrop1/src/mod/assoc.mod'
make[2]: Entering directory `/home/chrism87/eggdrop1/src/mod/blowfish.mod'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/home/chrism87/eggdrop1/src/mod/blowfish.mod'
make[2]: Entering directory `/home/chrism87/eggdrop1/src/mod/channels.mod'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/home/chrism87/eggdrop1/src/mod/channels.mod'
cp: cannot stat `./compress.mod/Makefile': No such file or directory
make[2]: Entering directory `/home/chrism87/eggdrop1/src/mod/compress.mod'
make[2]: *** No rule to make target `modules'. Stop.
make[2]: Leaving directory `/home/chrism87/eggdrop1/src/mod/compress.mod'
make[1]: *** [compress.mod_so] Error 2
make[1]: Leaving directory `/home/chrism87/eggdrop1/src/mod'
make: *** [modules] Error 2
Any ideas?

Thank you
J
JeanLuc

Post by JeanLuc »

Hi, I've the same Problem

Can anybody help me?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Tried 1.6.16 ?
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Use make iconfig and disable compression module. You will lost compression module but bot should compile.
Que?
J
JeanLuc

Post by JeanLuc »

yes, the same problem
J
JeanLuc

Post by JeanLuc »

ok, with dsiable the compression module I got another error:

Code: Select all

cp: cannot stat `./dns.mod/Makefile': No such file or directory
make[2]: Entering directory `/eggdrop/src/mod/dns.mod'
make[2]: *** No rule to make target `modules'.  Stop.
make[2]: Leaving directory `/eggdrop/src/mod/dns.mod'
make[1]: *** [dns.mod_so] Error 2
make[1]: Leaving directory `/eggdrop/src/mod'
make: *** [modules] Error 2
should I disable DNS too?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

actually, what you -should- do, is to try the latest version of eggdrop, instead of an old version, and if that fails, try the latest csv version, and again if that fails, file a bugreport to the eggdev team.
J
JeanLuc

Post by JeanLuc »

I've got the same problems with the latest version. With disabeling dns and compression it works fine.

Trying the csv version is a good hint.

thx
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

It looks that both dns and compression modules wasn't configured, you can always try to run it manually (go to src/mod/compress.mod and type ./configure).
Que?
J
JeanLuc

Post by JeanLuc »

yes, that works, thanks
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Odd problem.. but, the module configure process has been reworked and fixed a bit in 1.6.17CVS. RC1 will be out soon (probably this friday)... you might want to give that a try,

I've never seen this happen before.. What OS is this? Could you paste a

Code: Select all

uname -a
?

Wcc
J
JeanLuc

Post by JeanLuc »

the system is a suse linux version 7.x
the uname- a gives me these infos:

Linux Pinguin 2.4.21-99-default #1 Wed Sep 24 13:30:51 UTC 2003 i586 i586 i386 GNU/Linux
Locked