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.

setting up

General support and discussion of Eggdrop bots.
Post Reply
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

setting up

Post by ultralord »

hello.. i have setup many bots but i dont have any problem.. now i have problem in my virtual server

Code: Select all

ultralord@debian:~/eggdrop1.6.9$ make
make[1]: Entering directory `/home/ultralord/eggdrop1.6.9/src'
(This may take a while.  Go get some Coca-Cola.)
make[2]: Entering directory `/home/ultralord/eggdrop1.6.9/src/md5'
gcc -pipe -g -O2 -Wall -I. -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c m
.c
md5c.c: In function βMD5_Updateβ:
md5c.c:208: error: invalid lvalue in assignment
make[2]: *** [md5c.o] Error 1
make[2]: Leaving directory `/home/ultralord/eggdrop1.6.9/src/md5'
make[1]: *** [compile_md5] Error 2
make[1]: Leaving directory `/home/ultralord/eggdrop1.6.9/src'
make: *** [modegg] Error 2
ultralord@debian:~/eggdrop1.6.9$

i want this version 1.6.9 not other for my reasons :P

can someone help me?

thanks..
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

it looks like you are trying to use the make command before properly compiling with the configure and make config commands. Reread the step-by-step instructions that sre so generously provided to you at Setting Up Your Eggdrop
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

i know tha steps and i type any command correct like the guide...

6) Type ./configure
7) Type make config

..

any help?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

You problem is in the md5 src.

Do you actually have md5 installed?

To check:

Code: Select all

whereis md5 
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

i am login as root

Code: Select all


debian:~# whereis md5
md5: /usr/share/man/man3/md5.3tcl.gz
debian:~#
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

i may be off the mark here, but don't you have to uncompress gunzip files on the shell before you can use them? :?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

YooHoo wrote:i may be off the mark here, but don't you have to uncompress gunzip files on the shell before you can use them? :?
That's just the manual. :)
alchera@serenity:~$ whereis md5
md5: /usr/share/man/man3/md5.3ssl.gz /usr/share/man/man1/md5.1ssl.gz
Typing "man md5" into the terminal opens it. :)

And I may have been on the wrong tram myself.

ultralord: I think it may be as simple as you updating gcc to the latest version.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

i have latest package of gcc.. the problem still exist.. what is the problem ? :/
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

ultralord wrote:i have latest package of gcc.. the problem still exist.. what is the problem ? :/
It's possibly a dependency issue then? Recheck?

I found a post on a forum but I cannot read Bosnian: forum@linux.org.ba
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply