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.
Old posts that have not been replied to for several years.
C
ChrisMayhew
Post
by ChrisMayhew » Wed May 12, 2004 12:32 pm
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 » Fri Jul 02, 2004 7:05 pm
Hi, I've the same Problem
Can anybody help me?
greenbear
Owner
Posts: 733 Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway
Post
by greenbear » Fri Jul 02, 2004 7:23 pm
Tried 1.6.16 ?
KrzychuG
Master
Posts: 306 Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:
Post
by KrzychuG » Fri Jul 02, 2004 7:28 pm
Use make iconfig and disable compression module. You will lost compression module but bot should compile.
Que?
J
JeanLuc
Post
by JeanLuc » Fri Jul 02, 2004 7:28 pm
yes, the same problem
J
JeanLuc
Post
by JeanLuc » Fri Jul 02, 2004 7:33 pm
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?
greenbear
Owner
Posts: 733 Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway
Post
by greenbear » Fri Jul 02, 2004 7:41 pm
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 » Fri Jul 02, 2004 8:16 pm
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
KrzychuG
Master
Posts: 306 Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:
Post
by KrzychuG » Fri Jul 02, 2004 10:44 pm
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 » Sat Jul 03, 2004 6:37 am
yes, that works, thanks
Wcc
Master
Posts: 278 Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:
Post
by Wcc » Mon Jul 05, 2004 3:45 am
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
?
Wcc
J
JeanLuc
Post
by JeanLuc » Sun Jul 11, 2004 7:45 am
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