aMule Forum

English => en_Bugs => Topic started by: spippy71 on July 27, 2005, 09:55:38 PM

Title: md5sum passwords on Solaris Sparc 64 bit
Post by: spippy71 on July 27, 2005, 09:55:38 PM
amuled passwords not working.  Supposed to be fixed in 2.0.3 for Solaris Sparc 64 Bit, but not working for me.  I compiled and installed latest gnu binutils to get md5sum but the only password that works is "password".  What am I doing wrong?

$file /usr/local/bin/md5sum
/usr/local/bin/md5sum:  ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped

file /usr/local/bin/amuled
/usr/local/bin/amuled:  ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped

Should the gnu binutils be compiled for 64 bit?

Thanks,
spippy71
Title: Re: md5sum passwords on Solaris Sparc 64 bit
Post by: lfroen on July 28, 2005, 01:04:37 PM
Quote
What am I doing wrong?

I'm not sure you asking in right forum. Nobody of devs I know about have Sparc64, so we can't really test.

Quote
Should the gnu binutils be compiled for 64 bit?

Not should.
Title: Re: md5sum passwords on Solaris Sparc 64 bit
Post by: Kry on July 28, 2005, 01:07:14 PM
Which MD5Sum you get generated on amule.conf after a change on preferences?
Title: Re: md5sum passwords on Solaris Sparc 64 bit
Post by: stefanero on July 28, 2005, 01:47:53 PM
for connection of remote apps like webserver and amulecmd, its also just necessary that the md5sum pass in remote.conf and amule.conf match.
but this is just a workaround
Title: Sorry Nevermind. Also, Nanosleep Error? link in librt
Post by: spippy71 on July 29, 2005, 11:18:37 PM
Sorry nevermind.  Not sure what fixed it but it's working now.  I know I've done a reboot since I first encoutered the problem.  Thanks for your responses.

Also, you may like to know that when you comple on Sun Solaris for Sparc you have to add "-lrt" to the end of LIBS line in src/Makefile.

find the line...

LIBS = -lgen

and make it look like...

LIBS = -lgen -lrt

Otherwise you get the following errors

Undefined symbol nanosleep first referenced in file -OtherFunctions.o  (symbol belongs to implicit dependency /usr/lib/librt.so.1)

Cheers,
spippy71

aMule rocks! go aMule!
Title: Re: md5sum passwords on Solaris Sparc 64 bit
Post by: Kry on July 30, 2005, 04:13:47 AM
Lib added for solaris. Thanks :)