View Single Post
Posts: 47 | Thanked: 10 times | Joined on Dec 2007
#257
Originally Posted by penguinbait View Post
yes, I am going to have to port md5sum to be used in future installs because this is just madness!
Just noticed there is a precompiled md5sum in maemo scratchbox environment:

Code:
> /usr/X11R6/bin/X11/md5sum.textutils /etc/passwd
1a905958511d66dc00e9d396f414376c  /etc/passwd
> file /usr/X11R6/bin/X11/md5sum.textutils
/usr/X11R6/bin/X11/md5sum.textutils: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 2.4.17, dynamically linked (uses shared libs), stripped
> ldd /usr/X11R6/bin/X11/md5sum.textutils
        libc.so.6 => /lib/libc.so.6 (0x00000000)
        /lib/ld-linux.so.3 => /lib/ld-linux.so.3 (0x00000000)