aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: md5sum passwords on Solaris Sparc 64 bit  (Read 2505 times)

spippy71

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
md5sum passwords on Solaris Sparc 64 bit
« 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
Logged

lfroen

  • Guest
Re: md5sum passwords on Solaris Sparc 64 bit
« Reply #1 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.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: md5sum passwords on Solaris Sparc 64 bit
« Reply #2 on: July 28, 2005, 01:07:14 PM »

Which MD5Sum you get generated on amule.conf after a change on preferences?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: md5sum passwords on Solaris Sparc 64 bit
« Reply #3 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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

spippy71

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Sorry Nevermind. Also, Nanosleep Error? link in librt
« Reply #4 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!
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: md5sum passwords on Solaris Sparc 64 bit
« Reply #5 on: July 30, 2005, 04:13:47 AM »

Lib added for solaris. Thanks :)
Logged