gethash currently uses libjqt rather than anything named openssl. It looks like it would be simpler for me to compile from source than figure out all the ins and outs of the openssl implementations. (I'd be done already if I'd taken that route.)
Thanks, -- Raul On Thu, Aug 28, 2014 at 11:14 AM, bill lam <[email protected]> wrote: > ide/qt is ignored under jconsole, > > getscripts_j_'ide/qt' returns empty. > > This should be improved, but if you only want md5 or other hash, > using openssl as suggested by Pascal should be a better option. > He also wrote some cover verbs in jwiki IIRC. > > AFAIK openssl is not used by Qt hash functions, the dll is > included in JQt because webkit depends on it for accessing > https sites. > > Чт, 28 авг 2014, Raul Miller написал(а): > > I am not going to be able to use gethash today: > > > > $ sudo ijconsole > > install'all' > > Updating server catalog... > > Installing 1 package > > Downloading base library... > > Installing base library... > > Done. > > Installing JQt binaries... > > Finished install of JQt binaries. > > $ ijconsole > > load 'ide/qt' > > gethash 'md5';'abc' > > |value error: gethash > > | gethash'md5';'abc' > > > > > > Thanks, > > > > -- > > Raul > > > > > > On Thu, Aug 28, 2014 at 10:30 AM, 'Pascal Jasmin' via Programming < > > [email protected]> wrote: > > > > > md5 and other hashes were recently added to J802 (gethash) , and Jqt > ships > > > with the openssl libraries if you want to use a 5x faster version. > > > > > > > > > ----- Original Message ----- > > > From: Raul Miller <[email protected]> > > > To: Programming forum <[email protected]> > > > Cc: > > > Sent: Thursday, August 28, 2014 9:49:02 AM > > > Subject: Re: [Jprogramming] 15!:0 and 32/64 bit architectures > > > > > > I was hoping to reuse libmd5.so (https://github.com/rdm/libmd5.so) > > > built for 32 bit J on 64 bit J. > > > > > > It's looking lie that will not be possible. > > > > > > So I guess I need to add a -m64 build. > > > > > > Thanks, > > > > > > -- > > > Raul > > > > > > > > > On Thu, Aug 28, 2014 at 9:28 AM, bill lam <[email protected]> wrote: > > > > I don't understand what your problem is. Would you mind give more > > > detail. > > > > On Aug 28, 2014 9:19 PM, "Raul Miller" <[email protected]> > wrote: > > > > > > > >> http://www.jsoftware.com/help/user/call_procedure.htm does not > seem to > > > >> give a way for a 64 bit J to access a *c in a 32 bit target. > > > >> > > > >> How best to deal with this? > > > >> > > > >> Thanks, > > > >> > > > >> -- > > > >> Raul > > > >> > ---------------------------------------------------------------------- > > > >> For information about J forums see > http://www.jsoftware.com/forums.htm > > > > > > > > > > > > >> > > > > > ---------------------------------------------------------------------- > > > > For information about J forums see > http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
