Here are the possibilities to calculate md5 sum:
(Linux): md5sum filename
(Solaris): digest -a md5 -v filename
Here are the possibilities to calculate md5 sum: (Linux): md5sum filename (Solaris): digest -a md5 -v filename I’ve got the following message relinking the binaries on Solaris: ld: fatal: dlopen() of support library (libmakestate.so.1) failed with error: ld.so.1: /usr/ccs/bin/sparcv9/ld: fatal: /usr/lib/libmakestate.so.1: wrong ELF class: ELFCLASS32 The problem was caused by missing 64-bit library libmakestate.so.1 in /usr/lib. The normal library should look like the following: [#] file /usr/lib/sparcv9/libmakestate.so.1 libmakestate.so.1: ELF 64-bit MSB dynamic […] |