aMule Forum
English => en_Bugs => Topic started 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
-
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.
Should the gnu binutils be compiled for 64 bit?
Not should.
-
Which MD5Sum you get generated on amule.conf after a change on preferences?
-
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
-
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!
-
Lib added for solaris. Thanks :)